Class PaymentApplicationValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PaymentApplicationPK>
com.echothree.model.data.payment.server.value.PaymentApplicationValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class PaymentApplicationValue
extends BaseValue<PaymentApplicationPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionPaymentApplicationValue
(PaymentApplicationDetailPK activeDetailPK, PaymentApplicationDetailPK lastDetailPK) Creates a new instance of PaymentApplicationValuePaymentApplicationValue
(PaymentApplicationPK paymentApplicationPK, PaymentApplicationDetailPK activeDetailPK, PaymentApplicationDetailPK lastDetailPK) Creates a new instance of PaymentApplicationValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(PaymentApplicationDetailPK activeDetailPK) void
setLastDetailPK
(PaymentApplicationDetailPK lastDetailPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
PaymentApplicationValue
public PaymentApplicationValue(PaymentApplicationPK paymentApplicationPK, PaymentApplicationDetailPK activeDetailPK, PaymentApplicationDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of PaymentApplicationValue- Throws:
PersistenceNotNullException
-
PaymentApplicationValue
public PaymentApplicationValue(PaymentApplicationDetailPK activeDetailPK, PaymentApplicationDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of PaymentApplicationValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<PaymentApplicationPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<PaymentApplicationPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<PaymentApplicationPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<PaymentApplicationPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-