Class PaymentProcessorTransactionCodeValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PaymentProcessorTransactionCodePK>
com.echothree.model.data.payment.server.value.PaymentProcessorTransactionCodeValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class PaymentProcessorTransactionCodeValue
extends BaseValue<PaymentProcessorTransactionCodePK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionPaymentProcessorTransactionCodeValue
(PaymentProcessorTransactionCodePK paymentProcessorTransactionCodePK, PaymentProcessorTransactionPK paymentProcessorTransactionPK, PaymentProcessorTypeCodePK paymentProcessorTypeCodePK, Long fromTime, Long thruTime) Creates a new instance of PaymentProcessorTransactionCodeValuePaymentProcessorTransactionCodeValue
(PaymentProcessorTransactionPK paymentProcessorTransactionPK, PaymentProcessorTypeCodePK paymentProcessorTypeCodePK, Long fromTime, Long thruTime) Creates a new instance of PaymentProcessorTransactionCodeValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setPaymentProcessorTransactionPK
(PaymentProcessorTransactionPK paymentProcessorTransactionPK) void
setPaymentProcessorTypeCodePK
(PaymentProcessorTypeCodePK paymentProcessorTypeCodePK) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
PaymentProcessorTransactionCodeValue
public PaymentProcessorTransactionCodeValue(PaymentProcessorTransactionCodePK paymentProcessorTransactionCodePK, PaymentProcessorTransactionPK paymentProcessorTransactionPK, PaymentProcessorTypeCodePK paymentProcessorTypeCodePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PaymentProcessorTransactionCodeValue- Throws:
PersistenceNotNullException
-
PaymentProcessorTransactionCodeValue
public PaymentProcessorTransactionCodeValue(PaymentProcessorTransactionPK paymentProcessorTransactionPK, PaymentProcessorTypeCodePK paymentProcessorTypeCodePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PaymentProcessorTransactionCodeValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<PaymentProcessorTransactionCodePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<PaymentProcessorTransactionCodePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<PaymentProcessorTransactionCodePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<PaymentProcessorTransactionCodePK>
-
getPaymentProcessorTransactionPK
-
setPaymentProcessorTransactionPK
public void setPaymentProcessorTransactionPK(PaymentProcessorTransactionPK paymentProcessorTransactionPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getPaymentProcessorTransactionPKHasBeenModified
-
getPaymentProcessorTypeCodePK
-
setPaymentProcessorTypeCodePK
public void setPaymentProcessorTypeCodePK(PaymentProcessorTypeCodePK paymentProcessorTypeCodePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getPaymentProcessorTypeCodePKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-