Package com.github._1c_syntax.bsl.mdo
Class ChartOfAccounts.ChartOfAccountsBuilder
java.lang.Object
com.github._1c_syntax.bsl.mdo.ChartOfAccounts.ChartOfAccountsBuilder
- Enclosing class:
- ChartOfAccounts
-
Method Summary
Modifier and TypeMethodDescriptionaccountingFlag(AccountingFlag accountingFlag) accountingFlags(Collection<? extends AccountingFlag> accountingFlags) attributes(Collection<? extends Attribute> attributes) build()checkUnique(boolean checkUnique) Проверять уникальность кода плана счетов.codeSeries(CodeSeries codeSeries) Серия кодов плана счетов.command(ObjectCommand command) commands(Collection<? extends ObjectCommand> commands) explanation(MultiLanguageString explanation) ПояснениеextDimensionAccountingFlag(ExtDimensionAccountingFlag extDimensionAccountingFlag) extDimensionAccountingFlags(Collection<? extends ExtDimensionAccountingFlag> extDimensionAccountingFlags) form(ObjectForm form) forms(Collection<? extends ObjectForm> forms) mdoReference(MdoReference mdoReference) objectBelonging(ObjectBelonging objectBelonging) supportVariant(SupportVariant supportVariant) synonym(MultiLanguageString synonym) tabularSection(TabularSection tabularSection) tabularSections(Collection<? extends TabularSection> tabularSections) template(ObjectTemplate template) templates(Collection<? extends ObjectTemplate> templates) toString()
-
Method Details
-
uuid
- Returns:
this.
-
name
- Returns:
this.
-
mdoReference
- Returns:
this.
-
objectBelonging
- Returns:
this.
-
comment
- Returns:
this.
-
synonym
- Returns:
this.
-
supportVariant
- Returns:
this.
-
modules
- Returns:
this.
-
command
-
commands
public ChartOfAccounts.ChartOfAccountsBuilder commands(Collection<? extends ObjectCommand> commands) -
clearCommands
-
attribute
-
attributes
public ChartOfAccounts.ChartOfAccountsBuilder attributes(Collection<? extends Attribute> attributes) -
clearAttributes
-
tabularSection
-
tabularSections
public ChartOfAccounts.ChartOfAccountsBuilder tabularSections(Collection<? extends TabularSection> tabularSections) -
clearTabularSections
-
form
-
forms
-
clearForms
-
template
-
templates
public ChartOfAccounts.ChartOfAccountsBuilder templates(Collection<? extends ObjectTemplate> templates) -
clearTemplates
-
accountingFlag
-
accountingFlags
public ChartOfAccounts.ChartOfAccountsBuilder accountingFlags(Collection<? extends AccountingFlag> accountingFlags) -
clearAccountingFlags
-
extDimensionAccountingFlag
public ChartOfAccounts.ChartOfAccountsBuilder extDimensionAccountingFlag(ExtDimensionAccountingFlag extDimensionAccountingFlag) -
extDimensionAccountingFlags
public ChartOfAccounts.ChartOfAccountsBuilder extDimensionAccountingFlags(Collection<? extends ExtDimensionAccountingFlag> extDimensionAccountingFlags) -
clearExtDimensionAccountingFlags
-
explanation
Пояснение- Returns:
this.
-
checkUnique
Проверять уникальность кода плана счетов. Определяет, нужно ли проверять уникальность кода плана счетов. Если значение равно true, то код плана счетов должен быть уникальным в пределах области, определяемой свойствомcodeSeries(com.github._1c_syntax.bsl.mdo.support.CodeSeries). Если false, проверка уникальности не выполняется.- Returns:
this.
-
codeSeries
Серия кодов плана счетов. Определяет область действия уникальности кода плана счетов. Значение по умолчанию:CodeSeries.WHOLE_CATALOG. Для формата EDT: если поле отсутствует, автоматически устанавливается значение WHOLE_CATALOG.- Returns:
this.
-
build
-
toString
-