Class EntityLongRangeDescriptionTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.core.common.transfer.EntityLongRangeDescriptionTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEntityLongRangeDescriptionTransfer(LanguageTransfer language, EntityLongRangeTransfer entityLongRange, String description) Creates a new instance of EntityLongRangeDescriptionTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the description.Returns the entityLongRange.Returns the language.voidsetDescription(String description) Sets the description.voidsetEntityLongRange(EntityLongRangeTransfer entityLongRange) Sets the entityLongRange.voidsetLanguage(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
-
EntityLongRangeDescriptionTransfer
public EntityLongRangeDescriptionTransfer(LanguageTransfer language, EntityLongRangeTransfer entityLongRange, String description) Creates a new instance of EntityLongRangeDescriptionTransfer
-
-
Method Details
-
getLanguage
Returns the language.- Returns:
- the language
-
setLanguage
Sets the language.- Parameters:
language- the language to set
-
getEntityLongRange
Returns the entityLongRange.- Returns:
- the entityLongRange
-
setEntityLongRange
Sets the entityLongRange.- Parameters:
entityLongRange- the entityLongRange to set
-
getDescription
Returns the description.- Returns:
- the description
-
setDescription
Sets the description.- Parameters:
description- the description to set
-