Class EntityIntegerRangeDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.core.server.entity.EntityIntegerRangeDetail
- 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 EntityIntegerRangeDetailEntityIntegerRangeDetail
(EntityIntegerRangeDetailValue value, EntityPermission entityPermission) Creates a new instance of EntityIntegerRangeDetail -
Method Summary
Modifier and TypeMethodDescriptionboolean
getEntityAttribute
(EntityPermission entityPermission) getEntityAttribute
(Session session) getEntityAttribute
(Session session, EntityPermission entityPermission) getEntityAttributeForUpdate
(Session session) boolean
getEntityIntegerRange
(EntityPermission entityPermission) getEntityIntegerRange
(Session session) getEntityIntegerRange
(Session session, EntityPermission entityPermission) getEntityIntegerRangeForUpdate
(Session session) boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setEntityAttribute
(EntityAttribute entity) void
setEntityAttributePK
(EntityAttributePK entityAttributePK) void
void
void
setEntityIntegerRangeName
(String entityIntegerRangeName) void
setEntityIntegerRangePK
(EntityIntegerRangePK entityIntegerRangePK) void
setFromTime
(Long fromTime) void
setIsDefault
(Boolean isDefault) void
setMaximumIntegerValue
(Integer maximumIntegerValue) void
setMinimumIntegerValue
(Integer minimumIntegerValue) void
setSortOrder
(Integer sortOrder) void
setThruTime
(Long thruTime) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
EntityIntegerRangeDetail
Creates a new instance of EntityIntegerRangeDetail- Throws:
PersistenceException
-
EntityIntegerRangeDetail
public EntityIntegerRangeDetail(EntityIntegerRangeDetailValue value, EntityPermission entityPermission) Creates a new instance of EntityIntegerRangeDetail
-
-
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
-
getEntityIntegerRangeDetailValue
-
setEntityIntegerRangeDetailValue
public void setEntityIntegerRangeDetailValue(EntityIntegerRangeDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getEntityIntegerRangePK
-
getEntityIntegerRange
-
getEntityIntegerRange
-
getEntityIntegerRange
-
getEntityIntegerRange
-
getEntityIntegerRangeForUpdate
-
getEntityIntegerRangeForUpdate
-
setEntityIntegerRangePK
public void setEntityIntegerRangePK(EntityIntegerRangePK entityIntegerRangePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setEntityIntegerRange
-
getEntityIntegerRangePKHasBeenModified
-
getEntityAttributePK
-
getEntityAttribute
-
getEntityAttribute
-
getEntityAttribute
-
getEntityAttribute
-
getEntityAttributeForUpdate
-
getEntityAttributeForUpdate
-
setEntityAttributePK
public void setEntityAttributePK(EntityAttributePK entityAttributePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setEntityAttribute
-
getEntityAttributePKHasBeenModified
-
getEntityIntegerRangeName
-
setEntityIntegerRangeName
public void setEntityIntegerRangeName(String entityIntegerRangeName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getEntityIntegerRangeNameHasBeenModified
-
getMinimumIntegerValue
-
setMinimumIntegerValue
public void setMinimumIntegerValue(Integer minimumIntegerValue) throws PersistenceNotNullException, PersistenceReadOnlyException -
getMinimumIntegerValueHasBeenModified
-
getMaximumIntegerValue
-
setMaximumIntegerValue
public void setMaximumIntegerValue(Integer maximumIntegerValue) throws PersistenceNotNullException, PersistenceReadOnlyException -
getMaximumIntegerValueHasBeenModified
-
getIsDefault
-
setIsDefault
public void setIsDefault(Boolean isDefault) throws PersistenceNotNullException, PersistenceReadOnlyException -
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
public void setSortOrder(Integer sortOrder) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-