Class MoodDescriptionTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.party.common.transfer.MoodDescriptionTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMoodDescriptionTransfer
(LanguageTransfer language, MoodTransfer mood, String description) Creates a new instance of MoodDescriptionTransfer -
Method Summary
Modifier and TypeMethodDescriptiongetMood()
void
setDescription
(String description) void
setLanguage
(LanguageTransfer language) void
setMood
(MoodTransfer mood) 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
-
MoodDescriptionTransfer
Creates a new instance of MoodDescriptionTransfer
-
-
Method Details
-
getLanguage
-
setLanguage
-
getMood
-
setMood
-
getDescription
-
setDescription
-