org.ferris.yahoo.finance.jmce.bean
Class FuturesExpirations
java.lang.Object
org.ferris.yahoo.finance.jmce.bean.FuturesExpirations
public class FuturesExpirations
- extends Object
- Author:
- Michael Remijan [mjremijan@yahoo.com]
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FuturesExpirations
public FuturesExpirations(String id,
Calendar createdOn,
Calendar updatedOn,
String tickerSymbol,
String contractDescription,
char contractMonth,
int contractYear,
Date lastTradingDate)
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.