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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromPartyContactMechanismPK(PartyContactMechanismPK fromPartyContactMechanismPK) voidsetFromTime(Long fromTime) voidsetThruTime(Long thruTime) voidsetToPartyContactMechanismPK(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:
 getBaseFactoryInstancein classBaseValue<PartyContactMechanismRelationshipPK>
 - 
clone
 - 
getPrimaryKey
- Specified by:
 getPrimaryKeyin classBaseValue<PartyContactMechanismRelationshipPK>
 - 
hashCode
 - 
toString
 - 
equals
 - 
isIdentical
 - 
hasBeenModified
- Specified by:
 hasBeenModifiedin classBaseValue<PartyContactMechanismRelationshipPK>
 - 
clearHasBeenModified
- Specified by:
 clearHasBeenModifiedin 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
 
 -