Class ChangeAttributeProperty
java.lang.Object
com.aquima.interactions.profile.model.command.ChangeAttributeProperty
- All Implemented Interfaces:
ITransactionalAction
,Serializable
This command holds the information needed to execute a change property command.
- Since:
- 5.0
- Author:
- O. Kerpershoek, N. van Noorloos
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionChangeAttributeProperty
(ValueReference reference, String property, IValue previousValue) Constructs a change-property command. -
Method Summary
Modifier and TypeMethodDescriptionReturns a deep copy of the transaction.void
rollback
(IRollbackContext context) Performs a roll-back on the current (sub)transaction.
-
Constructor Details
-
Method Details
-
rollback
Description copied from interface:ITransactionalAction
Performs a roll-back on the current (sub)transaction.- Specified by:
rollback
in interfaceITransactionalAction
- Parameters:
context
- the rollback context
-
duplicate
Description copied from interface:ITransactionalAction
Returns a deep copy of the transaction.- Specified by:
duplicate
in interfaceITransactionalAction
- Returns:
- The copied action.
-