com.retek.component.customerorder.impl.command
Class CustomerOrderGeneralRefundPolicyCommand
java.lang.Object
com.retek.commons.domain.core.Command
com.retek.component.customerorder.impl.command.CustomerOrderGeneralRefundPolicyCommand
- public class CustomerOrderGeneralRefundPolicyCommand
- extends Command
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomerOrderGeneralRefundPolicyCommand
public CustomerOrderGeneralRefundPolicyCommand()
setOrder
public void setOrder(CustomerOrder order)
doExecute
protected void doExecute()
throws SystemException,
BusinessException
- Specified by:
doExecute
in class Command
- Throws:
SystemException
BusinessException
getRefundBalance
public Money getRefundBalance()
getTransactionItem
public CustomerOrderTransactionItem getTransactionItem()
getTransactionType
public CustomerOrderPaymentTransactionType getTransactionType()
setRefundBalance
public void setRefundBalance(Money money)
setTransactionItem
public void setTransactionItem(CustomerOrderTransactionItem item)
setTransactionType
public void setTransactionType(CustomerOrderPaymentTransactionType type)
getTotalRefundAmount
public Money getTotalRefundAmount()
throws SystemException
- Throws:
SystemException
getGeneratedPayments
public java.util.List getGeneratedPayments()
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28