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
public interface AccountingRegisterDbViewDefs extends ChangeableDbViewDefs
A representation of the model object 'Accounting Register Db View Defs'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DbViewSelectDef
getBalanceAndTurnoverSelectView()
Returns the value of the 'Balance And Turnover Select View' containment reference.DbViewSelectDef
getBalanceSelectView()
Returns the value of the 'Balance Select View' containment reference.DbViewSelectDef
getDrCrTurnoverSelectView()
Returns the value of the 'Dr Cr Turnover Select View' containment reference.DbViewTableDef
getExtDimensionsView()
Returns the value of the 'Ext Dimensions View' containment reference.DbViewSelectDef
getRecordsWithExtDimensionSelectView()
Returns the value of the 'Records With Ext Dimension Select View' containment reference.DbViewSelectDef
getTurnoverSelectView()
Returns the value of the 'Turnover Select View' containment reference.void
setBalanceAndTurnoverSelectView(DbViewSelectDef value)
Sets the value of the 'Balance And Turnover Select View
' containment reference.void
setBalanceSelectView(DbViewSelectDef value)
Sets the value of the 'Balance Select View
' containment reference.void
setDrCrTurnoverSelectView(DbViewSelectDef value)
Sets the value of the 'Dr Cr Turnover Select View
' containment reference.void
setExtDimensionsView(DbViewTableDef value)
Sets the value of the 'Ext Dimensions View
' containment reference.void
setRecordsWithExtDimensionSelectView(DbViewSelectDef value)
Sets the value of the 'Records With Ext Dimension Select View
' containment reference.void
setTurnoverSelectView(DbViewSelectDef value)
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
-
-
-
-
Method Detail
-
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(DbViewSelectDef)
,DbViewPackage.getAccountingRegisterDbViewDefs_BalanceSelectView()
-
setBalanceSelectView
void setBalanceSelectView(DbViewSelectDef value)
Sets the value of the 'Balance Select View
' containment reference.- Parameters:
value
- the new value of the 'Balance Select View' containment reference.- See Also:
getBalanceSelectView()
-
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(DbViewSelectDef)
,DbViewPackage.getAccountingRegisterDbViewDefs_TurnoverSelectView()
-
setTurnoverSelectView
void setTurnoverSelectView(DbViewSelectDef value)
Sets the value of the 'Turnover Select View
' containment reference.- Parameters:
value
- the new value of the 'Turnover Select View' containment reference.- See Also:
getTurnoverSelectView()
-
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(DbViewSelectDef)
,DbViewPackage.getAccountingRegisterDbViewDefs_BalanceAndTurnoverSelectView()
-
setBalanceAndTurnoverSelectView
void setBalanceAndTurnoverSelectView(DbViewSelectDef value)
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:
getBalanceAndTurnoverSelectView()
-
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(DbViewTableDef)
,DbViewPackage.getAccountingRegisterDbViewDefs_ExtDimensionsView()
-
setExtDimensionsView
void setExtDimensionsView(DbViewTableDef value)
Sets the value of the 'Ext Dimensions View
' containment reference.- Parameters:
value
- the new value of the 'Ext Dimensions View' containment reference.- See Also:
getExtDimensionsView()
-
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(DbViewSelectDef)
,DbViewPackage.getAccountingRegisterDbViewDefs_DrCrTurnoverSelectView()
-
setDrCrTurnoverSelectView
void setDrCrTurnoverSelectView(DbViewSelectDef value)
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:
getDrCrTurnoverSelectView()
-
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(DbViewSelectDef)
,DbViewPackage.getAccountingRegisterDbViewDefs_RecordsWithExtDimensionSelectView()
-
setRecordsWithExtDimensionSelectView
void setRecordsWithExtDimensionSelectView(DbViewSelectDef value)
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:
getRecordsWithExtDimensionSelectView()
-
-