Class PicklistTimeTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.picklist.common.transfer.PicklistTimeTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPicklistTimeTransfer
(PicklistTimeTypeTransfer picklistTimeType, Long unformattedTime, String time) Creates a new instance of PicklistTimeTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the picklistTimeType.getTime()
Returns the time.Returns the unformattedTime.void
setPicklistTimeType
(PicklistTimeTypeTransfer picklistTimeType) Sets the picklistTimeType.void
Sets the time.void
setUnformattedTime
(Long unformattedTime) Sets the unformattedTime.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
-
PicklistTimeTransfer
public PicklistTimeTransfer(PicklistTimeTypeTransfer picklistTimeType, Long unformattedTime, String time) Creates a new instance of PicklistTimeTransfer
-
-
Method Details
-
getPicklistTimeType
Returns the picklistTimeType.- Returns:
- the picklistTimeType
-
setPicklistTimeType
Sets the picklistTimeType.- Parameters:
picklistTimeType
- the picklistTimeType to set
-
getUnformattedTime
Returns the unformattedTime.- Returns:
- the unformattedTime
-
setUnformattedTime
Sets the unformattedTime.- Parameters:
unformattedTime
- the unformattedTime to set
-
getTime
Returns the time.- Returns:
- the time
-
setTime
Sets the time.- Parameters:
time
- the time to set
-