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

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

public class YearEndPrice
extends Object

Author:
Michael Remijan

Constructor Summary
YearEndPrice(String id, Calendar createdOn, Calendar updatedOn, String marketId, int year, BigDecimal price)
           
 
Method Summary
 Calendar getCreatedOn()
           
 String getId()
           
 String getMarketId()
           
 BigDecimal getPrice()
           
 Calendar getUpdatedOn()
           
 int getYear()
           
 void setMarketId(String marketId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

YearEndPrice

public YearEndPrice(String id,
                    Calendar createdOn,
                    Calendar updatedOn,
                    String marketId,
                    int year,
                    BigDecimal price)
Method Detail

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.