Class PaymentProcessorTransactionCode
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.payment.server.entity.PaymentProcessorTransactionCode
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of PaymentProcessorTransactionCodePaymentProcessorTransactionCode(PaymentProcessorTransactionCodeValue value, EntityPermission entityPermission) Creates a new instance of PaymentProcessorTransactionCode -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleangetPaymentProcessorTransaction(EntityPermission entityPermission) getPaymentProcessorTransaction(Session session) getPaymentProcessorTransaction(Session session, EntityPermission entityPermission) booleangetPaymentProcessorTypeCode(EntityPermission entityPermission) getPaymentProcessorTypeCode(Session session) getPaymentProcessorTypeCode(Session session, EntityPermission entityPermission) booleanbooleanbooleaninthashCode()voidremove()voidvoidsetFromTime(Long fromTime) voidvoidvoidsetPaymentProcessorTransactionPK(PaymentProcessorTransactionPK paymentProcessorTransactionPK) voidvoidsetPaymentProcessorTypeCodePK(PaymentProcessorTypeCodePK paymentProcessorTypeCodePK) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
PaymentProcessorTransactionCode
Creates a new instance of PaymentProcessorTransactionCode- Throws:
PersistenceException
-
PaymentProcessorTransactionCode
public PaymentProcessorTransactionCode(PaymentProcessorTransactionCodeValue value, EntityPermission entityPermission) Creates a new instance of PaymentProcessorTransactionCode
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getPaymentProcessorTransactionCodeValue
-
setPaymentProcessorTransactionCodeValue
public void setPaymentProcessorTransactionCodeValue(PaymentProcessorTransactionCodeValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getPaymentProcessorTransactionPK
-
getPaymentProcessorTransaction
public PaymentProcessorTransaction getPaymentProcessorTransaction(Session session, EntityPermission entityPermission) -
getPaymentProcessorTransaction
public PaymentProcessorTransaction getPaymentProcessorTransaction(EntityPermission entityPermission) -
getPaymentProcessorTransaction
-
getPaymentProcessorTransaction
-
getPaymentProcessorTransactionForUpdate
-
getPaymentProcessorTransactionForUpdate
-
setPaymentProcessorTransactionPK
public void setPaymentProcessorTransactionPK(PaymentProcessorTransactionPK paymentProcessorTransactionPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setPaymentProcessorTransaction
-
getPaymentProcessorTransactionPKHasBeenModified
-
getPaymentProcessorTypeCodePK
-
getPaymentProcessorTypeCode
public PaymentProcessorTypeCode getPaymentProcessorTypeCode(Session session, EntityPermission entityPermission) -
getPaymentProcessorTypeCode
-
getPaymentProcessorTypeCode
-
getPaymentProcessorTypeCode
-
getPaymentProcessorTypeCodeForUpdate
-
getPaymentProcessorTypeCodeForUpdate
-
setPaymentProcessorTypeCodePK
public void setPaymentProcessorTypeCodePK(PaymentProcessorTypeCodePK paymentProcessorTypeCodePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setPaymentProcessorTypeCode
-
getPaymentProcessorTypeCodePKHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-