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 Summary
All 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.AccountType
getAccountType()
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.String
getCode()
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.String
getOrder()
Returns the value of the 'Order' attribute.boolean
isOffBalance()
Returns the value of the 'Off Balance' attribute.void
setAccountType(AccountType value)
Sets the value of the 'Account Type
' attribute.void
setCode(String value)
Sets the value of the 'Code
' attribute.void
setOffBalance(boolean value)
Sets the value of the 'Off Balance
' attribute.void
setOrder(String value)
Sets the value of the 'Order
' attribute.-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.PredefinedItem
getDescription, getId, getName, setDescription, setId, setName, validate
-
-
-
-
Method Detail
-
getCode
String getCode()
Returns the value of the 'Code' attribute.- Returns:
- the value of the 'Code' attribute.
- See Also:
setCode(String)
,MdClassPackage.getChartOfAccountsPredefinedItem_Code()
-
setCode
void setCode(String value)
Sets the value of the 'Code
' attribute.- Parameters:
value
- the new value of the 'Code' attribute.- See Also:
getCode()
-
getAccountType
AccountType 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()
-
setAccountType
void 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()
-
isOffBalance
boolean isOffBalance()
Returns the value of the 'Off Balance' attribute.- Returns:
- the value of the 'Off Balance' attribute.
- See Also:
setOffBalance(boolean)
,MdClassPackage.getChartOfAccountsPredefinedItem_OffBalance()
-
setOffBalance
void setOffBalance(boolean value)
Sets the value of the 'Off Balance
' attribute.- Parameters:
value
- the new value of the 'Off Balance' attribute.- See Also:
isOffBalance()
-
getOrder
String getOrder()
Returns the value of the 'Order' attribute.- Returns:
- the value of the 'Order' attribute.
- See Also:
setOrder(String)
,MdClassPackage.getChartOfAccountsPredefinedItem_Order()
-
setOrder
void setOrder(String value)
Sets the value of the 'Order
' attribute.- Parameters:
value
- the new value of the 'Order' attribute.- See Also:
getOrder()
-
getAccountingFlags
org.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()
-
getExtDimensionTypes
org.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()
-
getChildItems
org.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()
-
-