Class PaymentProcessorResultCodeValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PaymentProcessorResultCodePK>
com.echothree.model.data.payment.server.value.PaymentProcessorResultCodeValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class PaymentProcessorResultCodeValue
extends BaseValue<PaymentProcessorResultCodePK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionPaymentProcessorResultCodeValue
(PaymentProcessorResultCodeDetailPK activeDetailPK, PaymentProcessorResultCodeDetailPK lastDetailPK) Creates a new instance of PaymentProcessorResultCodeValuePaymentProcessorResultCodeValue
(PaymentProcessorResultCodePK paymentProcessorResultCodePK, PaymentProcessorResultCodeDetailPK activeDetailPK, PaymentProcessorResultCodeDetailPK lastDetailPK) Creates a new instance of PaymentProcessorResultCodeValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(PaymentProcessorResultCodeDetailPK activeDetailPK) void
setLastDetailPK
(PaymentProcessorResultCodeDetailPK lastDetailPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
PaymentProcessorResultCodeValue
public PaymentProcessorResultCodeValue(PaymentProcessorResultCodePK paymentProcessorResultCodePK, PaymentProcessorResultCodeDetailPK activeDetailPK, PaymentProcessorResultCodeDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of PaymentProcessorResultCodeValue- Throws:
PersistenceNotNullException
-
PaymentProcessorResultCodeValue
public PaymentProcessorResultCodeValue(PaymentProcessorResultCodeDetailPK activeDetailPK, PaymentProcessorResultCodeDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of PaymentProcessorResultCodeValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<PaymentProcessorResultCodePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<PaymentProcessorResultCodePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<PaymentProcessorResultCodePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<PaymentProcessorResultCodePK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-