org.mule.test.usecases.axis
Class Trade

java.lang.Object
  extended by org.mule.test.usecases.axis.Trade
All Implemented Interfaces:
Serializable

public class Trade
extends Object
implements Serializable

TODO document

See Also:
Serialized Form

Constructor Summary
Trade()
           
 
Method Summary
 int getAccountID()
           
 int getCurrency()
           
 String getCusip()
           
 int getTradeID()
           
 int getTransaction()
           
 void setAccountID(int accountID)
           
 void setCurrency(int currency)
           
 void setCusip(String cusip)
           
 void setTradeID(int tradeID)
           
 void setTransaction(int transaction)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Trade

public Trade()
Method Detail

getAccountID

public int getAccountID()

setAccountID

public void setAccountID(int accountID)

getCusip

public String getCusip()

setCusip

public void setCusip(String cusip)

getCurrency

public int getCurrency()

setCurrency

public void setCurrency(int currency)

getTradeID

public int getTradeID()

setTradeID

public void setTradeID(int tradeID)

getTransaction

public int getTransaction()

setTransaction

public void setTransaction(int transaction)


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.