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