com.retek.component.customerorder
Interface CustomerOrderPaymentHistoryEvent
- All Superinterfaces:
- BusinessObject, DistributedObject
- All Known Implementing Classes:
- CustomerOrderPaymentHistoryEventImpl
- public interface CustomerOrderPaymentHistoryEvent
- extends DistributedObject
Methods inherited from interface com.retek.commons.component.DistributedObject |
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh |
getTransactionDate
public RDate getTransactionDate()
throws SystemException
- Throws:
SystemException
getTransactionType
public TransactionType getTransactionType()
throws SystemException
- Throws:
SystemException
getTenderType
public java.lang.String getTenderType()
throws SystemException
- Throws:
SystemException
getTenderDetails
public java.lang.String getTenderDetails()
throws SystemException
- Throws:
SystemException
getAmount
public Money getAmount()
throws SystemException
- Throws:
SystemException
getAuthorizedAmount
public Money getAuthorizedAmount()
throws SystemException
- Throws:
SystemException
getNumberOfShipments
public java.lang.Integer getNumberOfShipments()
throws SystemException
- Throws:
SystemException
getShipDate
public RDate getShipDate()
throws SystemException
- Throws:
SystemException
getPaymentAuthorizationCode
public java.lang.String getPaymentAuthorizationCode()
throws SystemException
- Throws:
SystemException
getShippedContainers
public java.util.Set getShippedContainers()
throws SystemException
- Throws:
SystemException
setTransactionDate
public void setTransactionDate(RDate tranDate)
throws SystemException
- Throws:
SystemException
setTransactionType
public void setTransactionType(TransactionType tranType)
throws SystemException
- Throws:
SystemException
setTenderType
public void setTenderType(java.lang.String tenderType)
throws SystemException
- Throws:
SystemException
setTenderDetails
public void setTenderDetails(java.lang.String tenderDetails)
throws SystemException
- Throws:
SystemException
setAmount
public void setAmount(Money amount)
throws SystemException
- Throws:
SystemException
setAuthorizedAmount
public void setAuthorizedAmount(Money authorizedAmount)
throws SystemException
- Throws:
SystemException
addShippedContainer
public void addShippedContainer(ShippedContainer container)
throws SystemException
- Throws:
SystemException
addShippedContainers
public void addShippedContainers(java.util.Set containers)
throws SystemException
- Throws:
SystemException
setPaymentAuthorizationCode
public void setPaymentAuthorizationCode(java.lang.String authCode)
throws SystemException
- Throws:
SystemException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28