Class ChainInstanceEntityRoleTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.chain.common.transfer.ChainInstanceEntityRoleTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionChainInstanceEntityRoleTransfer
(ChainInstanceTransfer chainInstance, ChainEntityRoleTypeTransfer chainEntityRoleType, EntityInstanceTransfer entityInstance) Creates a new instance of ChainInstanceEntityRoleTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the chainEntityRoleType.Returns the chainInstance.Returns the entityInstance.void
setChainEntityRoleType
(ChainEntityRoleTypeTransfer chainEntityRoleType) Sets the chainEntityRoleType.void
setChainInstance
(ChainInstanceTransfer chainInstance) Sets the chainInstance.void
setEntityInstance
(EntityInstanceTransfer entityInstance) Sets the entityInstance.Methods inherited from class com.echothree.util.common.transfer.BaseTransfer
addComments, addOwnedWorkEffort, addRatings, getComments, getEntityAliasTypes, getEntityAttributeGroups, getOwnedWorkEfforts, getRatings, getTagScopes, setComments, setEntityAliasTypes, setEntityAttributeGroups, setOwnedWorkEfforts, setRatings, setTagScopes
-
Constructor Details
-
ChainInstanceEntityRoleTransfer
public ChainInstanceEntityRoleTransfer(ChainInstanceTransfer chainInstance, ChainEntityRoleTypeTransfer chainEntityRoleType, EntityInstanceTransfer entityInstance) Creates a new instance of ChainInstanceEntityRoleTransfer
-
-
Method Details
-
getChainInstance
Returns the chainInstance.- Returns:
- the chainInstance
-
setChainInstance
Sets the chainInstance.- Parameters:
chainInstance
- the chainInstance to set
-
getChainEntityRoleType
Returns the chainEntityRoleType.- Returns:
- the chainEntityRoleType
-
setChainEntityRoleType
Sets the chainEntityRoleType.- Parameters:
chainEntityRoleType
- the chainEntityRoleType to set
-
getEntityInstance
Returns the entityInstance.- Overrides:
getEntityInstance
in classBaseTransfer
- Returns:
- the entityInstance
-
setEntityInstance
Sets the entityInstance.- Overrides:
setEntityInstance
in classBaseTransfer
- Parameters:
entityInstance
- the entityInstance to set
-