com.retek.component.customerorder
Interface CustomerOrderPaymentHistoryEvent

All Superinterfaces:
BusinessObject, DistributedObject

public interface CustomerOrderPaymentHistoryEvent
extends DistributedObject


Method Summary
 void addShippedContainer(ShippedContainer container)
           
 void addShippedContainers(java.util.Set containers)
           
 Money getAmount()
           
 Money getAuthorizedAmount()
           
 java.lang.Integer getNumberOfShipments()
           
 java.lang.String getPaymentAuthorizationCode()
           
 RDate getShipDate()
           
 java.util.Set getShippedContainers()
           
 java.lang.String getTenderDetails()
           
 java.lang.String getTenderType()
           
 RDate getTransactionDate()
           
 TransactionType getTransactionType()
           
 void setAmount(Money amount)
           
 void setAuthorizedAmount(Money authorizedAmount)
           
 void setPaymentAuthorizationCode(java.lang.String authCode)
           
 void setTenderDetails(java.lang.String tenderDetails)
           
 void setTenderType(java.lang.String tenderType)
           
 void setTransactionDate(RDate tranDate)
           
 void setTransactionType(TransactionType tranType)
           
 
Methods inherited from interface com.retek.commons.component.DistributedObject
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh
 
Methods inherited from interface com.retek.commons.component.BusinessObject
getBusinessInterface
 

Method Detail

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 © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25