Class EntityDateDefaultTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.core.common.transfer.EntityDateDefaultTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEntityDateDefaultTransfer(EntityAttributeTransfer entityAttribute, String dateAttribute, Integer unformattedDateAttribute) Creates a new instance of EntityDateDefaultTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the dateAttribute.Returns the entityAttribute.Returns the unformattedDateAttribute.voidsetDateAttribute(String dateAttribute) Sets the dateAttribute.voidsetEntityAttribute(EntityAttributeTransfer entityAttribute) Sets the entityAttribute.voidsetUnformattedDateAttribute(Integer unformattedDateAttribute) Sets the unformattedDateAttribute.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
-
EntityDateDefaultTransfer
public EntityDateDefaultTransfer(EntityAttributeTransfer entityAttribute, String dateAttribute, Integer unformattedDateAttribute) Creates a new instance of EntityDateDefaultTransfer
-
-
Method Details
-
getEntityAttribute
Returns the entityAttribute.- Returns:
- the entityAttribute
-
setEntityAttribute
Sets the entityAttribute.- Parameters:
entityAttribute- the entityAttribute 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
-