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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetActiveDetailPK(PaymentMethodDetailPK activeDetailPK) voidsetLastDetailPK(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:
getBaseFactoryInstancein classBaseValue<PaymentMethodPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<PaymentMethodPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<PaymentMethodPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<PaymentMethodPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-