Class ObjectForm

java.lang.Object
com.github._1c_syntax.bsl.mdo.children.ObjectForm
All Implemented Interfaces:
Form, MD, MDChild, ModuleOwner

public final class ObjectForm extends Object implements Form, MDChild
  • Method Details

    • builder

      public static ObjectForm.ObjectFormBuilder builder()
    • getUuid

      public String getUuid()
      Description copied from interface: MD
      Уникальный идентификатор объекта
      Specified by:
      getUuid in interface MD
    • getName

      public String getName()
      Description copied from interface: MD
      Имя объекта
      Specified by:
      getName in interface MD
    • getMdoReference

      public com.github._1c_syntax.bsl.types.MdoReference getMdoReference()
      Description copied from interface: MD
      MDO-Ссылка на объект
      Specified by:
      getMdoReference in interface MD
    • getObjectBelonging

      public ObjectBelonging getObjectBelonging()
      Description copied from interface: MD
      Принадлежность объекта конфигурации (собственный или заимствованный)
      Specified by:
      getObjectBelonging in interface MD
    • getComment

      public String getComment()
      Description copied from interface: MD
      Комментарий
      Specified by:
      getComment in interface MD
    • getSynonym

      public MultiLanguageString getSynonym()
      Description copied from interface: MD
      Синонимы объекта
      Specified by:
      getSynonym in interface MD
    • getSupportVariant

      public com.github._1c_syntax.bsl.support.SupportVariant getSupportVariant()
      Description copied from interface: MD
      Вариант поддержки родительской конфигурации
      Specified by:
      getSupportVariant in interface MD
    • getModules

      public List<Module> getModules()
      Description copied from interface: ModuleOwner
      Список модулей объекта
      Specified by:
      getModules in interface ModuleOwner
    • getFormType

      public FormType getFormType()
      Description copied from interface: Form
      Тип формы
      Specified by:
      getFormType in interface Form
    • getData

      public FormData getData()
      Specified by:
      getData in interface Form
    • getOwner

      public com.github._1c_syntax.bsl.types.MdoReference getOwner()
      Description copied from interface: MDChild
      Ссылка на родительский объект
      Specified by:
      getOwner in interface MDChild
    • getUsePurposes

      public List<UsePurposes> getUsePurposes()
      Назначения использования форм
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object