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

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

public class DayEndPrice
extends Object

Author:
Michael Remijan

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

Constructor Detail

DayEndPrice

public DayEndPrice(String id,
                   Calendar createdOn,
                   Calendar updatedOn,
                   String marketId,
                   Calendar day,
                   BigDecimal price)
Method Detail

getId

public String getId()
Returns:
the id

getDay

public Calendar getDay()
Returns:
the day

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.