Class ForumMessageRoleValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ForumMessageRolePK>
com.echothree.model.data.forum.server.value.ForumMessageRoleValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class ForumMessageRoleValue
extends BaseValue<ForumMessageRolePK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionForumMessageRoleValue
(ForumMessagePK forumMessagePK, ForumRoleTypePK forumRoleTypePK, PartyPK partyPK, Long fromTime, Long thruTime) Creates a new instance of ForumMessageRoleValueForumMessageRoleValue
(ForumMessageRolePK forumMessageRolePK, ForumMessagePK forumMessagePK, ForumRoleTypePK forumRoleTypePK, PartyPK partyPK, Long fromTime, Long thruTime) Creates a new instance of ForumMessageRoleValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setForumMessagePK
(ForumMessagePK forumMessagePK) void
setForumRoleTypePK
(ForumRoleTypePK forumRoleTypePK) void
setFromTime
(Long fromTime) void
setPartyPK
(PartyPK partyPK) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ForumMessageRoleValue
public ForumMessageRoleValue(ForumMessageRolePK forumMessageRolePK, ForumMessagePK forumMessagePK, ForumRoleTypePK forumRoleTypePK, PartyPK partyPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ForumMessageRoleValue- Throws:
PersistenceNotNullException
-
ForumMessageRoleValue
public ForumMessageRoleValue(ForumMessagePK forumMessagePK, ForumRoleTypePK forumRoleTypePK, PartyPK partyPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ForumMessageRoleValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<ForumMessageRolePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ForumMessageRolePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ForumMessageRolePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ForumMessageRolePK>
-
getForumMessagePK
-
setForumMessagePK
- Throws:
PersistenceNotNullException
-
getForumMessagePKHasBeenModified
-
getForumRoleTypePK
-
setForumRoleTypePK
- Throws:
PersistenceNotNullException
-
getForumRoleTypePKHasBeenModified
-
getPartyPK
-
setPartyPK
- Throws:
PersistenceNotNullException
-
getPartyPKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-