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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setEntityAttributePK
(EntityAttributePK entityAttributePK) void
setFromTime
(Long fromTime) void
setLowerLimitIntegerValue
(Integer lowerLimitIntegerValue) void
setLowerRangeIntegerValue
(Integer lowerRangeIntegerValue) void
setThruTime
(Long thruTime) void
setUpperLimitIntegerValue
(Integer upperLimitIntegerValue) void
setUpperRangeIntegerValue
(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:
getBaseFactoryInstance
in classBaseValue<EntityAttributeIntegerPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<EntityAttributeIntegerPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<EntityAttributeIntegerPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-