Class ApplicationEditorUseDescriptionTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.core.common.transfer.ApplicationEditorUseDescriptionTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionApplicationEditorUseDescriptionTransfer
(LanguageTransfer language, ApplicationEditorUseTransfer applicationEditorUse, String description) Creates a new instance of ApplicationEditorUseDescriptionTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the applicationEditorUse.Returns the description.Returns the language.void
setApplicationEditorUse
(ApplicationEditorUseTransfer applicationEditorUse) Sets the applicationEditorUse.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
-
ApplicationEditorUseDescriptionTransfer
public ApplicationEditorUseDescriptionTransfer(LanguageTransfer language, ApplicationEditorUseTransfer applicationEditorUse, String description) Creates a new instance of ApplicationEditorUseDescriptionTransfer
-
-
Method Details
-
getLanguage
Returns the language.- Returns:
- the language
-
setLanguage
Sets the language.- Parameters:
language
- the language to set
-
getApplicationEditorUse
Returns the applicationEditorUse.- Returns:
- the applicationEditorUse
-
setApplicationEditorUse
Sets the applicationEditorUse.- Parameters:
applicationEditorUse
- the applicationEditorUse to set
-
getDescription
Returns the description.- Returns:
- the description
-
setDescription
Sets the description.- Parameters:
description
- the description to set
-