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 TypeMethodDescriptionboolean
getEntityAttribute
(EntityPermission entityPermission) getEntityAttribute
(Session session) getEntityAttribute
(Session session, EntityPermission entityPermission) getEntityAttributeForUpdate
(Session session) boolean
boolean
getEntityAttributeType
(EntityPermission entityPermission) getEntityAttributeType
(Session session) getEntityAttributeType
(Session session, EntityPermission entityPermission) getEntityAttributeTypeForUpdate
(Session session) boolean
getEntityType
(EntityPermission entityPermission) getEntityType
(Session session) getEntityType
(Session session, EntityPermission entityPermission) getEntityTypeForUpdate
(Session session) boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setEntityAttribute
(EntityAttribute entity) void
void
setEntityAttributeName
(String entityAttributeName) void
setEntityAttributePK
(EntityAttributePK entityAttributePK) void
void
setEntityAttributeTypePK
(EntityAttributeTypePK entityAttributeTypePK) void
setEntityType
(EntityType entity) void
setEntityTypePK
(EntityTypePK entityTypePK) void
setFromTime
(Long fromTime) void
setSortOrder
(Integer sortOrder) void
setThruTime
(Long thruTime) void
setTrackRevisions
(Boolean trackRevisions) void
toString()
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:
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
-
getEntityAttributeDetailValue
-
setEntityAttributeDetailValue
public void setEntityAttributeDetailValue(EntityAttributeDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in 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
-