org.cocome.tradingsystem.cashdeskline.events
Class AccountSaleEvent

java.lang.Object
  extended by org.cocome.tradingsystem.cashdeskline.events.AccountSaleEvent
All Implemented Interfaces:
java.io.Serializable

public class AccountSaleEvent
extends java.lang.Object
implements java.io.Serializable

Author:
Yannick Welsch
See Also:
Serialized Form

Constructor Summary
AccountSaleEvent(SaleTO sale)
           
 
Method Summary
 SaleTO getSale()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccountSaleEvent

public AccountSaleEvent(SaleTO sale)
Method Detail

getSale

public SaleTO getSale()