Class EntityAppearanceTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.core.common.transfer.EntityAppearanceTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEntityAppearanceTransfer
(EntityInstanceTransfer entityInstance, AppearanceTransfer appearance) Creates a new instance of EntityAttributeTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the appearance.Returns the entityInstace.void
setAppearance
(AppearanceTransfer appearance) Sets the appearance.void
setEntityInstance
(EntityInstanceTransfer entityInstance) Sets the entityInstace.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
-
EntityAppearanceTransfer
public EntityAppearanceTransfer(EntityInstanceTransfer entityInstance, AppearanceTransfer appearance) Creates a new instance of EntityAttributeTransfer
-
-
Method Details
-
getEntityInstance
Returns the entityInstace.- Overrides:
getEntityInstance
in classBaseTransfer
- Returns:
- the entityInstace
-
setEntityInstance
Sets the entityInstace.- Overrides:
setEntityInstance
in classBaseTransfer
- Parameters:
entityInstance
- the entityInstace to set
-
getAppearance
Returns the appearance.- Returns:
- the appearance
-
setAppearance
Sets the appearance.- Parameters:
appearance
- the appearance to set
-