Interface IPredefinedCalculationTypeModel
- All Superinterfaces:
IEditableModel
,IModel
,IModelApiAwareModel
,IValidable
- All Known Implementing Classes:
PredefinedCalculationTypeModel
Predefined calculation type model.
-
Method Summary
Modifier and TypeMethodDescriptionReturns base calculation types model.Returns displacing calculation types model.Returns leading calculation types model.Returns predefined calculation type.void
setPredefinedCalculationType
(ChartOfCalculationTypesPredefinedItem predefinedCalculationType) Sets predefined calculation type.Methods inherited from interface com._1c.g5.aef2.models.IEditableModel
isEditable, setEditable
Methods inherited from interface com._1c.g5.aef2.models.IModel
addModelListener, commit, createWorkingCopy, discard, dispose, getChange, getComponent, isOnline, removeModelListener, setComponent
Methods inherited from interface com._1c.g5.v8.dt.aef2.IModelApiAwareModel
getModelApi, setModelApi
Methods inherited from interface com._1c.g5.aef2.validators.IValidable
addValidator, removeValidator, validate, validate
-
Method Details
-
getPredefinedCalculationType
ChartOfCalculationTypesPredefinedItem getPredefinedCalculationType()Returns predefined calculation type.- Returns:
- the predefined calculation type, can be
null
.
-
setPredefinedCalculationType
Sets predefined calculation type.- Parameters:
predefinedCalculationType
- the predefined calculation type, can benull
.
-
getBaseCalculationTypesModel
IPredefinedCalculationTypeCalculationBaseModel getBaseCalculationTypesModel()Returns base calculation types model.- Returns:
- the base calculation types model, cannot be
null
-
getLeadingCalculationTypesModel
IPredefinedCalculationTypeCalculationBaseModel getLeadingCalculationTypesModel()Returns leading calculation types model.- Returns:
- the leading calculation types model, cannot be
null
-
getDisplacingCalculationTypesModel
IPredefinedCalculationTypeCalculationBaseModel getDisplacingCalculationTypesModel()Returns displacing calculation types model.- Returns:
- the displacing calculation types model, cannot be
null
-