Class ForumGroupDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.forum.server.entity.ForumGroupDetail
- 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 ForumGroupDetailForumGroupDetail(ForumGroupDetailValue value, EntityPermission entityPermission) Creates a new instance of ForumGroupDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleangetForumGroup(EntityPermission entityPermission) getForumGroup(Session session) getForumGroup(Session session, EntityPermission entityPermission) getForumGroupForUpdate(Session session) booleanbooleanbooleangetIcon()getIcon(EntityPermission entityPermission) getIcon(Session session, EntityPermission entityPermission) getIconForUpdate(Session session) booleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidsetForumGroup(ForumGroup entity) voidvoidsetForumGroupName(String forumGroupName) voidsetForumGroupPK(ForumGroupPK forumGroupPK) voidsetFromTime(Long fromTime) voidvoidvoidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
ForumGroupDetail
Creates a new instance of ForumGroupDetail- Throws:
PersistenceException
-
ForumGroupDetail
Creates a new instance of ForumGroupDetail
-
-
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
-
getForumGroupDetailValue
-
setForumGroupDetailValue
public void setForumGroupDetailValue(ForumGroupDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getForumGroupPK
-
getForumGroup
-
getForumGroup
-
getForumGroup
-
getForumGroup
-
getForumGroupForUpdate
-
getForumGroupForUpdate
-
setForumGroupPK
public void setForumGroupPK(ForumGroupPK forumGroupPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setForumGroup
-
getForumGroupPKHasBeenModified
-
getForumGroupName
-
setForumGroupName
public void setForumGroupName(String forumGroupName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getForumGroupNameHasBeenModified
-
getIconPK
-
getIcon
-
getIcon
-
getIcon
-
getIcon
-
getIconForUpdate
-
getIconForUpdate
-
setIconPK
public void setIconPK(IconPK iconPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setIcon
-
getIconPKHasBeenModified
-
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
-