com.wikihouse.wildcats0201.jdbcchart.dto
クラス ChartXMLDTO

java.lang.Object
  |
  +--com.wikihouse.wildcats0201.jdbcchart.dto.ChartXMLDTO

public class ChartXMLDTO
extends java.lang.Object

ChartXMLDTO .

バージョン:
$Revision: 5 $
作成者:
$Author: wildcats $

コンストラクタの概要
ChartXMLDTO()
           
 
メソッドの概要
 void addSeries(Item item)
           
 ChartFile getFile()
           
 Label getLabel()
           
 Item[] getSeries()
           
 SQL getSQL()
           
 void setFile(ChartFile file)
           
 void setLabel(Label label)
           
 void setSQL(SQL sql)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ChartXMLDTO

public ChartXMLDTO()
メソッドの詳細

setLabel

public void setLabel(Label label)

addSeries

public void addSeries(Item item)

setFile

public void setFile(ChartFile file)

setSQL

public void setSQL(SQL sql)

getLabel

public Label getLabel()

getSeries

public Item[] getSeries()

getFile

public ChartFile getFile()

getSQL

public SQL getSQL()


Copyright © 2005 . All Rights Reserved.