Class JobTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.job.common.transfer.JobTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJobTransfer
(String jobName, PartyTransfer runAsParty, Integer sortOrder, String description, WorkflowEntityStatusTransfer jobStatus, Long unformattedLastStartTime, String lastStartTime, Long unformattedLastEndTime, String lastEndTime) Creates a new instance of JobTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the description.Returns the jobName.Returns the jobStatus.Returns the lastEndTime.Returns the lastStartTime.Returns the runAsParty.Returns the sortOrder.Returns the unformattedLastEndTime.Returns the unformattedLastStartTime.void
setDescription
(String description) Sets the description.void
setJobName
(String jobName) Sets the jobName.void
setJobStatus
(WorkflowEntityStatusTransfer jobStatus) Sets the jobStatus.void
setLastEndTime
(String lastEndTime) Sets the lastEndTime.void
setLastStartTime
(String lastStartTime) Sets the lastStartTime.void
setRunAsParty
(PartyTransfer runAsParty) Sets the runAsParty.void
setSortOrder
(Integer sortOrder) Sets the sortOrder.void
setUnformattedLastEndTime
(Long unformattedLastEndTime) Sets the unformattedLastEndTime.void
setUnformattedLastStartTime
(Long unformattedLastStartTime) Sets the unformattedLastStartTime.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
-
JobTransfer
public JobTransfer(String jobName, PartyTransfer runAsParty, Integer sortOrder, String description, WorkflowEntityStatusTransfer jobStatus, Long unformattedLastStartTime, String lastStartTime, Long unformattedLastEndTime, String lastEndTime) Creates a new instance of JobTransfer
-
-
Method Details
-
getJobName
Returns the jobName.- Returns:
- the jobName
-
setJobName
Sets the jobName.- Parameters:
jobName
- the jobName to set
-
getRunAsParty
Returns the runAsParty.- Returns:
- the runAsParty
-
setRunAsParty
Sets the runAsParty.- Parameters:
runAsParty
- the runAsParty to set
-
getSortOrder
Returns the sortOrder.- Returns:
- the sortOrder
-
setSortOrder
Sets the sortOrder.- Parameters:
sortOrder
- the sortOrder to set
-
getDescription
Returns the description.- Returns:
- the description
-
setDescription
Sets the description.- Parameters:
description
- the description to set
-
getJobStatus
Returns the jobStatus.- Returns:
- the jobStatus
-
setJobStatus
Sets the jobStatus.- Parameters:
jobStatus
- the jobStatus to set
-
getUnformattedLastStartTime
Returns the unformattedLastStartTime.- Returns:
- the unformattedLastStartTime
-
setUnformattedLastStartTime
Sets the unformattedLastStartTime.- Parameters:
unformattedLastStartTime
- the unformattedLastStartTime to set
-
getLastStartTime
Returns the lastStartTime.- Returns:
- the lastStartTime
-
setLastStartTime
Sets the lastStartTime.- Parameters:
lastStartTime
- the lastStartTime to set
-
getUnformattedLastEndTime
Returns the unformattedLastEndTime.- Returns:
- the unformattedLastEndTime
-
setUnformattedLastEndTime
Sets the unformattedLastEndTime.- Parameters:
unformattedLastEndTime
- the unformattedLastEndTime to set
-
getLastEndTime
Returns the lastEndTime.- Returns:
- the lastEndTime
-
setLastEndTime
Sets the lastEndTime.- Parameters:
lastEndTime
- the lastEndTime to set
-