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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetPaymentPK(PaymentPK paymentPK) voidsetReference(String reference) voidsetThruTime(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:
getBaseFactoryInstancein classBaseValue<PaymentCheckPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<PaymentCheckPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<PaymentCheckPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<PaymentCheckPK>
-
getPaymentPK
-
setPaymentPK
-
getPaymentPKHasBeenModified
-
getReference
-
setReference
- Throws:
PersistenceNotNullException
-
getReferenceHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-