Class EntityAttributeInteger
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.core.server.entity.EntityAttributeInteger
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of EntityAttributeIntegerEntityAttributeInteger(EntityAttributeIntegerValue value, EntityPermission entityPermission) Creates a new instance of EntityAttributeInteger -
Method Summary
Modifier and TypeMethodDescriptionbooleangetEntityAttribute(EntityPermission entityPermission) getEntityAttribute(Session session) getEntityAttribute(Session session, EntityPermission entityPermission) getEntityAttributeForUpdate(Session session) booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidsetEntityAttribute(EntityAttribute entity) voidvoidsetEntityAttributePK(EntityAttributePK entityAttributePK) voidsetFromTime(Long fromTime) voidsetLowerLimitIntegerValue(Integer lowerLimitIntegerValue) voidsetLowerRangeIntegerValue(Integer lowerRangeIntegerValue) voidsetThruTime(Long thruTime) voidsetUpperLimitIntegerValue(Integer upperLimitIntegerValue) voidsetUpperRangeIntegerValue(Integer upperRangeIntegerValue) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
EntityAttributeInteger
Creates a new instance of EntityAttributeInteger- Throws:
PersistenceException
-
EntityAttributeInteger
Creates a new instance of EntityAttributeInteger
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getEntityAttributeIntegerValue
-
setEntityAttributeIntegerValue
public void setEntityAttributeIntegerValue(EntityAttributeIntegerValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getEntityAttributePK
-
getEntityAttribute
-
getEntityAttribute
-
getEntityAttribute
-
getEntityAttribute
-
getEntityAttributeForUpdate
-
getEntityAttributeForUpdate
-
setEntityAttributePK
public void setEntityAttributePK(EntityAttributePK entityAttributePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setEntityAttribute
-
getEntityAttributePKHasBeenModified
-
getUpperRangeIntegerValue
-
setUpperRangeIntegerValue
public void setUpperRangeIntegerValue(Integer upperRangeIntegerValue) throws PersistenceNotNullException, PersistenceReadOnlyException -
getUpperRangeIntegerValueHasBeenModified
-
getUpperLimitIntegerValue
-
setUpperLimitIntegerValue
public void setUpperLimitIntegerValue(Integer upperLimitIntegerValue) throws PersistenceNotNullException, PersistenceReadOnlyException -
getUpperLimitIntegerValueHasBeenModified
-
getLowerLimitIntegerValue
-
setLowerLimitIntegerValue
public void setLowerLimitIntegerValue(Integer lowerLimitIntegerValue) throws PersistenceNotNullException, PersistenceReadOnlyException -
getLowerLimitIntegerValueHasBeenModified
-
getLowerRangeIntegerValue
-
setLowerRangeIntegerValue
public void setLowerRangeIntegerValue(Integer lowerRangeIntegerValue) throws PersistenceNotNullException, PersistenceReadOnlyException -
getLowerRangeIntegerValueHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-