Class PaymentCheckValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PaymentCheckPK>
com.echothree.model.data.payment.server.value.PaymentCheckValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionPaymentCheckValue
(PaymentCheckPK paymentCheckPK, PaymentPK paymentPK, String reference, Long fromTime, Long thruTime) Creates a new instance of PaymentCheckValuePaymentCheckValue
(PaymentPK paymentPK, String reference, Long fromTime, Long thruTime) Creates a new instance of PaymentCheckValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setPaymentPK
(PaymentPK paymentPK) void
setReference
(String reference) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
PaymentCheckValue
public PaymentCheckValue(PaymentCheckPK paymentCheckPK, PaymentPK paymentPK, String reference, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PaymentCheckValue- Throws:
PersistenceNotNullException
-
PaymentCheckValue
public PaymentCheckValue(PaymentPK paymentPK, String reference, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PaymentCheckValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<PaymentCheckPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<PaymentCheckPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<PaymentCheckPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<PaymentCheckPK>
-
getPaymentPK
-
setPaymentPK
-
getPaymentPKHasBeenModified
-
getReference
-
setReference
- Throws:
PersistenceNotNullException
-
getReferenceHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-