Class TrackDescriptionTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.track.common.transfer.TrackDescriptionTransfer
- All Implemented Interfaces:
- Serializable
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionTrackDescriptionTransfer(LanguageTransfer language, TrackTransfer track, String description) Creates a new instance of TrackDescriptionTransfer
- 
Method SummaryModifier and TypeMethodDescriptionReturns the description.Returns the language.getTrack()Returns the track.voidsetDescription(String description) Sets the description.voidsetLanguage(LanguageTransfer language) Sets the language.voidsetTrack(TrackTransfer track) Sets the track.Methods inherited from class com.echothree.util.common.transfer.BaseTransferaddComments, addOwnedWorkEffort, addRatings, getComments, getEntityAliasTypes, getEntityAttributeGroups, getEntityInstance, getOwnedWorkEfforts, getRatings, getTagScopes, setComments, setEntityAliasTypes, setEntityAttributeGroups, setEntityInstance, setOwnedWorkEfforts, setRatings, setTagScopes
- 
Constructor Details- 
TrackDescriptionTransferCreates a new instance of TrackDescriptionTransfer
 
- 
- 
Method Details- 
getLanguageReturns the language.- Returns:
- the language
 
- 
setLanguageSets the language.- Parameters:
- language- the language to set
 
- 
getTrackReturns the track.- Returns:
- the track
 
- 
setTrackSets the track.- Parameters:
- track- the track to set
 
- 
getDescriptionReturns the description.- Returns:
- the description
 
- 
setDescriptionSets the description.- Parameters:
- description- the description to set
 
 
-