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 TypeMethodDescriptionboolean
getEntityAttribute
(EntityPermission entityPermission) getEntityAttribute
(Session session) getEntityAttribute
(Session session, EntityPermission entityPermission) getEntityAttributeForUpdate
(Session session) boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setEntityAttribute
(EntityAttribute entity) void
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) void
toString()
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:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getEntityAttributeIntegerValue
-
setEntityAttributeIntegerValue
public void setEntityAttributeIntegerValue(EntityAttributeIntegerValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in 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
-