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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description DbViewSelectDefgetBalanceAndTurnoverSelectView()Returns the value of the 'Balance And Turnover Select View' containment reference.DbViewSelectDefgetBalanceSelectView()Returns the value of the 'Balance Select View' containment reference.DbViewSelectDefgetDrCrTurnoverSelectView()Returns the value of the 'Dr Cr Turnover Select View' containment reference.DbViewTableDefgetExtDimensionsView()Returns the value of the 'Ext Dimensions View' containment reference.DbViewSelectDefgetRecordsWithExtDimensionSelectView()Returns the value of the 'Records With Ext Dimension Select View' containment reference.DbViewSelectDefgetTurnoverSelectView()Returns the value of the 'Turnover Select View' containment reference.voidsetBalanceAndTurnoverSelectView(DbViewSelectDef value)Sets the value of the 'Balance And Turnover Select View' containment reference.voidsetBalanceSelectView(DbViewSelectDef value)Sets the value of the 'Balance Select View' containment reference.voidsetDrCrTurnoverSelectView(DbViewSelectDef value)Sets the value of the 'Dr Cr Turnover Select View' containment reference.voidsetExtDimensionsView(DbViewTableDef value)Sets the value of the 'Ext Dimensions View' containment reference.voidsetRecordsWithExtDimensionSelectView(DbViewSelectDef value)Sets the value of the 'Records With Ext Dimension Select View' containment reference.voidsetTurnoverSelectView(DbViewSelectDef value)Sets the value of the 'Turnover Select View' containment reference.- 
Methods inherited from interface com._1c.g5.v8.dt.metadata.dbview.BasicDbViewDefsgetMainView, setMainView
 - 
Methods inherited from interface com._1c.g5.v8.dt.metadata.dbview.ChangeableDbViewDefsgetChangeView, setChangeView
 
- 
 
- 
- 
- 
Method Detail- 
getBalanceSelectViewDbViewSelectDef 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()
 
 - 
setBalanceSelectViewvoid 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()
 
 - 
getTurnoverSelectViewDbViewSelectDef 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()
 
 - 
setTurnoverSelectViewvoid 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()
 
 - 
getBalanceAndTurnoverSelectViewDbViewSelectDef 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()
 
 - 
setBalanceAndTurnoverSelectViewvoid 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()
 
 - 
getExtDimensionsViewDbViewTableDef 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()
 
 - 
setExtDimensionsViewvoid 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()
 
 - 
getDrCrTurnoverSelectViewDbViewSelectDef 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()
 
 - 
setDrCrTurnoverSelectViewvoid 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()
 
 - 
getRecordsWithExtDimensionSelectViewDbViewSelectDef 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()
 
 - 
setRecordsWithExtDimensionSelectViewvoid 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()
 
 
- 
 
-