Interface ChartOfAccountsPredefinedItem
- 
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier,- PredefinedItem
 - All Known Implementing Classes:
- ChartOfAccountsPredefinedItemImpl
 
 public interface ChartOfAccountsPredefinedItem extends PredefinedItem A representation of the model object 'Chart Of Accounts Predefined Item'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<AccountingFlag>getAccountingFlags()Returns the value of the 'Accounting Flags' reference list.AccountTypegetAccountType()Returns the value of the 'Account Type' attribute.org.eclipse.emf.common.util.EList<ChartOfAccountsPredefinedItem>getChildItems()Returns the value of the 'Child Items' containment reference list.StringgetCode()Returns the value of the 'Code' attribute.org.eclipse.emf.common.util.EList<ExtDimensionType>getExtDimensionTypes()Returns the value of the 'Ext Dimension Types' containment reference list.StringgetOrder()Returns the value of the 'Order' attribute.booleanisOffBalance()Returns the value of the 'Off Balance' attribute.voidsetAccountType(AccountType value)Sets the value of the 'Account Type' attribute.voidsetCode(String value)Sets the value of the 'Code' attribute.voidsetOffBalance(boolean value)Sets the value of the 'Off Balance' attribute.voidsetOrder(String value)Sets the value of the 'Order' attribute.- 
Methods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface org.eclipse.emf.common.notify.NotifiereAdapters, eDeliver, eNotify, eSetDeliver
 - 
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.PredefinedItemgetDescription, getExtension, getId, getName, setDescription, setExtension, setId, setName, validate
 
- 
 
- 
- 
- 
Method Detail- 
getCodeString getCode() Returns the value of the 'Code' attribute.- Returns:
- the value of the 'Code' attribute.
- See Also:
- setCode(String),- MdClassPackage.getChartOfAccountsPredefinedItem_Code()
 
 - 
setCodevoid setCode(String value) Sets the value of the 'Code' attribute.- Parameters:
- value- the new value of the 'Code' attribute.
- See Also:
- getCode()
 
 - 
getAccountTypeAccountType getAccountType() Returns the value of the 'Account Type' attribute. The literals are from the enumerationAccountType.- Returns:
- the value of the 'Account Type' attribute.
- See Also:
- AccountType,- setAccountType(AccountType),- MdClassPackage.getChartOfAccountsPredefinedItem_AccountType()
 
 - 
setAccountTypevoid setAccountType(AccountType value) Sets the value of the 'Account Type' attribute.- Parameters:
- value- the new value of the 'Account Type' attribute.
- See Also:
- AccountType,- getAccountType()
 
 - 
isOffBalanceboolean isOffBalance() Returns the value of the 'Off Balance' attribute.- Returns:
- the value of the 'Off Balance' attribute.
- See Also:
- setOffBalance(boolean),- MdClassPackage.getChartOfAccountsPredefinedItem_OffBalance()
 
 - 
setOffBalancevoid setOffBalance(boolean value) Sets the value of the 'Off Balance' attribute.- Parameters:
- value- the new value of the 'Off Balance' attribute.
- See Also:
- isOffBalance()
 
 - 
getOrderString getOrder() Returns the value of the 'Order' attribute.- Returns:
- the value of the 'Order' attribute.
- See Also:
- setOrder(String),- MdClassPackage.getChartOfAccountsPredefinedItem_Order()
 
 - 
setOrdervoid setOrder(String value) Sets the value of the 'Order' attribute.- Parameters:
- value- the new value of the 'Order' attribute.
- See Also:
- getOrder()
 
 - 
getAccountingFlagsorg.eclipse.emf.common.util.EList<AccountingFlag> getAccountingFlags() Returns the value of the 'Accounting Flags' reference list. The list contents are of typeAccountingFlag.- Returns:
- the value of the 'Accounting Flags' reference list.
- See Also:
- MdClassPackage.getChartOfAccountsPredefinedItem_AccountingFlags()
 
 - 
getExtDimensionTypesorg.eclipse.emf.common.util.EList<ExtDimensionType> getExtDimensionTypes() Returns the value of the 'Ext Dimension Types' containment reference list. The list contents are of typeExtDimensionType.- Returns:
- the value of the 'Ext Dimension Types' containment reference list.
- See Also:
- MdClassPackage.getChartOfAccountsPredefinedItem_ExtDimensionTypes()
 
 - 
getChildItemsorg.eclipse.emf.common.util.EList<ChartOfAccountsPredefinedItem> getChildItems() Returns the value of the 'Child Items' containment reference list. The list contents are of typeChartOfAccountsPredefinedItem.- Returns:
- the value of the 'Child Items' containment reference list.
- See Also:
- MdClassPackage.getChartOfAccountsPredefinedItem_ChildItems()
 
 
- 
 
-