Class WorkAssignmentTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.workrequirement.common.transfer.WorkAssignmentTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWorkAssignmentTransfer
(WorkRequirementTransfer workRequirement, Integer workAssignmentSequence, PartyTransfer party, Long unformattedStartTime, String startTime, Long unformattedEndTime, String endTime, WorkflowEntityStatusTransfer workAssignmentStatus) Creates a new instance of WorkAssignmentTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the endTime.getParty()
Returns the party.Returns the startTime.Returns the unformattedEndTime.Returns the unformattedStartTime.Returns the workAssignmentSequence.Returns the workAssignmentStatus.Returns the workRequirement.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
setWorkAssignmentSequence
(Integer workAssignmentSequence) Sets the workAssignmentSequence.void
setWorkAssignmentStatus
(WorkflowEntityStatusTransfer workAssignmentStatus) Sets the workAssignmentStatus.void
setWorkRequirement
(WorkRequirementTransfer workRequirement) Sets the workRequirement.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
-
WorkAssignmentTransfer
public WorkAssignmentTransfer(WorkRequirementTransfer workRequirement, Integer workAssignmentSequence, PartyTransfer party, Long unformattedStartTime, String startTime, Long unformattedEndTime, String endTime, WorkflowEntityStatusTransfer workAssignmentStatus) Creates a new instance of WorkAssignmentTransfer
-
-
Method Details
-
getWorkRequirement
Returns the workRequirement.- Returns:
- the workRequirement
-
setWorkRequirement
Sets the workRequirement.- Parameters:
workRequirement
- the workRequirement to set
-
getWorkAssignmentSequence
Returns the workAssignmentSequence.- Returns:
- the workAssignmentSequence
-
setWorkAssignmentSequence
Sets the workAssignmentSequence.- Parameters:
workAssignmentSequence
- the workAssignmentSequence 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
-
getWorkAssignmentStatus
Returns the workAssignmentStatus.- Returns:
- the workAssignmentStatus
-
setWorkAssignmentStatus
Sets the workAssignmentStatus.- Parameters:
workAssignmentStatus
- the workAssignmentStatus to set
-