Class EntityLongRangeTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.core.common.transfer.EntityLongRangeTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEntityLongRangeTransfer
(EntityAttributeTransfer entityAttribute, String entityLongRangeName, Long minimumLongValue, Long maximumLongValue, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of EntityLongRangeTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the description.Returns the entityAttribute.Returns the entityLongRangeName.Returns the isDefault.Returns the maximumLongValue.Returns the minimumLongValue.Returns the sortOrder.void
setDescription
(String description) Sets the description.void
setEntityAttribute
(EntityAttributeTransfer entityAttribute) Sets the entityAttribute.void
setEntityLongRangeName
(String entityLongRangeName) Sets the entityLongRangeName.void
setIsDefault
(Boolean isDefault) Sets the isDefault.void
setMaximumLongValue
(Long maximumLongValue) Sets the maximumLongValue.void
setMinimumLongValue
(Long minimumLongValue) Sets the minimumLongValue.void
setSortOrder
(Integer sortOrder) Sets the sortOrder.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
-
EntityLongRangeTransfer
public EntityLongRangeTransfer(EntityAttributeTransfer entityAttribute, String entityLongRangeName, Long minimumLongValue, Long maximumLongValue, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of EntityLongRangeTransfer
-
-
Method Details
-
getEntityAttribute
Returns the entityAttribute.- Returns:
- the entityAttribute
-
setEntityAttribute
Sets the entityAttribute.- Parameters:
entityAttribute
- the entityAttribute to set
-
getEntityLongRangeName
Returns the entityLongRangeName.- Returns:
- the entityLongRangeName
-
setEntityLongRangeName
Sets the entityLongRangeName.- Parameters:
entityLongRangeName
- the entityLongRangeName to set
-
getMinimumLongValue
Returns the minimumLongValue.- Returns:
- the minimumLongValue
-
setMinimumLongValue
Sets the minimumLongValue.- Parameters:
minimumLongValue
- the minimumLongValue to set
-
getMaximumLongValue
Returns the maximumLongValue.- Returns:
- the maximumLongValue
-
setMaximumLongValue
Sets the maximumLongValue.- Parameters:
maximumLongValue
- the maximumLongValue to set
-
getIsDefault
Returns the isDefault.- Returns:
- the isDefault
-
setIsDefault
Sets the isDefault.- Parameters:
isDefault
- the isDefault to set
-
getSortOrder
Returns the sortOrder.- Returns:
- the sortOrder
-
setSortOrder
Sets the sortOrder.- Parameters:
sortOrder
- the sortOrder to set
-
getDescription
Returns the description.- Returns:
- the description
-
setDescription
Sets the description.- Parameters:
description
- the description to set
-