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 TypeMethodDescriptionbooleangetEntityAttribute(EntityPermission entityPermission) getEntityAttribute(Session session) getEntityAttribute(Session session, EntityPermission entityPermission) getEntityAttributeForUpdate(Session session) booleangetEntityIntegerRange(EntityPermission entityPermission) getEntityIntegerRange(Session session) getEntityIntegerRange(Session session, EntityPermission entityPermission) getEntityIntegerRangeForUpdate(Session session) booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidsetEntityAttribute(EntityAttribute entity) voidsetEntityAttributePK(EntityAttributePK entityAttributePK) voidvoidvoidsetEntityIntegerRangeName(String entityIntegerRangeName) voidsetEntityIntegerRangePK(EntityIntegerRangePK entityIntegerRangePK) voidsetFromTime(Long fromTime) voidsetIsDefault(Boolean isDefault) voidsetMaximumIntegerValue(Integer maximumIntegerValue) voidsetMinimumIntegerValue(Integer minimumIntegerValue) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) voidtoString()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:
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
-
getEntityIntegerRangeDetailValue
-
setEntityIntegerRangeDetailValue
public void setEntityIntegerRangeDetailValue(EntityIntegerRangeDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin 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
-