Class AddressingAttributesCollectionModel
java.lang.Object
com._1c.g5.aef2.validators.Validable
com._1c.g5.aef2.models.Model
com._1c.g5.v8.dt.bp.scheme.ui.aef.models.AddressingAttributesCollectionModel
- All Implemented Interfaces:
IModel
,IValidable
,IAddressingAttributesCollectionModel
public class AddressingAttributesCollectionModel
extends Model
implements IAddressingAttributesCollectionModel
Implementation of
IAddressingAttributesCollectionModel
.-
Constructor Summary
ConstructorsConstructorDescriptionConstructor. -
Method Summary
Modifier and TypeMethodDescriptionReturns addressing attributes.Methods inherited from class com._1c.g5.aef2.models.Model
addModelListener, beginExternalUpdate, checkOffline, checkOnline, commit, createWorkingCopy, discard, dispose, endExternalUpdate, getComponent, getCurrentChangeOrigin, getRunnableQueue, isOnline, notifyModelChanged, notifyModelCommitted, removeModelListener, setComponent, setOnline, toString
Methods inherited from class com._1c.g5.aef2.validators.Validable
addValidator, getValidatorTarget, removeValidator, validate, validate
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com._1c.g5.aef2.models.IModel
addModelListener, commit, createWorkingCopy, discard, dispose, getComponent, isOnline, removeModelListener, setComponent
Methods inherited from interface com._1c.g5.aef2.validators.IValidable
addValidator, removeValidator, validate, validate
-
Constructor Details
-
AddressingAttributesCollectionModel
Constructor.- Parameters:
activity
- - activity to create model for. Can't benull
.
-
-
Method Details
-
getChange
-
getAddressingAttributes
Description copied from interface:IAddressingAttributesCollectionModel
Returns addressing attributes.- Specified by:
getAddressingAttributes
in interfaceIAddressingAttributesCollectionModel
- Returns:
- addressing attributes. Can't return
null
.
-