@Entity public class ExternalPayment extends Transaction
Transaction.TransactionCustomizer| Constructor and Description |
|---|
ExternalPayment() |
getAccessClient, getAmount, getBy, getChannel, getCurrency, getCurrencyAmount, getCustomFieldValueClass, getCustomValues, getDate, getDescription, getEntityImportance, getFromName, getFromOwner, getFromUser, getNetwork, getPaymentRequest, getPrincipalType, getToName, getToUser, getTransactionNumber, getTransactionNumberRef, getType, isFromSystem, isFromUser, isToSystem, isToUser, setAccessClient, setAmount, setBy, setChannel, setCustomValues, setDate, setDescription, setFromName, setFromOwner, setFromUser, setPrincipalType, setToName, setToOwner, setToUser, setTransactionNumberRef, setTypegetDataTranslationType, getLogType, getVersion, isGlobal, isPersistent, isTransientclone, equals, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCode, toStringpublic ExternalPaymentNegativeAmountReservation getAmountDereservation()
public ExternalPaymentPositiveAmountReservation getAmountReservation()
public java.lang.String getComments()
public AccountLocator getDestinationAccountLocator()
getDestinationAccountLocator in class Transactionpublic java.util.Date getExpirationDate()
public Location getLocation()
getLocation in class Transactionpublic TransactionNature getNature()
getNature in class Transactionpublic Payment getPayment()
public java.util.Date getProcessDate()
TransactiongetProcessDate in class Transactionpublic AccountLocator getSourceAccountLocator()
getSourceAccountLocator in class Transactionpublic ExternalPaymentStatus getStatus()
public AccountOwner getToOwner()
getToOwner in class Transactionpublic PrincipalType getToPrincipalType()
public java.lang.String getToPrincipalValue()
public void setAmountDereservation(ExternalPaymentNegativeAmountReservation amountDereservation)
public void setAmountReservation(ExternalPaymentPositiveAmountReservation amountReservation)
public void setComments(java.lang.String comments)
public void setExpirationDate(java.util.Date expirationDate)
public void setPayment(Payment payment)
public void setStatus(ExternalPaymentStatus status)
public void setToPrincipalType(PrincipalType toPrincipalType)
public void setToPrincipalValue(java.lang.String toPrincipalValue)