Class WorkTimeTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.workrequirement.common.transfer.WorkTimeTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWorkTimeTransfer
(WorkRequirementTransfer workRequirement, Integer workTimeSequence, PartyTransfer party, Long unformattedStartTime, String startTime, Long unformattedEndTime, String endTime, WorkflowEntityStatusTransfer workTimeStatus) Creates a new instance of WorkTimeTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the endTime.getParty()
Returns the party.Returns the startTime.Returns the unformattedEndTime.Returns the unformattedStartTime.Returns the workRequirement.Returns the workTimeSequence.Returns the workTimeStatus.void
setEndTime
(String endTime) Sets the endTime.void
setParty
(PartyTransfer party) Sets the party.void
setStartTime
(String startTime) Sets the startTime.void
setUnformattedEndTime
(Long unformattedEndTime) Sets the unformattedEndTime.void
setUnformattedStartTime
(Long unformattedStartTime) Sets the unformattedStartTime.void
setWorkRequirement
(WorkRequirementTransfer workRequirement) Sets the workRequirement.void
setWorkTimeSequence
(Integer workTimeSequence) Sets the workTimeSequence.void
setWorkTimeStatus
(WorkflowEntityStatusTransfer workTimeStatus) Sets the workTimeStatus.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
-
WorkTimeTransfer
public WorkTimeTransfer(WorkRequirementTransfer workRequirement, Integer workTimeSequence, PartyTransfer party, Long unformattedStartTime, String startTime, Long unformattedEndTime, String endTime, WorkflowEntityStatusTransfer workTimeStatus) Creates a new instance of WorkTimeTransfer
-
-
Method Details
-
getWorkRequirement
Returns the workRequirement.- Returns:
- the workRequirement
-
setWorkRequirement
Sets the workRequirement.- Parameters:
workRequirement
- the workRequirement to set
-
getWorkTimeSequence
Returns the workTimeSequence.- Returns:
- the workTimeSequence
-
setWorkTimeSequence
Sets the workTimeSequence.- Parameters:
workTimeSequence
- the workTimeSequence to set
-
getParty
Returns the party.- Returns:
- the party
-
setParty
Sets the party.- Parameters:
party
- the party to set
-
getUnformattedStartTime
Returns the unformattedStartTime.- Returns:
- the unformattedStartTime
-
setUnformattedStartTime
Sets the unformattedStartTime.- Parameters:
unformattedStartTime
- the unformattedStartTime to set
-
getStartTime
Returns the startTime.- Returns:
- the startTime
-
setStartTime
Sets the startTime.- Parameters:
startTime
- the startTime to set
-
getUnformattedEndTime
Returns the unformattedEndTime.- Returns:
- the unformattedEndTime
-
setUnformattedEndTime
Sets the unformattedEndTime.- Parameters:
unformattedEndTime
- the unformattedEndTime to set
-
getEndTime
Returns the endTime.- Returns:
- the endTime
-
setEndTime
Sets the endTime.- Parameters:
endTime
- the endTime to set
-
getWorkTimeStatus
Returns the workTimeStatus.- Returns:
- the workTimeStatus
-
setWorkTimeStatus
Sets the workTimeStatus.- Parameters:
workTimeStatus
- the workTimeStatus to set
-