org.ferris.yahoo.finance.jmce.bean
Class YearEndPrice
java.lang.Object
org.ferris.yahoo.finance.jmce.bean.YearEndPrice
public class YearEndPrice
- extends Object
- Author:
- Michael Remijan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
YearEndPrice
public YearEndPrice(String id,
Calendar createdOn,
Calendar updatedOn,
String marketId,
int year,
BigDecimal price)
getId
public String getId()
- Returns:
- the id
getYear
public int getYear()
- Returns:
- the year
getPrice
public BigDecimal getPrice()
- Returns:
- the price
getCreatedOn
public Calendar getCreatedOn()
- Returns:
- the createdOn
getUpdatedOn
public Calendar getUpdatedOn()
- Returns:
- the updatedOn
getMarketId
public String getMarketId()
- Returns:
- the marketId
setMarketId
public void setMarketId(String marketId)
- Parameters:
marketId
- the marketId to set
Copyright © May 23, 2006-2012 The Ferris Foundation. All Rights Reserved.