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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromPartyPK
(PartyPK fromPartyPK) void
setFromRoleTypePK
(RoleTypePK fromRoleTypePK) void
setFromTime
(Long fromTime) void
setPartyRelationshipTypePK
(PartyRelationshipTypePK partyRelationshipTypePK) void
setThruTime
(Long thruTime) void
setToPartyPK
(PartyPK toPartyPK) void
setToRoleTypePK
(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:
getBaseFactoryInstance
in classBaseValue<PartyRelationshipPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<PartyRelationshipPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<PartyRelationshipPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-