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.voidsetDateAttribute(String dateAttribute) Sets the dateAttribute.voidsetEntityAttribute(EntityAttributeTransfer entityAttribute) Sets the entityAttribute.voidsetEntityInstance(EntityInstanceTransfer entityInstance) Sets the entityInstance.voidsetUnformattedDateAttribute(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:
getEntityInstancein classBaseTransfer- Returns:
- the entityInstance
-
setEntityInstance
Sets the entityInstance.- Overrides:
setEntityInstancein 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
-