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