Class EntityLongRangeDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.core.server.entity.EntityLongRangeDetail
- 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 EntityLongRangeDetailEntityLongRangeDetail(EntityLongRangeDetailValue value, EntityPermission entityPermission) Creates a new instance of EntityLongRangeDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleangetEntityAttribute(EntityPermission entityPermission) getEntityAttribute(Session session) getEntityAttribute(Session session, EntityPermission entityPermission) getEntityAttributeForUpdate(Session session) booleangetEntityLongRange(EntityPermission entityPermission) getEntityLongRange(Session session) getEntityLongRange(Session session, EntityPermission entityPermission) getEntityLongRangeForUpdate(Session session) booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidsetEntityAttribute(EntityAttribute entity) voidsetEntityAttributePK(EntityAttributePK entityAttributePK) voidsetEntityLongRange(EntityLongRange entity) voidvoidsetEntityLongRangeName(String entityLongRangeName) voidsetEntityLongRangePK(EntityLongRangePK entityLongRangePK) voidsetFromTime(Long fromTime) voidsetIsDefault(Boolean isDefault) voidsetMaximumLongValue(Long maximumLongValue) voidsetMinimumLongValue(Long minimumLongValue) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
EntityLongRangeDetail
Creates a new instance of EntityLongRangeDetail- Throws:
PersistenceException
-
EntityLongRangeDetail
Creates a new instance of EntityLongRangeDetail
-
-
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
-
getEntityLongRangeDetailValue
-
setEntityLongRangeDetailValue
public void setEntityLongRangeDetailValue(EntityLongRangeDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getEntityLongRangePK
-
getEntityLongRange
-
getEntityLongRange
-
getEntityLongRange
-
getEntityLongRange
-
getEntityLongRangeForUpdate
-
getEntityLongRangeForUpdate
-
setEntityLongRangePK
public void setEntityLongRangePK(EntityLongRangePK entityLongRangePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setEntityLongRange
-
getEntityLongRangePKHasBeenModified
-
getEntityAttributePK
-
getEntityAttribute
-
getEntityAttribute
-
getEntityAttribute
-
getEntityAttribute
-
getEntityAttributeForUpdate
-
getEntityAttributeForUpdate
-
setEntityAttributePK
public void setEntityAttributePK(EntityAttributePK entityAttributePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setEntityAttribute
-
getEntityAttributePKHasBeenModified
-
getEntityLongRangeName
-
setEntityLongRangeName
public void setEntityLongRangeName(String entityLongRangeName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getEntityLongRangeNameHasBeenModified
-
getMinimumLongValue
-
setMinimumLongValue
public void setMinimumLongValue(Long minimumLongValue) throws PersistenceNotNullException, PersistenceReadOnlyException -
getMinimumLongValueHasBeenModified
-
getMaximumLongValue
-
setMaximumLongValue
public void setMaximumLongValue(Long maximumLongValue) throws PersistenceNotNullException, PersistenceReadOnlyException -
getMaximumLongValueHasBeenModified
-
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
-