Class SelectorNodePaymentProcessorValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<SelectorNodePaymentProcessorPK>
com.echothree.model.data.selector.server.value.SelectorNodePaymentProcessorValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class SelectorNodePaymentProcessorValue
extends BaseValue<SelectorNodePaymentProcessorPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionSelectorNodePaymentProcessorValue
(SelectorNodePaymentProcessorPK selectorNodePaymentProcessorPK, SelectorNodePK selectorNodePK, PaymentProcessorPK paymentProcessorPK, Long fromTime, Long thruTime) Creates a new instance of SelectorNodePaymentProcessorValueSelectorNodePaymentProcessorValue
(SelectorNodePK selectorNodePK, PaymentProcessorPK paymentProcessorPK, Long fromTime, Long thruTime) Creates a new instance of SelectorNodePaymentProcessorValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setPaymentProcessorPK
(PaymentProcessorPK paymentProcessorPK) void
setSelectorNodePK
(SelectorNodePK selectorNodePK) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
SelectorNodePaymentProcessorValue
public SelectorNodePaymentProcessorValue(SelectorNodePaymentProcessorPK selectorNodePaymentProcessorPK, SelectorNodePK selectorNodePK, PaymentProcessorPK paymentProcessorPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of SelectorNodePaymentProcessorValue- Throws:
PersistenceNotNullException
-
SelectorNodePaymentProcessorValue
public SelectorNodePaymentProcessorValue(SelectorNodePK selectorNodePK, PaymentProcessorPK paymentProcessorPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of SelectorNodePaymentProcessorValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<SelectorNodePaymentProcessorPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<SelectorNodePaymentProcessorPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<SelectorNodePaymentProcessorPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<SelectorNodePaymentProcessorPK>
-
getSelectorNodePK
-
setSelectorNodePK
- Throws:
PersistenceNotNullException
-
getSelectorNodePKHasBeenModified
-
getPaymentProcessorPK
-
setPaymentProcessorPK
public void setPaymentProcessorPK(PaymentProcessorPK paymentProcessorPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getPaymentProcessorPKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-