Großmarkt

market.statistics
Class PriceHistoryEntry

java.lang.Object
  |
  +--market.statistics.HistoryEntry
        |
        +--market.statistics.PriceHistoryEntry
All Implemented Interfaces:
Serializable

public class PriceHistoryEntry
extends HistoryEntry

See Also:
Serialized Form

Field Summary
 
Fields inherited from class market.statistics.HistoryEntry
date, value
 
Constructor Summary
PriceHistoryEntry(Calendar date, int value)
           
 
Method Summary
 boolean isProvisional()
          Returns if an Entry is privsional or not.
 
Methods inherited from class market.statistics.HistoryEntry
getDate, getValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PriceHistoryEntry

public PriceHistoryEntry(Calendar date,
                         int value)
Method Detail

isProvisional

public boolean isProvisional()
Returns if an Entry is privsional or not. An entry is provisional (and can therefore be replaced) if

Returns:
if an Entry is provisional or not.

Großmarkt