cn.limc.androidcharts.entity
Class StickEntity

java.lang.Object
  extended by cn.limc.androidcharts.entity.StickEntity

public class StickEntity
extends java.lang.Object

Entity data which is use for display a stick in CCSStickChart

StickChartのスティック表示用データです、高安値を格納用オブジェクトです。

CCSStickChart保存柱条表示用的高低值的实体对象

Version:
v1.0 2011/05/29 12:24:49
Author:
limc

Constructor Summary
StickEntity()
           Constructor of StickEntity
StickEntity(double high, double low, int date)
           Constructor of StickEntity
 
Method Summary
 int getDate()
           
 double getHigh()
           
 double getLow()
           
 void setDate(int date)
           
 void setHigh(double high)
           
 void setLow(double low)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StickEntity

public StickEntity(double high,
                   double low,
                   int date)

Constructor of StickEntity

StickEntity类对象的构造函数

StickEntityのコンストラクター

Parameters:
high -

High Value

高値

最高价

low -

Low Value

低値

最低值

date -

Date

日付

日期


StickEntity

public StickEntity()

Constructor of StickEntity

StickEntity类对象的构造函数

StickEntityのコンストラクター

Method Detail

getHigh

public double getHigh()
Returns:
the high

setHigh

public void setHigh(double high)
Parameters:
high - the high to set

getLow

public double getLow()
Returns:
the low

setLow

public void setLow(double low)
Parameters:
low - the low to set

getDate

public int getDate()
Returns:
the date

setDate

public void setDate(int date)
Parameters:
date - the date to set