Class PaymentDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PaymentDetailPK>
com.echothree.model.data.payment.server.value.PaymentDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class PaymentDetailValue
extends BaseValue<PaymentDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionPaymentDetailValue
(PaymentDetailPK paymentDetailPK, PaymentPK paymentPK, String paymentName, PartyPaymentMethodPK partyPaymentMethodPK, CurrencyPK currencyPK, Long amount, Long fromTime, Long thruTime) Creates a new instance of PaymentDetailValuePaymentDetailValue
(PaymentPK paymentPK, String paymentName, PartyPaymentMethodPK partyPaymentMethodPK, CurrencyPK currencyPK, Long amount, Long fromTime, Long thruTime) Creates a new instance of PaymentDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
void
setCurrencyPK
(CurrencyPK currencyPK) void
setFromTime
(Long fromTime) void
setPartyPaymentMethodPK
(PartyPaymentMethodPK partyPaymentMethodPK) void
setPaymentName
(String paymentName) void
setPaymentPK
(PaymentPK paymentPK) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
PaymentDetailValue
public PaymentDetailValue(PaymentDetailPK paymentDetailPK, PaymentPK paymentPK, String paymentName, PartyPaymentMethodPK partyPaymentMethodPK, CurrencyPK currencyPK, Long amount, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PaymentDetailValue- Throws:
PersistenceNotNullException
-
PaymentDetailValue
public PaymentDetailValue(PaymentPK paymentPK, String paymentName, PartyPaymentMethodPK partyPaymentMethodPK, CurrencyPK currencyPK, Long amount, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PaymentDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<PaymentDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<PaymentDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<PaymentDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<PaymentDetailPK>
-
getPaymentPK
-
setPaymentPK
- Throws:
PersistenceNotNullException
-
getPaymentPKHasBeenModified
-
getPaymentName
-
setPaymentName
- Throws:
PersistenceNotNullException
-
getPaymentNameHasBeenModified
-
getPartyPaymentMethodPK
-
setPartyPaymentMethodPK
-
getPartyPaymentMethodPKHasBeenModified
-
getCurrencyPK
-
setCurrencyPK
-
getCurrencyPKHasBeenModified
-
getAmount
-
setAmount
- Throws:
PersistenceNotNullException
-
getAmountHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-