Class PartyRelationshipValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PartyRelationshipPK>
com.echothree.model.data.party.server.value.PartyRelationshipValue
- All Implemented Interfaces:
Serializable,Cloneable
public class PartyRelationshipValue
extends BaseValue<PartyRelationshipPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionPartyRelationshipValue(PartyRelationshipPK partyRelationshipPK, PartyRelationshipTypePK partyRelationshipTypePK, PartyPK fromPartyPK, RoleTypePK fromRoleTypePK, PartyPK toPartyPK, RoleTypePK toRoleTypePK, Long fromTime, Long thruTime) Creates a new instance of PartyRelationshipValuePartyRelationshipValue(PartyRelationshipTypePK partyRelationshipTypePK, PartyPK fromPartyPK, RoleTypePK fromRoleTypePK, PartyPK toPartyPK, RoleTypePK toRoleTypePK, Long fromTime, Long thruTime) Creates a new instance of PartyRelationshipValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromPartyPK(PartyPK fromPartyPK) voidsetFromRoleTypePK(RoleTypePK fromRoleTypePK) voidsetFromTime(Long fromTime) voidsetPartyRelationshipTypePK(PartyRelationshipTypePK partyRelationshipTypePK) voidsetThruTime(Long thruTime) voidsetToPartyPK(PartyPK toPartyPK) voidsetToRoleTypePK(RoleTypePK toRoleTypePK) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
PartyRelationshipValue
public PartyRelationshipValue(PartyRelationshipPK partyRelationshipPK, PartyRelationshipTypePK partyRelationshipTypePK, PartyPK fromPartyPK, RoleTypePK fromRoleTypePK, PartyPK toPartyPK, RoleTypePK toRoleTypePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartyRelationshipValue- Throws:
PersistenceNotNullException
-
PartyRelationshipValue
public PartyRelationshipValue(PartyRelationshipTypePK partyRelationshipTypePK, PartyPK fromPartyPK, RoleTypePK fromRoleTypePK, PartyPK toPartyPK, RoleTypePK toRoleTypePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartyRelationshipValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<PartyRelationshipPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<PartyRelationshipPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<PartyRelationshipPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<PartyRelationshipPK>
-
getPartyRelationshipTypePK
-
setPartyRelationshipTypePK
public void setPartyRelationshipTypePK(PartyRelationshipTypePK partyRelationshipTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getPartyRelationshipTypePKHasBeenModified
-
getFromPartyPK
-
setFromPartyPK
- Throws:
PersistenceNotNullException
-
getFromPartyPKHasBeenModified
-
getFromRoleTypePK
-
setFromRoleTypePK
- Throws:
PersistenceNotNullException
-
getFromRoleTypePKHasBeenModified
-
getToPartyPK
-
setToPartyPK
- Throws:
PersistenceNotNullException
-
getToPartyPKHasBeenModified
-
getToRoleTypePK
-
setToRoleTypePK
- Throws:
PersistenceNotNullException
-
getToRoleTypePKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-