cn.limc.androidcharts.entity
Class TitleValueEntity

java.lang.Object
  extended by cn.limc.androidcharts.entity.TitleValueEntity
Direct Known Subclasses:
TitleValueColorEntity

public class TitleValueEntity
extends java.lang.Object

Entity data which its value is titled

表示用データです、値はタイトル設定は可能です。

支持显示标题的值的实体对象

Version:
v1.0 2011/05/29 12:19:06
Author:
limc

Constructor Summary
TitleValueEntity()
           Constructor of TitleValueEntity
TitleValueEntity(java.lang.String title, float value)
           Constructor of TitleValueEntity
 
Method Summary
 java.lang.String getTitle()
           
 float getValue()
           
 void setTitle(java.lang.String title)
           
 void setValue(float value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TitleValueEntity

public TitleValueEntity(java.lang.String title,
                        float value)

Constructor of TitleValueEntity

TitleValueEntity类对象的构造函数

TitleValueEntityのコンストラクター

Parameters:
title -

Title

タイトル

标题

value -

Value


TitleValueEntity

public TitleValueEntity()

Constructor of TitleValueEntity

TitleValueEntity类对象的构造函数

TitleValueEntityのコンストラクター

Method Detail

getTitle

public java.lang.String getTitle()
Returns:
the title

setTitle

public void setTitle(java.lang.String title)
Parameters:
title - the title to set

getValue

public float getValue()
Returns:
the value

setValue

public void setValue(float value)
Parameters:
value - the value to set