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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setContentCollectionPK
(ContentCollectionPK contentCollectionPK) void
setContentForumPK
(ContentForumPK contentForumPK) void
setForumPK
(ForumPK forumPK) void
setFromTime
(Long fromTime) void
setIsDefault
(Boolean isDefault) void
setThruTime
(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:
getBaseFactoryInstance
in classBaseValue<ContentForumDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ContentForumDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ContentForumDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-