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