Class PartyPaymentMethodContactMechanismValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PartyPaymentMethodContactMechanismPK>
com.echothree.model.data.payment.server.value.PartyPaymentMethodContactMechanismValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class PartyPaymentMethodContactMechanismValue
extends BaseValue<PartyPaymentMethodContactMechanismPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionPartyPaymentMethodContactMechanismValue
(PartyPaymentMethodContactMechanismPK partyPaymentMethodContactMechanismPK, PartyPaymentMethodPK partyPaymentMethodPK, PartyContactMechanismPurposePK partyContactMechanismPurposePK, Long fromTime, Long thruTime) Creates a new instance of PartyPaymentMethodContactMechanismValuePartyPaymentMethodContactMechanismValue
(PartyPaymentMethodPK partyPaymentMethodPK, PartyContactMechanismPurposePK partyContactMechanismPurposePK, Long fromTime, Long thruTime) Creates a new instance of PartyPaymentMethodContactMechanismValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setPartyContactMechanismPurposePK
(PartyContactMechanismPurposePK partyContactMechanismPurposePK) void
setPartyPaymentMethodPK
(PartyPaymentMethodPK partyPaymentMethodPK) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
PartyPaymentMethodContactMechanismValue
public PartyPaymentMethodContactMechanismValue(PartyPaymentMethodContactMechanismPK partyPaymentMethodContactMechanismPK, PartyPaymentMethodPK partyPaymentMethodPK, PartyContactMechanismPurposePK partyContactMechanismPurposePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartyPaymentMethodContactMechanismValue- Throws:
PersistenceNotNullException
-
PartyPaymentMethodContactMechanismValue
public PartyPaymentMethodContactMechanismValue(PartyPaymentMethodPK partyPaymentMethodPK, PartyContactMechanismPurposePK partyContactMechanismPurposePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartyPaymentMethodContactMechanismValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<PartyPaymentMethodContactMechanismPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<PartyPaymentMethodContactMechanismPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<PartyPaymentMethodContactMechanismPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<PartyPaymentMethodContactMechanismPK>
-
getPartyPaymentMethodPK
-
setPartyPaymentMethodPK
public void setPartyPaymentMethodPK(PartyPaymentMethodPK partyPaymentMethodPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getPartyPaymentMethodPKHasBeenModified
-
getPartyContactMechanismPurposePK
-
setPartyContactMechanismPurposePK
public void setPartyContactMechanismPurposePK(PartyContactMechanismPurposePK partyContactMechanismPurposePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getPartyContactMechanismPurposePKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-