Class EntityTimeDefaultTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.core.common.transfer.EntityTimeDefaultTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEntityTimeDefaultTransfer(EntityAttributeTransfer entityAttribute, String timeAttribute, Long unformattedTimeAttribute) Creates a new instance of EntityTimeAttributeTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the entityAttribute.Returns the timeAttribute.Returns the unformattedTimeAttribute.voidsetEntityAttribute(EntityAttributeTransfer entityAttribute) Sets the entityAttribute.voidsetTimeAttribute(String timeAttribute) Sets the timeAttribute.voidsetUnformattedTimeAttribute(Long unformattedTimeAttribute) Sets the unformattedTimeAttribute.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
-
EntityTimeDefaultTransfer
public EntityTimeDefaultTransfer(EntityAttributeTransfer entityAttribute, String timeAttribute, Long unformattedTimeAttribute) Creates a new instance of EntityTimeAttributeTransfer
-
-
Method Details
-
getEntityAttribute
Returns the entityAttribute.- Returns:
- the entityAttribute
-
setEntityAttribute
Sets the entityAttribute.- Parameters:
entityAttribute- the entityAttribute to set
-
getTimeAttribute
Returns the timeAttribute.- Returns:
- the timeAttribute
-
setTimeAttribute
Sets the timeAttribute.- Parameters:
timeAttribute- the timeAttribute to set
-
getUnformattedTimeAttribute
Returns the unformattedTimeAttribute.- Returns:
- the unformattedTimeAttribute
-
setUnformattedTimeAttribute
Sets the unformattedTimeAttribute.- Parameters:
unformattedTimeAttribute- the unformattedTimeAttribute to set
-