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.voidsetEndTime(String endTime) Sets the endTime.voidsetParty(PartyTransfer party) Sets the party.voidsetStartTime(String startTime) Sets the startTime.voidsetUnformattedEndTime(Long unformattedEndTime) Sets the unformattedEndTime.voidsetUnformattedStartTime(Long unformattedStartTime) Sets the unformattedStartTime.voidsetWorkRequirement(WorkRequirementTransfer workRequirement) Sets the workRequirement.voidsetWorkTimeSequence(Integer workTimeSequence) Sets the workTimeSequence.voidsetWorkTimeStatus(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
-