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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetForumPK(ForumPK forumPK) voidsetForumRoleTypePK(ForumRoleTypePK forumRoleTypePK) voidsetFromTime(Long fromTime) voidsetPartyPK(PartyPK partyPK) voidsetThruTime(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:
getBaseFactoryInstancein classBaseValue<ForumPartyRolePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ForumPartyRolePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ForumPartyRolePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-