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.voidsetAppearance(AppearanceTransfer appearance) Sets the appearance.voidsetEntityInstance(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:
getEntityInstancein classBaseTransfer- Returns:
- the entityInstace
-
setEntityInstance
Sets the entityInstace.- Overrides:
setEntityInstancein classBaseTransfer- Parameters:
entityInstance- the entityInstace to set
-
getAppearance
Returns the appearance.- Returns:
- the appearance
-
setAppearance
Sets the appearance.- Parameters:
appearance- the appearance to set
-