Class EntityTimeAttributeTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.core.common.transfer.EntityTimeAttributeTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEntityTimeAttributeTransfer
(EntityAttributeTransfer entityAttribute, EntityInstanceTransfer entityInstance, String timeAttribute, Long unformattedTimeAttribute) Creates a new instance of EntityTimeAttributeTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the entityAttribute.Returns the entityInstance.Returns the timeAttribute.Returns the unformattedTimeAttribute.void
setEntityAttribute
(EntityAttributeTransfer entityAttribute) Sets the entityAttribute.void
setEntityInstance
(EntityInstanceTransfer entityInstance) Sets the entityInstance.void
setTimeAttribute
(String timeAttribute) Sets the timeAttribute.void
setUnformattedTimeAttribute
(Long unformattedTimeAttribute) Sets the unformattedTimeAttribute.Methods inherited from class com.echothree.util.common.transfer.BaseTransfer
addComments, addOwnedWorkEffort, addRatings, getComments, getEntityAliasTypes, getEntityAttributeGroups, getOwnedWorkEfforts, getRatings, getTagScopes, setComments, setEntityAliasTypes, setEntityAttributeGroups, setOwnedWorkEfforts, setRatings, setTagScopes
-
Constructor Details
-
EntityTimeAttributeTransfer
public EntityTimeAttributeTransfer(EntityAttributeTransfer entityAttribute, EntityInstanceTransfer entityInstance, 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
-
getEntityInstance
Returns the entityInstance.- Overrides:
getEntityInstance
in classBaseTransfer
- Returns:
- the entityInstance
-
setEntityInstance
Sets the entityInstance.- Overrides:
setEntityInstance
in classBaseTransfer
- Parameters:
entityInstance
- the entityInstance 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
-