org.ferris.yahoo.finance.jmce.bean
Class FuturesExpirations

java.lang.Object
  extended by org.ferris.yahoo.finance.jmce.bean.FuturesExpirations

public class FuturesExpirations
extends Object

Author:
Michael Remijan [mjremijan@yahoo.com]

Constructor Summary
FuturesExpirations(String id, Calendar createdOn, Calendar updatedOn, String tickerSymbol, String contractDescription, char contractMonth, int contractYear, Date lastTradingDate)
           
 
Method Summary
 String getContractDescription()
           
 char getContractMonth()
           
 int getContractYear()
           
 Calendar getCreatedOn()
           
 String getId()
           
 Date getLastTradingDate()
           
 String getTickerSymbol()
           
 Calendar getUpdatedOn()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FuturesExpirations

public FuturesExpirations(String id,
                          Calendar createdOn,
                          Calendar updatedOn,
                          String tickerSymbol,
                          String contractDescription,
                          char contractMonth,
                          int contractYear,
                          Date lastTradingDate)
Method Detail

getId

public String getId()
Returns:
the id

getCreatedOn

public Calendar getCreatedOn()
Returns:
the createdOn

getUpdatedOn

public Calendar getUpdatedOn()
Returns:
the updatedOn

getTickerSymbol

public String getTickerSymbol()
Returns:
the tickerSymbol

getContractDescription

public String getContractDescription()
Returns:
the contractDescription

getContractMonth

public char getContractMonth()
Returns:
the contractMonth

getContractYear

public int getContractYear()
Returns:
the contractYear

getLastTradingDate

public Date getLastTradingDate()
Returns:
the lastTradingDate


Copyright © May 23, 2006-2012 The Ferris Foundation. All Rights Reserved.