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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setForumMessageAttachmentSequence
(Integer forumMessageAttachmentSequence) void
setForumMessagePK
(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:
getBaseFactoryInstance
in classBaseValue<ForumMessageStatusPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ForumMessageStatusPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ForumMessageStatusPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ForumMessageStatusPK>
-
getForumMessagePK
-
setForumMessagePK
- Throws:
PersistenceNotNullException
-
getForumMessagePKHasBeenModified
-
getForumMessageAttachmentSequence
-
setForumMessageAttachmentSequence
public void setForumMessageAttachmentSequence(Integer forumMessageAttachmentSequence) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getForumMessageAttachmentSequenceHasBeenModified
-