Class ForumPartyRoleValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ForumPartyRolePK>
com.echothree.model.data.forum.server.value.ForumPartyRoleValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class ForumPartyRoleValue
extends BaseValue<ForumPartyRolePK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionForumPartyRoleValue
(ForumPartyRolePK forumPartyRolePK, ForumPK forumPK, PartyPK partyPK, ForumRoleTypePK forumRoleTypePK, Long fromTime, Long thruTime) Creates a new instance of ForumPartyRoleValueForumPartyRoleValue
(ForumPK forumPK, PartyPK partyPK, ForumRoleTypePK forumRoleTypePK, Long fromTime, Long thruTime) Creates a new instance of ForumPartyRoleValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setForumPK
(ForumPK forumPK) 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
-
ForumPartyRoleValue
public ForumPartyRoleValue(ForumPartyRolePK forumPartyRolePK, ForumPK forumPK, PartyPK partyPK, ForumRoleTypePK forumRoleTypePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ForumPartyRoleValue- Throws:
PersistenceNotNullException
-
ForumPartyRoleValue
public ForumPartyRoleValue(ForumPK forumPK, PartyPK partyPK, ForumRoleTypePK forumRoleTypePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ForumPartyRoleValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<ForumPartyRolePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ForumPartyRolePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ForumPartyRolePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ForumPartyRolePK>
-
getForumPK
-
setForumPK
- Throws:
PersistenceNotNullException
-
getForumPKHasBeenModified
-
getPartyPK
-
setPartyPK
- Throws:
PersistenceNotNullException
-
getPartyPKHasBeenModified
-
getForumRoleTypePK
-
setForumRoleTypePK
- Throws:
PersistenceNotNullException
-
getForumRoleTypePKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-