Class Icon
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.icon.server.entity.Icon
- All Implemented Interfaces:
- Serializable
- See Also:
- 
Field SummaryFields inherited from class com.echothree.util.server.persistence.BaseEntity_entityPermission
- 
Constructor SummaryConstructorsConstructorDescriptionIcon()Creates a new instance of IconIcon(IconValue value, EntityPermission entityPermission) Creates a new instance of Icon
- 
Method SummaryModifier and TypeMethodDescriptionbooleangetActiveDetail(EntityPermission entityPermission) getActiveDetail(Session session) getActiveDetail(Session session, EntityPermission entityPermission) getActiveDetailForUpdate(Session session) booleangetLastDetail(EntityPermission entityPermission) getLastDetail(Session session) getLastDetail(Session session, EntityPermission entityPermission) getLastDetailForUpdate(Session session) booleanbooleaninthashCode()voidremove()voidvoidsetActiveDetail(IconDetail entity) voidsetActiveDetailPK(IconDetailPK activeDetailPK) voidsetIconValue(IconValue value) voidsetLastDetail(IconDetail entity) voidsetLastDetailPK(IconDetailPK lastDetailPK) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntitycheckReadWrite, getEntityPermission, store
- 
Constructor Details- 
IconCreates a new instance of Icon- Throws:
- PersistenceException
 
- 
IconCreates a new instance of Icon
 
- 
- 
Method Details- 
getBaseFactoryInstance- Specified by:
- getBaseFactoryInstancein class- BaseEntity
 
- 
hasBeenModified- Specified by:
- hasBeenModifiedin class- BaseEntity
 
- 
hashCode
- 
toString
- 
equals
- 
store- Specified by:
- storein class- BaseEntity
- Throws:
- PersistenceDatabaseException
 
- 
remove- Specified by:
- removein class- BaseEntity
- Throws:
- PersistenceDatabaseException
 
- 
remove- Overrides:
- removein class- BaseEntity
- Throws:
- PersistenceDatabaseException
 
- 
getIconValue
- 
setIconValue- Throws:
- PersistenceReadOnlyException
 
- 
getPrimaryKey- Specified by:
- getPrimaryKeyin class- BaseEntity
 
- 
getActiveDetailPK
- 
getActiveDetail
- 
getActiveDetail
- 
getActiveDetail
- 
getActiveDetail
- 
getActiveDetailForUpdate
- 
getActiveDetailForUpdate
- 
setActiveDetailPKpublic void setActiveDetailPK(IconDetailPK activeDetailPK) throws PersistenceNotNullException, PersistenceReadOnlyException 
- 
setActiveDetail
- 
getActiveDetailPKHasBeenModified
- 
getLastDetailPK
- 
getLastDetail
- 
getLastDetail
- 
getLastDetail
- 
getLastDetail
- 
getLastDetailForUpdate
- 
getLastDetailForUpdate
- 
setLastDetailPKpublic void setLastDetailPK(IconDetailPK lastDetailPK) throws PersistenceNotNullException, PersistenceReadOnlyException 
- 
setLastDetail
- 
getLastDetailPKHasBeenModified
 
-