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