Class AppearanceDescriptionTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.core.common.transfer.AppearanceDescriptionTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAppearanceDescriptionTransfer
(LanguageTransfer language, AppearanceTransfer appearance, String description) Creates a new instance of AppearanceDescriptionTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the appearance.Returns the description.Returns the language.void
setAppearance
(AppearanceTransfer appearance) Sets the appearance.void
setDescription
(String description) Sets the description.void
setLanguage
(LanguageTransfer language) Sets the language.Methods inherited from class com.echothree.util.common.transfer.BaseTransfer
addComments, addOwnedWorkEffort, addRatings, getComments, getEntityAliasTypes, getEntityAttributeGroups, getEntityInstance, getOwnedWorkEfforts, getRatings, getTagScopes, setComments, setEntityAliasTypes, setEntityAttributeGroups, setEntityInstance, setOwnedWorkEfforts, setRatings, setTagScopes
-
Constructor Details
-
AppearanceDescriptionTransfer
public AppearanceDescriptionTransfer(LanguageTransfer language, AppearanceTransfer appearance, String description) Creates a new instance of AppearanceDescriptionTransfer
-
-
Method Details
-
getLanguage
Returns the language.- Returns:
- the language
-
setLanguage
Sets the language.- Parameters:
language
- the language to set
-
getAppearance
Returns the appearance.- Returns:
- the appearance
-
setAppearance
Sets the appearance.- Parameters:
appearance
- the appearance to set
-
getDescription
Returns the description.- Returns:
- the description
-
setDescription
Sets the description.- Parameters:
description
- the description to set
-