Class ContentForumDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.content.server.entity.ContentForumDetail
- 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 ContentForumDetailContentForumDetail(ContentForumDetailValue value, EntityPermission entityPermission) Creates a new instance of ContentForumDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleangetContentCollection(EntityPermission entityPermission) getContentCollection(Session session) getContentCollection(Session session, EntityPermission entityPermission) getContentCollectionForUpdate(Session session) booleangetContentForum(EntityPermission entityPermission) getContentForum(Session session) getContentForum(Session session, EntityPermission entityPermission) getContentForumForUpdate(Session session) booleangetForum()getForum(EntityPermission entityPermission) getForum(Session session, EntityPermission entityPermission) getForumForUpdate(Session session) booleanbooleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidvoidsetContentCollectionPK(ContentCollectionPK contentCollectionPK) voidsetContentForum(ContentForum entity) voidvoidsetContentForumPK(ContentForumPK contentForumPK) voidvoidsetForumPK(ForumPK forumPK) voidsetFromTime(Long fromTime) voidsetIsDefault(Boolean isDefault) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
ContentForumDetail
Creates a new instance of ContentForumDetail- Throws:
PersistenceException
-
ContentForumDetail
Creates a new instance of ContentForumDetail
-
-
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
-
getContentForumDetailValue
-
setContentForumDetailValue
public void setContentForumDetailValue(ContentForumDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getContentForumPK
-
getContentForum
-
getContentForum
-
getContentForum
-
getContentForum
-
getContentForumForUpdate
-
getContentForumForUpdate
-
setContentForumPK
public void setContentForumPK(ContentForumPK contentForumPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setContentForum
-
getContentForumPKHasBeenModified
-
getContentCollectionPK
-
getContentCollection
-
getContentCollection
-
getContentCollection
-
getContentCollection
-
getContentCollectionForUpdate
-
getContentCollectionForUpdate
-
setContentCollectionPK
public void setContentCollectionPK(ContentCollectionPK contentCollectionPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setContentCollection
-
getContentCollectionPKHasBeenModified
-
getForumPK
-
getForum
-
getForum
-
getForum
-
getForum
-
getForumForUpdate
-
getForumForUpdate
-
setForumPK
public void setForumPK(ForumPK forumPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setForum
-
getForumPKHasBeenModified
-
getIsDefault
-
setIsDefault
public void setIsDefault(Boolean isDefault) throws PersistenceNotNullException, PersistenceReadOnlyException -
getIsDefaultHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-