Class WorkRequirementTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.workrequirement.common.transfer.WorkRequirementTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWorkRequirementTransfer
(String workRequirementName, WorkEffortTransfer workEffort, WorkRequirementScopeTransfer workRequirementScope, Long unformattedStartTime, String startTime, Long unformattedRequiredTime, String requiredTime, WorkflowEntityStatusTransfer workRequirementStatus) Creates a new instance of WorkRequirementTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the requiredTime.Returns the startTime.Returns the unformattedRequiredTime.Returns the unformattedStartTime.Returns the workAssignments.Returns the workEffort.Returns the workRequirementName.Returns the workRequirementScope.Returns the workRequirementStatus.Returns the workTimes.void
setRequiredTime
(String requiredTime) Sets the requiredTime.void
setStartTime
(String startTime) Sets the startTime.void
setUnformattedRequiredTime
(Long unformattedRequiredTime) Sets the unformattedRequiredTime.void
setUnformattedStartTime
(Long unformattedStartTime) Sets the unformattedStartTime.void
setWorkAssignments
(ListWrapper<WorkAssignmentTransfer> workAssignments) Sets the workAssignments.void
setWorkEffort
(WorkEffortTransfer workEffort) Sets the workEffort.void
setWorkRequirementName
(String workRequirementName) Sets the workRequirementName.void
setWorkRequirementScope
(WorkRequirementScopeTransfer workRequirementScope) Sets the workRequirementScope.void
setWorkRequirementStatus
(WorkflowEntityStatusTransfer workRequirementStatus) Sets the workRequirementStatus.void
setWorkTimes
(ListWrapper<WorkTimeTransfer> workTimes) Sets the workTimes.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
-
WorkRequirementTransfer
public WorkRequirementTransfer(String workRequirementName, WorkEffortTransfer workEffort, WorkRequirementScopeTransfer workRequirementScope, Long unformattedStartTime, String startTime, Long unformattedRequiredTime, String requiredTime, WorkflowEntityStatusTransfer workRequirementStatus) Creates a new instance of WorkRequirementTransfer
-
-
Method Details
-
getWorkRequirementName
Returns the workRequirementName.- Returns:
- the workRequirementName
-
setWorkRequirementName
Sets the workRequirementName.- Parameters:
workRequirementName
- the workRequirementName to set
-
getWorkEffort
Returns the workEffort.- Returns:
- the workEffort
-
setWorkEffort
Sets the workEffort.- Parameters:
workEffort
- the workEffort to set
-
getWorkRequirementScope
Returns the workRequirementScope.- Returns:
- the workRequirementScope
-
setWorkRequirementScope
Sets the workRequirementScope.- Parameters:
workRequirementScope
- the workRequirementScope 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
-
getUnformattedRequiredTime
Returns the unformattedRequiredTime.- Returns:
- the unformattedRequiredTime
-
setUnformattedRequiredTime
Sets the unformattedRequiredTime.- Parameters:
unformattedRequiredTime
- the unformattedRequiredTime to set
-
getRequiredTime
Returns the requiredTime.- Returns:
- the requiredTime
-
setRequiredTime
Sets the requiredTime.- Parameters:
requiredTime
- the requiredTime to set
-
getWorkRequirementStatus
Returns the workRequirementStatus.- Returns:
- the workRequirementStatus
-
setWorkRequirementStatus
Sets the workRequirementStatus.- Parameters:
workRequirementStatus
- the workRequirementStatus to set
-
getWorkAssignments
Returns the workAssignments.- Returns:
- the workAssignments
-
setWorkAssignments
Sets the workAssignments.- Parameters:
workAssignments
- the workAssignments to set
-
getWorkTimes
Returns the workTimes.- Returns:
- the workTimes
-
setWorkTimes
Sets the workTimes.- Parameters:
workTimes
- the workTimes to set
-