Class PaymentCreditCardValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PaymentCreditCardPK>
com.echothree.model.data.payment.server.value.PaymentCreditCardValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class PaymentCreditCardValue
extends BaseValue<PaymentCreditCardPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionPaymentCreditCardValue
(PaymentCreditCardPK paymentCreditCardPK, PaymentPK paymentPK, Long fromTime, Long thruTime) Creates a new instance of PaymentCreditCardValuePaymentCreditCardValue
(PaymentPK paymentPK, Long fromTime, Long thruTime) Creates a new instance of PaymentCreditCardValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) 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
-
PaymentCreditCardValue
public PaymentCreditCardValue(PaymentCreditCardPK paymentCreditCardPK, PaymentPK paymentPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PaymentCreditCardValue- Throws:
PersistenceNotNullException
-
PaymentCreditCardValue
public PaymentCreditCardValue(PaymentPK paymentPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PaymentCreditCardValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<PaymentCreditCardPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<PaymentCreditCardPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<PaymentCreditCardPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<PaymentCreditCardPK>
-
getPaymentPK
-
setPaymentPK
-
getPaymentPKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-