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