Class PaymentProcessorValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PaymentProcessorPK>
com.echothree.model.data.payment.server.value.PaymentProcessorValue
- All Implemented Interfaces:
Serializable,Cloneable
public class PaymentProcessorValue
extends BaseValue<PaymentProcessorPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionPaymentProcessorValue(PaymentProcessorDetailPK activeDetailPK, PaymentProcessorDetailPK lastDetailPK) Creates a new instance of PaymentProcessorValuePaymentProcessorValue(PaymentProcessorPK paymentProcessorPK, PaymentProcessorDetailPK activeDetailPK, PaymentProcessorDetailPK lastDetailPK) Creates a new instance of PaymentProcessorValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetActiveDetailPK(PaymentProcessorDetailPK activeDetailPK) voidsetLastDetailPK(PaymentProcessorDetailPK lastDetailPK) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
PaymentProcessorValue
public PaymentProcessorValue(PaymentProcessorPK paymentProcessorPK, PaymentProcessorDetailPK activeDetailPK, PaymentProcessorDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of PaymentProcessorValue- Throws:
PersistenceNotNullException
-
PaymentProcessorValue
public PaymentProcessorValue(PaymentProcessorDetailPK activeDetailPK, PaymentProcessorDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of PaymentProcessorValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<PaymentProcessorPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<PaymentProcessorPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<PaymentProcessorPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<PaymentProcessorPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-