Class EntityDateAttributeTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.core.common.transfer.EntityDateAttributeTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEntityDateAttributeTransfer
(EntityAttributeTransfer entityAttribute, EntityInstanceTransfer entityInstance, String dateAttribute, Integer unformattedDateAttribute) Creates a new instance of EntityDateAttributeTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the dateAttribute.Returns the entityAttribute.Returns the entityInstance.Returns the unformattedDateAttribute.void
setDateAttribute
(String dateAttribute) Sets the dateAttribute.void
setEntityAttribute
(EntityAttributeTransfer entityAttribute) Sets the entityAttribute.void
setEntityInstance
(EntityInstanceTransfer entityInstance) Sets the entityInstance.void
setUnformattedDateAttribute
(Integer unformattedDateAttribute) Sets the unformattedDateAttribute.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
-
EntityDateAttributeTransfer
public EntityDateAttributeTransfer(EntityAttributeTransfer entityAttribute, EntityInstanceTransfer entityInstance, String dateAttribute, Integer unformattedDateAttribute) Creates a new instance of EntityDateAttributeTransfer
-
-
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
-
getDateAttribute
Returns the dateAttribute.- Returns:
- the dateAttribute
-
setDateAttribute
Sets the dateAttribute.- Parameters:
dateAttribute
- the dateAttribute to set
-
getUnformattedDateAttribute
Returns the unformattedDateAttribute.- Returns:
- the unformattedDateAttribute
-
setUnformattedDateAttribute
Sets the unformattedDateAttribute.- Parameters:
unformattedDateAttribute
- the unformattedDateAttribute to set
-