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