Class ContentForumValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ContentForumPK>
com.echothree.model.data.content.server.value.ContentForumValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionContentForumValue
(ContentForumDetailPK activeDetailPK, ContentForumDetailPK lastDetailPK) Creates a new instance of ContentForumValueContentForumValue
(ContentForumPK contentForumPK, ContentForumDetailPK activeDetailPK, ContentForumDetailPK lastDetailPK) Creates a new instance of ContentForumValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(ContentForumDetailPK activeDetailPK) void
setLastDetailPK
(ContentForumDetailPK lastDetailPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ContentForumValue
public ContentForumValue(ContentForumPK contentForumPK, ContentForumDetailPK activeDetailPK, ContentForumDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of ContentForumValue- Throws:
PersistenceNotNullException
-
ContentForumValue
public ContentForumValue(ContentForumDetailPK activeDetailPK, ContentForumDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of ContentForumValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<ContentForumPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ContentForumPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ContentForumPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ContentForumPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-