Package org.simplesim.core.dynamic
Class AddEntityRequest
java.lang.Object
org.simplesim.core.dynamic.AddEntityRequest
- All Implemented Interfaces:
ChangeRequest
Request to add an entity to a domain.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.simplesim.core.dynamic.ChangeRequest
ChangeRequest.ChangeRequestException
-
Constructor Summary
ConstructorDescriptionAddEntityRequest
(BasicModelEntity what, BasicDomain dest) Sets the entity to be moved and the new domain. -
Method Summary
-
Constructor Details
-
AddEntityRequest
Sets the entity to be moved and the new domain.- Parameters:
what
- entity to be moveddest
- new domain of the entity
-
-
Method Details
-
doModelChange
public void doModelChange()Description copied from interface:ChangeRequest
Does the actual mode change.- Specified by:
doModelChange
in interfaceChangeRequest
-