org.ferris.yahoo.finance.jmce.bean
Class DayEndPrice
java.lang.Object
org.ferris.yahoo.finance.jmce.bean.DayEndPrice
public class DayEndPrice
- extends Object
- Author:
- Michael Remijan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DayEndPrice
public DayEndPrice(String id,
Calendar createdOn,
Calendar updatedOn,
String marketId,
Calendar day,
BigDecimal price)
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.