Class UseDescriptionTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.offer.common.transfer.UseDescriptionTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUseDescriptionTransfer(LanguageTransfer language, UseTransfer use, String description) Creates a new instance of UseDescriptionTransfer -
Method Summary
Modifier and TypeMethodDescriptiongetUse()voidsetDescription(String description) voidsetLanguage(LanguageTransfer language) voidsetUse(UseTransfer use) 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
-
UseDescriptionTransfer
Creates a new instance of UseDescriptionTransfer
-
-
Method Details
-
getLanguage
-
setLanguage
-
getUse
-
setUse
-
getDescription
-
setDescription
-