Class ExternalReport
java.lang.Object
com.github._1c_syntax.bsl.mdclasses.ExternalReport
- All Implemented Interfaces:
ExternalSource,MDClass,AttributeOwner,ChildrenOwner,CommandOwner,FormOwner,MD,ModuleOwner,TabularSectionOwner,TemplateOwner
Внешний отчет
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
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, findChildMethods inherited from interface com.github._1c_syntax.bsl.mdclasses.ExternalSource
getAllAttributes, getObjectBelonging, getSupportVariantMethods 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
-
Field Details
-
EMPTY
Пустой внешний отчет
-
-
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
-
getComment
Description copied from interface:MDКомментарий- Specified by:
getCommentin interfaceMD
-
getSynonym
Description copied from interface:MDСинонимы объекта- Specified by:
getSynonymin interfaceMD
-
getModules
Description copied from interface:ModuleOwnerСписок модулей объекта- Specified by:
getModulesin interfaceModuleOwner
-
getConfigurationSource
Description copied from interface:MDClassВариант исходников- Specified by:
getConfigurationSourcein interfaceMDClass
-
getCommands
Description copied from interface:CommandOwnerСписок команд объекта- Specified by:
getCommandsin interfaceCommandOwner
-
getAttributes
Description copied from interface:ExternalSourceСписок реквизитов объекта- Specified by:
getAttributesin interfaceExternalSource
-
getTabularSections
Description copied from interface:TabularSectionOwnerСписок табличных частей- Specified by:
getTabularSectionsin interfaceTabularSectionOwner
-
getForms
Description copied from interface:FormOwnerСписок форм объекта -
getTemplates
Description copied from interface:TemplateOwnerСписок макетов объекта- Specified by:
getTemplatesin interfaceTemplateOwner
-
toString
-
equals
-
hashCode
public int hashCode() -
getAllModules
Description copied from interface:ModuleOwnerСписок модулей объекта, включая дочерние- Specified by:
getAllModulesin interfaceModuleOwner
-
getStorageFields
Description copied from interface:AttributeOwnerВозвращает все дочерние элементы объекта, являющиеся атрибутами или ТЧ- Specified by:
getStorageFieldsin interfaceAttributeOwner
-
getPlainStorageFields
Description copied from interface:AttributeOwnerВозвращает дочерние элементы объекта плоским списком.- Specified by:
getPlainStorageFieldsin interfaceAttributeOwner
-
getChildren
Description copied from interface:ChildrenOwnerВозвращает все дочерние элементы объекта- Specified by:
getChildrenin interfaceChildrenOwner
-
getPlainChildren
Description copied from interface:ChildrenOwnerВозвращает дочерние элементы объекта, являющиеся атрибутами или ТЧ, плоским списком.- Specified by:
getPlainChildrenin interfaceChildrenOwner
-