Package com._1c.g5.v8.dt.metadata.dbview
Interface AccountingRegisterDbViewDefs
- All Superinterfaces:
BasicDbViewDefs
,ChangeableDbViewDefs
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
AccountingRegisterDbViewDefsImpl
A representation of the model object 'Accounting Register Db View Defs'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Balance And Turnover Select View' containment reference.Returns the value of the 'Balance Select View' containment reference.Returns the value of the 'Dr Cr Turnover Select View' containment reference.Returns the value of the 'Ext Dimensions View' containment reference.Returns the value of the 'Records With Ext Dimension Select View' containment reference.Returns the value of the 'Turnover Select View' containment reference.void
Sets the value of the 'Balance And Turnover Select View
' containment reference.void
Sets the value of the 'Balance Select View
' containment reference.void
Sets the value of the 'Dr Cr Turnover Select View
' containment reference.void
Sets the value of the 'Ext Dimensions View
' containment reference.void
Sets the value of the 'Records With Ext Dimension Select View
' containment reference.void
Sets the value of the 'Turnover Select View
' containment reference.Methods inherited from interface com._1c.g5.v8.dt.metadata.dbview.BasicDbViewDefs
getMainView, setMainView
Methods inherited from interface com._1c.g5.v8.dt.metadata.dbview.ChangeableDbViewDefs
getChangeView, setChangeView
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
-
Method Details
-
getBalanceSelectView
DbViewSelectDef getBalanceSelectView()Returns the value of the 'Balance Select View' containment reference.- Returns:
- the value of the 'Balance Select View' containment reference.
- See Also:
-
setBalanceSelectView
Sets the value of the 'Balance Select View
' containment reference.- Parameters:
value
- the new value of the 'Balance Select View' containment reference.- See Also:
-
getTurnoverSelectView
DbViewSelectDef getTurnoverSelectView()Returns the value of the 'Turnover Select View' containment reference.- Returns:
- the value of the 'Turnover Select View' containment reference.
- See Also:
-
setTurnoverSelectView
Sets the value of the 'Turnover Select View
' containment reference.- Parameters:
value
- the new value of the 'Turnover Select View' containment reference.- See Also:
-
getBalanceAndTurnoverSelectView
DbViewSelectDef getBalanceAndTurnoverSelectView()Returns the value of the 'Balance And Turnover Select View' containment reference.- Returns:
- the value of the 'Balance And Turnover Select View' containment reference.
- See Also:
-
setBalanceAndTurnoverSelectView
Sets the value of the 'Balance And Turnover Select View
' containment reference.- Parameters:
value
- the new value of the 'Balance And Turnover Select View' containment reference.- See Also:
-
getExtDimensionsView
DbViewTableDef getExtDimensionsView()Returns the value of the 'Ext Dimensions View' containment reference.- Returns:
- the value of the 'Ext Dimensions View' containment reference.
- See Also:
-
setExtDimensionsView
Sets the value of the 'Ext Dimensions View
' containment reference.- Parameters:
value
- the new value of the 'Ext Dimensions View' containment reference.- See Also:
-
getDrCrTurnoverSelectView
DbViewSelectDef getDrCrTurnoverSelectView()Returns the value of the 'Dr Cr Turnover Select View' containment reference.- Returns:
- the value of the 'Dr Cr Turnover Select View' containment reference.
- See Also:
-
setDrCrTurnoverSelectView
Sets the value of the 'Dr Cr Turnover Select View
' containment reference.- Parameters:
value
- the new value of the 'Dr Cr Turnover Select View' containment reference.- See Also:
-
getRecordsWithExtDimensionSelectView
DbViewSelectDef getRecordsWithExtDimensionSelectView()Returns the value of the 'Records With Ext Dimension Select View' containment reference.- Returns:
- the value of the 'Records With Ext Dimension Select View' containment reference.
- See Also:
-
setRecordsWithExtDimensionSelectView
Sets the value of the 'Records With Ext Dimension Select View
' containment reference.- Parameters:
value
- the new value of the 'Records With Ext Dimension Select View' containment reference.- See Also:
-