Class PaymentProcessorDescription
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.payment.server.entity.PaymentProcessorDescription
- All Implemented Interfaces:
- Serializable
- See Also:
- 
Field SummaryFields inherited from class com.echothree.util.server.persistence.BaseEntity_entityPermission
- 
Constructor SummaryConstructorsConstructorDescriptionCreates a new instance of PaymentProcessorDescriptionPaymentProcessorDescription(PaymentProcessorDescriptionValue value, EntityPermission entityPermission) Creates a new instance of PaymentProcessorDescription
- 
Method SummaryModifier and TypeMethodDescriptionbooleanbooleanbooleangetLanguage(EntityPermission entityPermission) getLanguage(Session session) getLanguage(Session session, EntityPermission entityPermission) getLanguageForUpdate(Session session) booleangetPaymentProcessor(EntityPermission entityPermission) getPaymentProcessor(Session session) getPaymentProcessor(Session session, EntityPermission entityPermission) getPaymentProcessorForUpdate(Session session) booleanbooleanbooleaninthashCode()voidremove()voidvoidsetDescription(String description) voidsetFromTime(Long fromTime) voidsetLanguage(Language entity) voidsetLanguagePK(LanguagePK languagePK) voidsetPaymentProcessor(PaymentProcessor entity) voidvoidsetPaymentProcessorPK(PaymentProcessorPK paymentProcessorPK) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntitycheckReadWrite, getEntityPermission, store
- 
Constructor Details- 
PaymentProcessorDescriptionCreates a new instance of PaymentProcessorDescription- Throws:
- PersistenceException
 
- 
PaymentProcessorDescriptionpublic PaymentProcessorDescription(PaymentProcessorDescriptionValue value, EntityPermission entityPermission) Creates a new instance of PaymentProcessorDescription
 
- 
- 
Method Details- 
getBaseFactoryInstance- Specified by:
- getBaseFactoryInstancein class- BaseEntity
 
- 
hasBeenModified- Specified by:
- hasBeenModifiedin class- BaseEntity
 
- 
hashCode
- 
toString
- 
equals
- 
store- Specified by:
- storein class- BaseEntity
- Throws:
- PersistenceDatabaseException
 
- 
remove- Specified by:
- removein class- BaseEntity
- Throws:
- PersistenceDatabaseException
 
- 
remove- Overrides:
- removein class- BaseEntity
- Throws:
- PersistenceDatabaseException
 
- 
getPaymentProcessorDescriptionValue
- 
setPaymentProcessorDescriptionValuepublic void setPaymentProcessorDescriptionValue(PaymentProcessorDescriptionValue value) throws PersistenceReadOnlyException - Throws:
- PersistenceReadOnlyException
 
- 
getPrimaryKey- Specified by:
- getPrimaryKeyin class- BaseEntity
 
- 
getPaymentProcessorPK
- 
getPaymentProcessor
- 
getPaymentProcessor
- 
getPaymentProcessor
- 
getPaymentProcessor
- 
getPaymentProcessorForUpdate
- 
getPaymentProcessorForUpdate
- 
setPaymentProcessorPKpublic void setPaymentProcessorPK(PaymentProcessorPK paymentProcessorPK) throws PersistenceNotNullException, PersistenceReadOnlyException 
- 
setPaymentProcessor
- 
getPaymentProcessorPKHasBeenModified
- 
getLanguagePK
- 
getLanguage
- 
getLanguage
- 
getLanguage
- 
getLanguage
- 
getLanguageForUpdate
- 
getLanguageForUpdate
- 
setLanguagePKpublic void setLanguagePK(LanguagePK languagePK) throws PersistenceNotNullException, PersistenceReadOnlyException 
- 
setLanguage
- 
getLanguagePKHasBeenModified
- 
getDescription
- 
setDescriptionpublic void setDescription(String description) throws PersistenceNotNullException, PersistenceReadOnlyException 
- 
getDescriptionHasBeenModified
- 
getFromTime
- 
setFromTimepublic void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException 
- 
getFromTimeHasBeenModified
- 
getThruTime
- 
setThruTimepublic void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException 
- 
getThruTimeHasBeenModified
 
-