Class ForumMessagePartValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ForumMessagePartPK>
com.echothree.model.data.forum.server.value.ForumMessagePartValue
- All Implemented Interfaces:
Serializable,Cloneable
public class ForumMessagePartValue
extends BaseValue<ForumMessagePartPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionForumMessagePartValue(ForumMessagePartDetailPK activeDetailPK, ForumMessagePartDetailPK lastDetailPK) Creates a new instance of ForumMessagePartValueForumMessagePartValue(ForumMessagePartPK forumMessagePartPK, ForumMessagePartDetailPK activeDetailPK, ForumMessagePartDetailPK lastDetailPK) Creates a new instance of ForumMessagePartValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetActiveDetailPK(ForumMessagePartDetailPK activeDetailPK) voidsetLastDetailPK(ForumMessagePartDetailPK lastDetailPK) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ForumMessagePartValue
public ForumMessagePartValue(ForumMessagePartPK forumMessagePartPK, ForumMessagePartDetailPK activeDetailPK, ForumMessagePartDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of ForumMessagePartValue- Throws:
PersistenceNotNullException
-
ForumMessagePartValue
public ForumMessagePartValue(ForumMessagePartDetailPK activeDetailPK, ForumMessagePartDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of ForumMessagePartValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<ForumMessagePartPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ForumMessagePartPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ForumMessagePartPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<ForumMessagePartPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-