Class EntityIntegerRangeTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.core.common.transfer.EntityIntegerRangeTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEntityIntegerRangeTransfer(EntityAttributeTransfer entityAttribute, String entityIntegerRangeName, Integer minimumIntegerValue, Integer maximumIntegerValue, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of EntityIntegerRangeTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the description.Returns the entityAttribute.Returns the entityIntegerRangeName.Returns the isDefault.Returns the maximumIntegerValue.Returns the minimumIntegerValue.Returns the sortOrder.voidsetDescription(String description) Sets the description.voidsetEntityAttribute(EntityAttributeTransfer entityAttribute) Sets the entityAttribute.voidsetEntityIntegerRangeName(String entityIntegerRangeName) Sets the entityIntegerRangeName.voidsetIsDefault(Boolean isDefault) Sets the isDefault.voidsetMaximumIntegerValue(Integer maximumIntegerValue) Sets the maximumIntegerValue.voidsetMinimumIntegerValue(Integer minimumIntegerValue) Sets the minimumIntegerValue.voidsetSortOrder(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
-
EntityIntegerRangeTransfer
public EntityIntegerRangeTransfer(EntityAttributeTransfer entityAttribute, String entityIntegerRangeName, Integer minimumIntegerValue, Integer maximumIntegerValue, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of EntityIntegerRangeTransfer
-
-
Method Details
-
getEntityAttribute
Returns the entityAttribute.- Returns:
- the entityAttribute
-
setEntityAttribute
Sets the entityAttribute.- Parameters:
entityAttribute- the entityAttribute to set
-
getEntityIntegerRangeName
Returns the entityIntegerRangeName.- Returns:
- the entityIntegerRangeName
-
setEntityIntegerRangeName
Sets the entityIntegerRangeName.- Parameters:
entityIntegerRangeName- the entityIntegerRangeName to set
-
getMinimumIntegerValue
Returns the minimumIntegerValue.- Returns:
- the minimumIntegerValue
-
setMinimumIntegerValue
Sets the minimumIntegerValue.- Parameters:
minimumIntegerValue- the minimumIntegerValue to set
-
getMaximumIntegerValue
Returns the maximumIntegerValue.- Returns:
- the maximumIntegerValue
-
setMaximumIntegerValue
Sets the maximumIntegerValue.- Parameters:
maximumIntegerValue- the maximumIntegerValue 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
-