Class ForumMessageStatusValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ForumMessageStatusPK>
com.echothree.model.data.forum.server.value.ForumMessageStatusValue
- All Implemented Interfaces:
Serializable,Cloneable
public class ForumMessageStatusValue
extends BaseValue<ForumMessageStatusPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionForumMessageStatusValue(ForumMessagePK forumMessagePK, Integer forumMessageAttachmentSequence) Creates a new instance of ForumMessageStatusValueForumMessageStatusValue(ForumMessageStatusPK forumMessageStatusPK, ForumMessagePK forumMessagePK, Integer forumMessageAttachmentSequence) Creates a new instance of ForumMessageStatusValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetForumMessageAttachmentSequence(Integer forumMessageAttachmentSequence) voidsetForumMessagePK(ForumMessagePK forumMessagePK) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ForumMessageStatusValue
public ForumMessageStatusValue(ForumMessageStatusPK forumMessageStatusPK, ForumMessagePK forumMessagePK, Integer forumMessageAttachmentSequence) throws PersistenceNotNullException Creates a new instance of ForumMessageStatusValue- Throws:
PersistenceNotNullException
-
ForumMessageStatusValue
public ForumMessageStatusValue(ForumMessagePK forumMessagePK, Integer forumMessageAttachmentSequence) throws PersistenceNotNullException Creates a new instance of ForumMessageStatusValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<ForumMessageStatusPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ForumMessageStatusPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ForumMessageStatusPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<ForumMessageStatusPK>
-
getForumMessagePK
-
setForumMessagePK
- Throws:
PersistenceNotNullException
-
getForumMessagePKHasBeenModified
-
getForumMessageAttachmentSequence
-
setForumMessageAttachmentSequence
public void setForumMessageAttachmentSequence(Integer forumMessageAttachmentSequence) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getForumMessageAttachmentSequenceHasBeenModified
-