Package com.github._1c_syntax.bsl.mdo
Class SettingsStorage
java.lang.Object
com.github._1c_syntax.bsl.mdo.SettingsStorage
- All Implemented Interfaces:
ChildrenOwner,FormOwner,MD,MDObject,ModuleOwner,TemplateOwner
public final class SettingsStorage
extends Object
implements MDObject, ModuleOwner, FormOwner, TemplateOwner
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleanСписок модулей объекта, включая дочерниеСсылка на дополнительную форму загрузкиСсылка на дополнительную форму сохраненияВозвращает все дочерние элементы объектаКомментарийВозможные формы по умолчаниюСсылка на форму загрузки по умолчаниюСсылка на форму сохранения по умолчаниюgetForms()Список форм объектаMDO-Ссылка на объектСписок модулей объектаgetName()Имя объектаПринадлежность объекта конфигурации (собственный или заимствованный)Вариант поддержки родительской конфигурацииСинонимы объектаСписок макетов объектаgetUuid()Уникальный идентификатор объектаinthashCode()toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.github._1c_syntax.bsl.mdo.ChildrenOwner
findChild, findChild, findChild, findChild, getPlainChildrenMethods inherited from interface com.github._1c_syntax.bsl.mdo.FormOwner
getDefaultForm, getDefaultFormLink, getFormByLinkMethods inherited from interface com.github._1c_syntax.bsl.mdo.MD
getDescription, getDescription, getMdoRef, getMdoRef, getMdoTypeMethods inherited from interface com.github._1c_syntax.bsl.mdo.ModuleOwner
getModuleByUri, getModuleTypeByURI, getModuleTypes
-
Method Details
-
builder
-
toBuilder
-
getUuid
Description copied from interface:MDУникальный идентификатор объекта -
getName
Description copied from interface:MDИмя объекта -
getMdoReference
Description copied from interface:MDMDO-Ссылка на объект- Specified by:
getMdoReferencein interfaceMD
-
getObjectBelonging
Description copied from interface:MDПринадлежность объекта конфигурации (собственный или заимствованный)- Specified by:
getObjectBelongingin interfaceMD
-
getComment
Description copied from interface:MDКомментарий- Specified by:
getCommentin interfaceMD
-
getSynonym
Description copied from interface:MDСинонимы объекта- Specified by:
getSynonymin interfaceMD
-
getSupportVariant
Description copied from interface:MDВариант поддержки родительской конфигурации- Specified by:
getSupportVariantin interfaceMD
-
getModules
Description copied from interface:ModuleOwnerСписок модулей объекта- Specified by:
getModulesin interfaceModuleOwner
-
getForms
Description copied from interface:FormOwnerСписок форм объекта -
getTemplates
Description copied from interface:TemplateOwnerСписок макетов объекта- Specified by:
getTemplatesin interfaceTemplateOwner
-
getDefaultSaveForm
Ссылка на форму сохранения по умолчанию -
getDefaultLoadForm
Ссылка на форму загрузки по умолчанию -
getAuxiliarySaveForm
Ссылка на дополнительную форму сохранения -
getAuxiliaryLoadForm
Ссылка на дополнительную форму загрузки -
toString
-
equals
-
hashCode
public int hashCode() -
getChildren
Description copied from interface:ChildrenOwnerВозвращает все дочерние элементы объекта- Specified by:
getChildrenin interfaceChildrenOwner
-
getAllModules
Description copied from interface:ModuleOwnerСписок модулей объекта, включая дочерние- Specified by:
getAllModulesin interfaceModuleOwner
-
getDefaultFormMap
Возможные формы по умолчанию- Specified by:
getDefaultFormMapin interfaceFormOwner- Returns:
- соответствие видов форм по умолчанию
-