Class EntityAttributeIntegerValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<EntityAttributeIntegerPK>
com.echothree.model.data.core.server.value.EntityAttributeIntegerValue
- All Implemented Interfaces:
Serializable,Cloneable
public class EntityAttributeIntegerValue
extends BaseValue<EntityAttributeIntegerPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionEntityAttributeIntegerValue(EntityAttributeIntegerPK entityAttributeIntegerPK, EntityAttributePK entityAttributePK, Integer upperRangeIntegerValue, Integer upperLimitIntegerValue, Integer lowerLimitIntegerValue, Integer lowerRangeIntegerValue, Long fromTime, Long thruTime) Creates a new instance of EntityAttributeIntegerValueEntityAttributeIntegerValue(EntityAttributePK entityAttributePK, Integer upperRangeIntegerValue, Integer upperLimitIntegerValue, Integer lowerLimitIntegerValue, Integer lowerRangeIntegerValue, Long fromTime, Long thruTime) Creates a new instance of EntityAttributeIntegerValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetEntityAttributePK(EntityAttributePK entityAttributePK) voidsetFromTime(Long fromTime) voidsetLowerLimitIntegerValue(Integer lowerLimitIntegerValue) voidsetLowerRangeIntegerValue(Integer lowerRangeIntegerValue) voidsetThruTime(Long thruTime) voidsetUpperLimitIntegerValue(Integer upperLimitIntegerValue) voidsetUpperRangeIntegerValue(Integer upperRangeIntegerValue) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
EntityAttributeIntegerValue
public EntityAttributeIntegerValue(EntityAttributeIntegerPK entityAttributeIntegerPK, EntityAttributePK entityAttributePK, Integer upperRangeIntegerValue, Integer upperLimitIntegerValue, Integer lowerLimitIntegerValue, Integer lowerRangeIntegerValue, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of EntityAttributeIntegerValue- Throws:
PersistenceNotNullException
-
EntityAttributeIntegerValue
public EntityAttributeIntegerValue(EntityAttributePK entityAttributePK, Integer upperRangeIntegerValue, Integer upperLimitIntegerValue, Integer lowerLimitIntegerValue, Integer lowerRangeIntegerValue, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of EntityAttributeIntegerValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<EntityAttributeIntegerPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<EntityAttributeIntegerPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<EntityAttributeIntegerPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<EntityAttributeIntegerPK>
-
getEntityAttributePK
-
setEntityAttributePK
public void setEntityAttributePK(EntityAttributePK entityAttributePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getEntityAttributePKHasBeenModified
-
getUpperRangeIntegerValue
-
setUpperRangeIntegerValue
-
getUpperRangeIntegerValueHasBeenModified
-
getUpperLimitIntegerValue
-
setUpperLimitIntegerValue
-
getUpperLimitIntegerValueHasBeenModified
-
getLowerLimitIntegerValue
-
setLowerLimitIntegerValue
-
getLowerLimitIntegerValueHasBeenModified
-
getLowerRangeIntegerValue
-
setLowerRangeIntegerValue
-
getLowerRangeIntegerValueHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-