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 TypeMethodDescriptionboolean
getEntityAttribute
(EntityPermission entityPermission) getEntityAttribute
(Session session) getEntityAttribute
(Session session, EntityPermission entityPermission) getEntityAttributeForUpdate
(Session session) boolean
getEntityLongRange
(EntityPermission entityPermission) getEntityLongRange
(Session session) getEntityLongRange
(Session session, EntityPermission entityPermission) getEntityLongRangeForUpdate
(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
setEntityLongRange
(EntityLongRange entity) void
void
setEntityLongRangeName
(String entityLongRangeName) void
setEntityLongRangePK
(EntityLongRangePK entityLongRangePK) void
setFromTime
(Long fromTime) void
setIsDefault
(Boolean isDefault) void
setMaximumLongValue
(Long maximumLongValue) void
setMinimumLongValue
(Long minimumLongValue) 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
-
EntityLongRangeDetail
Creates a new instance of EntityLongRangeDetail- Throws:
PersistenceException
-
EntityLongRangeDetail
Creates a new instance of EntityLongRangeDetail
-
-
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
-
getEntityLongRangeDetailValue
-
setEntityLongRangeDetailValue
public void setEntityLongRangeDetailValue(EntityLongRangeDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in 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
-