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