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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setHoldDays
(Integer holdDays) void
setPaymentMethodPK
(PaymentMethodPK paymentMethodPK) void
setThruTime
(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:
getBaseFactoryInstance
in classBaseValue<PaymentMethodCheckPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<PaymentMethodCheckPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<PaymentMethodCheckPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<PaymentMethodCheckPK>
-
getPaymentMethodPK
-
setPaymentMethodPK
- Throws:
PersistenceNotNullException
-
getPaymentMethodPKHasBeenModified
-
getHoldDays
-
setHoldDays
- Throws:
PersistenceNotNullException
-
getHoldDaysHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-