Class PartyContactMechanismRelationshipValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PartyContactMechanismRelationshipPK>
com.echothree.model.data.contact.server.value.PartyContactMechanismRelationshipValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class PartyContactMechanismRelationshipValue
extends BaseValue<PartyContactMechanismRelationshipPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionPartyContactMechanismRelationshipValue
(PartyContactMechanismPK fromPartyContactMechanismPK, PartyContactMechanismPK toPartyContactMechanismPK, Long fromTime, Long thruTime) Creates a new instance of PartyContactMechanismRelationshipValuePartyContactMechanismRelationshipValue
(PartyContactMechanismRelationshipPK partyContactMechanismRelationshipPK, PartyContactMechanismPK fromPartyContactMechanismPK, PartyContactMechanismPK toPartyContactMechanismPK, Long fromTime, Long thruTime) Creates a new instance of PartyContactMechanismRelationshipValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromPartyContactMechanismPK
(PartyContactMechanismPK fromPartyContactMechanismPK) void
setFromTime
(Long fromTime) void
setThruTime
(Long thruTime) void
setToPartyContactMechanismPK
(PartyContactMechanismPK toPartyContactMechanismPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
PartyContactMechanismRelationshipValue
public PartyContactMechanismRelationshipValue(PartyContactMechanismRelationshipPK partyContactMechanismRelationshipPK, PartyContactMechanismPK fromPartyContactMechanismPK, PartyContactMechanismPK toPartyContactMechanismPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartyContactMechanismRelationshipValue- Throws:
PersistenceNotNullException
-
PartyContactMechanismRelationshipValue
public PartyContactMechanismRelationshipValue(PartyContactMechanismPK fromPartyContactMechanismPK, PartyContactMechanismPK toPartyContactMechanismPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartyContactMechanismRelationshipValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<PartyContactMechanismRelationshipPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<PartyContactMechanismRelationshipPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<PartyContactMechanismRelationshipPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<PartyContactMechanismRelationshipPK>
-
getFromPartyContactMechanismPK
-
setFromPartyContactMechanismPK
public void setFromPartyContactMechanismPK(PartyContactMechanismPK fromPartyContactMechanismPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getFromPartyContactMechanismPKHasBeenModified
-
getToPartyContactMechanismPK
-
setToPartyContactMechanismPK
public void setToPartyContactMechanismPK(PartyContactMechanismPK toPartyContactMechanismPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getToPartyContactMechanismPKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-