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 TypeMethodDescriptionboolean
boolean
getPaymentProcessorTransaction
(EntityPermission entityPermission) getPaymentProcessorTransaction
(Session session) getPaymentProcessorTransaction
(Session session, EntityPermission entityPermission) boolean
getPaymentProcessorTypeCode
(EntityPermission entityPermission) getPaymentProcessorTypeCode
(Session session) getPaymentProcessorTypeCode
(Session session, EntityPermission entityPermission) boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setFromTime
(Long fromTime) void
void
void
setPaymentProcessorTransactionPK
(PaymentProcessorTransactionPK paymentProcessorTransactionPK) void
void
setPaymentProcessorTypeCodePK
(PaymentProcessorTypeCodePK paymentProcessorTypeCodePK) void
setThruTime
(Long thruTime) void
toString()
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:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getPaymentProcessorTransactionCodeValue
-
setPaymentProcessorTransactionCodeValue
public void setPaymentProcessorTransactionCodeValue(PaymentProcessorTransactionCodeValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in 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
-