Class ContentForumDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ContentForumDetailPK>
com.echothree.model.data.content.server.value.ContentForumDetailValue
- All Implemented Interfaces:
Serializable,Cloneable
public class ContentForumDetailValue
extends BaseValue<ContentForumDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionContentForumDetailValue(ContentForumDetailPK contentForumDetailPK, ContentForumPK contentForumPK, ContentCollectionPK contentCollectionPK, ForumPK forumPK, Boolean isDefault, Long fromTime, Long thruTime) Creates a new instance of ContentForumDetailValueContentForumDetailValue(ContentForumPK contentForumPK, ContentCollectionPK contentCollectionPK, ForumPK forumPK, Boolean isDefault, Long fromTime, Long thruTime) Creates a new instance of ContentForumDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetContentCollectionPK(ContentCollectionPK contentCollectionPK) voidsetContentForumPK(ContentForumPK contentForumPK) voidsetForumPK(ForumPK forumPK) voidsetFromTime(Long fromTime) voidsetIsDefault(Boolean isDefault) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ContentForumDetailValue
public ContentForumDetailValue(ContentForumDetailPK contentForumDetailPK, ContentForumPK contentForumPK, ContentCollectionPK contentCollectionPK, ForumPK forumPK, Boolean isDefault, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ContentForumDetailValue- Throws:
PersistenceNotNullException
-
ContentForumDetailValue
public ContentForumDetailValue(ContentForumPK contentForumPK, ContentCollectionPK contentCollectionPK, ForumPK forumPK, Boolean isDefault, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ContentForumDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<ContentForumDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ContentForumDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ContentForumDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<ContentForumDetailPK>
-
getContentForumPK
-
setContentForumPK
- Throws:
PersistenceNotNullException
-
getContentForumPKHasBeenModified
-
getContentCollectionPK
-
setContentCollectionPK
public void setContentCollectionPK(ContentCollectionPK contentCollectionPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getContentCollectionPKHasBeenModified
-
getForumPK
-
setForumPK
- Throws:
PersistenceNotNullException
-
getForumPKHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-