Class EntityAttributeDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.core.server.entity.EntityAttributeDetail
- 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 EntityAttributeDetailEntityAttributeDetail(EntityAttributeDetailValue value, EntityPermission entityPermission) Creates a new instance of EntityAttributeDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleangetEntityAttribute(EntityPermission entityPermission) getEntityAttribute(Session session) getEntityAttribute(Session session, EntityPermission entityPermission) getEntityAttributeForUpdate(Session session) booleanbooleangetEntityAttributeType(EntityPermission entityPermission) getEntityAttributeType(Session session) getEntityAttributeType(Session session, EntityPermission entityPermission) getEntityAttributeTypeForUpdate(Session session) booleangetEntityType(EntityPermission entityPermission) getEntityType(Session session) getEntityType(Session session, EntityPermission entityPermission) getEntityTypeForUpdate(Session session) booleanbooleanbooleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidsetEntityAttribute(EntityAttribute entity) voidvoidsetEntityAttributeName(String entityAttributeName) voidsetEntityAttributePK(EntityAttributePK entityAttributePK) voidvoidsetEntityAttributeTypePK(EntityAttributeTypePK entityAttributeTypePK) voidsetEntityType(EntityType entity) voidsetEntityTypePK(EntityTypePK entityTypePK) voidsetFromTime(Long fromTime) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) voidsetTrackRevisions(Boolean trackRevisions) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
EntityAttributeDetail
Creates a new instance of EntityAttributeDetail- Throws:
PersistenceException
-
EntityAttributeDetail
Creates a new instance of EntityAttributeDetail
-
-
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
-
getEntityAttributeDetailValue
-
setEntityAttributeDetailValue
public void setEntityAttributeDetailValue(EntityAttributeDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getEntityAttributePK
-
getEntityAttribute
-
getEntityAttribute
-
getEntityAttribute
-
getEntityAttribute
-
getEntityAttributeForUpdate
-
getEntityAttributeForUpdate
-
setEntityAttributePK
public void setEntityAttributePK(EntityAttributePK entityAttributePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setEntityAttribute
-
getEntityAttributePKHasBeenModified
-
getEntityTypePK
-
getEntityType
-
getEntityType
-
getEntityType
-
getEntityType
-
getEntityTypeForUpdate
-
getEntityTypeForUpdate
-
setEntityTypePK
public void setEntityTypePK(EntityTypePK entityTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setEntityType
-
getEntityTypePKHasBeenModified
-
getEntityAttributeName
-
setEntityAttributeName
public void setEntityAttributeName(String entityAttributeName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getEntityAttributeNameHasBeenModified
-
getEntityAttributeTypePK
-
getEntityAttributeType
public EntityAttributeType getEntityAttributeType(Session session, EntityPermission entityPermission) -
getEntityAttributeType
-
getEntityAttributeType
-
getEntityAttributeType
-
getEntityAttributeTypeForUpdate
-
getEntityAttributeTypeForUpdate
-
setEntityAttributeTypePK
public void setEntityAttributeTypePK(EntityAttributeTypePK entityAttributeTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setEntityAttributeType
-
getEntityAttributeTypePKHasBeenModified
-
getTrackRevisions
-
setTrackRevisions
public void setTrackRevisions(Boolean trackRevisions) throws PersistenceNotNullException, PersistenceReadOnlyException -
getTrackRevisionsHasBeenModified
-
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
-