Class TrackTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.track.common.transfer.TrackTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTrackTransfer
(String trackName, String valueSha1Hash, String value, Boolean isDefault, Integer sortOrder, String description, WorkflowEntityStatusTransfer trackStatus) Creates a new instance of TrackTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the description.Returns the isDefault.Returns the sortOrder.Returns the trackName.Returns the trackStatus.getValue()
Returns the value.Returns the valueSha1Hash.void
setDescription
(String description) Sets the description.void
setIsDefault
(Boolean isDefault) Sets the isDefault.void
setSortOrder
(Integer sortOrder) Sets the sortOrder.void
setTrackName
(String trackName) Sets the trackName.void
setTrackStatus
(WorkflowEntityStatusTransfer trackStatus) Sets the trackStatus.void
Sets the value.void
setValueSha1Hash
(String valueSha1Hash) Sets the valueSha1Hash.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
-
TrackTransfer
public TrackTransfer(String trackName, String valueSha1Hash, String value, Boolean isDefault, Integer sortOrder, String description, WorkflowEntityStatusTransfer trackStatus) Creates a new instance of TrackTransfer
-
-
Method Details
-
getTrackName
Returns the trackName.- Returns:
- the trackName
-
setTrackName
Sets the trackName.- Parameters:
trackName
- the trackName to set
-
getValueSha1Hash
Returns the valueSha1Hash.- Returns:
- the valueSha1Hash
-
setValueSha1Hash
Sets the valueSha1Hash.- Parameters:
valueSha1Hash
- the valueSha1Hash to set
-
getValue
Returns the value.- Returns:
- the value
-
setValue
Sets the value.- Parameters:
value
- the value to set
-
getIsDefault
Returns the isDefault.- Returns:
- the isDefault
-
setIsDefault
Sets the isDefault.- Parameters:
isDefault
- the isDefault to set
-
getSortOrder
Returns the sortOrder.- Returns:
- the sortOrder
-
setSortOrder
Sets the sortOrder.- Parameters:
sortOrder
- the sortOrder to set
-
getDescription
Returns the description.- Returns:
- the description
-
setDescription
Sets the description.- Parameters:
description
- the description to set
-
getTrackStatus
Returns the trackStatus.- Returns:
- the trackStatus
-
setTrackStatus
Sets the trackStatus.- Parameters:
trackStatus
- the trackStatus to set
-