Class PeriodTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.period.common.transfer.PeriodTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPeriodTransfer(PeriodKindTransfer periodKind, String periodName, PeriodTransfer parentPeriod, PeriodTypeTransfer periodType, Long unformattedStartTime, String startTime, Long unformattedEndTime, String endTime, String description, WorkflowEntityStatusTransfer status) Creates a new instance of PeriodTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the description.Returns the endTime.Returns the parentPeriod.Returns the periodKind.Returns the periodName.Returns the periodType.Returns the startTime.Returns the status.Returns the unformattedEndTime.Returns the unformattedStartTime.voidsetDescription(String description) Sets the description.voidsetEndTime(String endTime) Sets the endTime.voidsetParentPeriod(PeriodTransfer parentPeriod) Sets the parentPeriod.voidsetPeriodKind(PeriodKindTransfer periodKind) Sets the periodKind.voidsetPeriodName(String periodName) Sets the periodName.voidsetPeriodType(PeriodTypeTransfer periodType) Sets the periodType.voidsetStartTime(String startTime) Sets the startTime.voidSets the status.voidsetUnformattedEndTime(Long unformattedEndTime) Sets the unformattedEndTime.voidsetUnformattedStartTime(Long unformattedStartTime) Sets the unformattedStartTime.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
-
PeriodTransfer
public PeriodTransfer(PeriodKindTransfer periodKind, String periodName, PeriodTransfer parentPeriod, PeriodTypeTransfer periodType, Long unformattedStartTime, String startTime, Long unformattedEndTime, String endTime, String description, WorkflowEntityStatusTransfer status) Creates a new instance of PeriodTransfer
-
-
Method Details
-
getPeriodKind
Returns the periodKind.- Returns:
- the periodKind
-
setPeriodKind
Sets the periodKind.- Parameters:
periodKind- the periodKind to set
-
getPeriodName
Returns the periodName.- Returns:
- the periodName
-
setPeriodName
Sets the periodName.- Parameters:
periodName- the periodName to set
-
getParentPeriod
Returns the parentPeriod.- Returns:
- the parentPeriod
-
setParentPeriod
Sets the parentPeriod.- Parameters:
parentPeriod- the parentPeriod to set
-
getPeriodType
Returns the periodType.- Returns:
- the periodType
-
setPeriodType
Sets the periodType.- Parameters:
periodType- the periodType 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
-
getDescription
Returns the description.- Returns:
- the description
-
setDescription
Sets the description.- Parameters:
description- the description to set
-
getStatus
Returns the status.- Returns:
- the status
-
setStatus
Sets the status.- Parameters:
status- the status to set
-