Class EntityIntegerRangeDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<EntityIntegerRangeDetailPK>
com.echothree.model.data.core.server.value.EntityIntegerRangeDetailValue
- All Implemented Interfaces:
Serializable,Cloneable
public class EntityIntegerRangeDetailValue
extends BaseValue<EntityIntegerRangeDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionEntityIntegerRangeDetailValue(EntityIntegerRangeDetailPK entityIntegerRangeDetailPK, EntityIntegerRangePK entityIntegerRangePK, EntityAttributePK entityAttributePK, String entityIntegerRangeName, Integer minimumIntegerValue, Integer maximumIntegerValue, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of EntityIntegerRangeDetailValueEntityIntegerRangeDetailValue(EntityIntegerRangePK entityIntegerRangePK, EntityAttributePK entityAttributePK, String entityIntegerRangeName, Integer minimumIntegerValue, Integer maximumIntegerValue, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of EntityIntegerRangeDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetEntityAttributePK(EntityAttributePK entityAttributePK) voidsetEntityIntegerRangeName(String entityIntegerRangeName) voidsetEntityIntegerRangePK(EntityIntegerRangePK entityIntegerRangePK) voidsetFromTime(Long fromTime) voidsetIsDefault(Boolean isDefault) voidsetMaximumIntegerValue(Integer maximumIntegerValue) voidsetMinimumIntegerValue(Integer minimumIntegerValue) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
EntityIntegerRangeDetailValue
public EntityIntegerRangeDetailValue(EntityIntegerRangeDetailPK entityIntegerRangeDetailPK, EntityIntegerRangePK entityIntegerRangePK, EntityAttributePK entityAttributePK, String entityIntegerRangeName, Integer minimumIntegerValue, Integer maximumIntegerValue, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of EntityIntegerRangeDetailValue- Throws:
PersistenceNotNullException
-
EntityIntegerRangeDetailValue
public EntityIntegerRangeDetailValue(EntityIntegerRangePK entityIntegerRangePK, EntityAttributePK entityAttributePK, String entityIntegerRangeName, Integer minimumIntegerValue, Integer maximumIntegerValue, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of EntityIntegerRangeDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<EntityIntegerRangeDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<EntityIntegerRangeDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<EntityIntegerRangeDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<EntityIntegerRangeDetailPK>
-
getEntityIntegerRangePK
-
setEntityIntegerRangePK
public void setEntityIntegerRangePK(EntityIntegerRangePK entityIntegerRangePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getEntityIntegerRangePKHasBeenModified
-
getEntityAttributePK
-
setEntityAttributePK
public void setEntityAttributePK(EntityAttributePK entityAttributePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getEntityAttributePKHasBeenModified
-
getEntityIntegerRangeName
-
setEntityIntegerRangeName
public void setEntityIntegerRangeName(String entityIntegerRangeName) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getEntityIntegerRangeNameHasBeenModified
-
getMinimumIntegerValue
-
setMinimumIntegerValue
-
getMinimumIntegerValueHasBeenModified
-
getMaximumIntegerValue
-
setMaximumIntegerValue
-
getMaximumIntegerValueHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-