Class PaymentProcessorActionValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PaymentProcessorActionPK>
com.echothree.model.data.payment.server.value.PaymentProcessorActionValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class PaymentProcessorActionValue
extends BaseValue<PaymentProcessorActionPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionPaymentProcessorActionValue
(PaymentProcessorActionPK paymentProcessorActionPK, PaymentProcessorPK paymentProcessorPK, PaymentProcessorTypeActionPK paymentProcessorTypeActionPK, Long fromTime, Long thruTime) Creates a new instance of PaymentProcessorActionValuePaymentProcessorActionValue
(PaymentProcessorPK paymentProcessorPK, PaymentProcessorTypeActionPK paymentProcessorTypeActionPK, Long fromTime, Long thruTime) Creates a new instance of PaymentProcessorActionValue -
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
setPaymentProcessorTypeActionPK
(PaymentProcessorTypeActionPK paymentProcessorTypeActionPK) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
PaymentProcessorActionValue
public PaymentProcessorActionValue(PaymentProcessorActionPK paymentProcessorActionPK, PaymentProcessorPK paymentProcessorPK, PaymentProcessorTypeActionPK paymentProcessorTypeActionPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PaymentProcessorActionValue- Throws:
PersistenceNotNullException
-
PaymentProcessorActionValue
public PaymentProcessorActionValue(PaymentProcessorPK paymentProcessorPK, PaymentProcessorTypeActionPK paymentProcessorTypeActionPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PaymentProcessorActionValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<PaymentProcessorActionPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<PaymentProcessorActionPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<PaymentProcessorActionPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<PaymentProcessorActionPK>
-
getPaymentProcessorPK
-
setPaymentProcessorPK
public void setPaymentProcessorPK(PaymentProcessorPK paymentProcessorPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getPaymentProcessorPKHasBeenModified
-
getPaymentProcessorTypeActionPK
-
setPaymentProcessorTypeActionPK
public void setPaymentProcessorTypeActionPK(PaymentProcessorTypeActionPK paymentProcessorTypeActionPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getPaymentProcessorTypeActionPKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-