Class PaymentMethodCheckValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PaymentMethodCheckPK>
com.echothree.model.data.payment.server.value.PaymentMethodCheckValue
- All Implemented Interfaces:
Serializable,Cloneable
public class PaymentMethodCheckValue
extends BaseValue<PaymentMethodCheckPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionPaymentMethodCheckValue(PaymentMethodCheckPK paymentMethodCheckPK, PaymentMethodPK paymentMethodPK, Integer holdDays, Long fromTime, Long thruTime) Creates a new instance of PaymentMethodCheckValuePaymentMethodCheckValue(PaymentMethodPK paymentMethodPK, Integer holdDays, Long fromTime, Long thruTime) Creates a new instance of PaymentMethodCheckValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetHoldDays(Integer holdDays) voidsetPaymentMethodPK(PaymentMethodPK paymentMethodPK) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
PaymentMethodCheckValue
public PaymentMethodCheckValue(PaymentMethodCheckPK paymentMethodCheckPK, PaymentMethodPK paymentMethodPK, Integer holdDays, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PaymentMethodCheckValue- Throws:
PersistenceNotNullException
-
PaymentMethodCheckValue
public PaymentMethodCheckValue(PaymentMethodPK paymentMethodPK, Integer holdDays, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PaymentMethodCheckValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<PaymentMethodCheckPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<PaymentMethodCheckPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<PaymentMethodCheckPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<PaymentMethodCheckPK>
-
getPaymentMethodPK
-
setPaymentMethodPK
- Throws:
PersistenceNotNullException
-
getPaymentMethodPKHasBeenModified
-
getHoldDays
-
setHoldDays
- Throws:
PersistenceNotNullException
-
getHoldDaysHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-