jp.osdl.jbento2.analyzer
クラス Sample

java.lang.Object
  上位を拡張 jp.osdl.jbento2.analyzer.Sample

public class Sample
extends Object


コンストラクタの概要
Sample()
           
 
メソッドの概要
 void addTime(Time time)
           
 String getClientId()
           
 Time getEndTime()
           
 String getRequestType()
           
 Time getStartTime()
           
 Time[] getTimes()
           
 boolean isError()
           
 void setClientId(String clientId)
           
 void setError(boolean isError)
           
 void setRequestType(String requestType)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Sample

public Sample()
メソッドの詳細

getClientId

public String getClientId()

setClientId

public void setClientId(String clientId)

getRequestType

public String getRequestType()

setRequestType

public void setRequestType(String requestType)

isError

public boolean isError()

setError

public void setError(boolean isError)

addTime

public void addTime(Time time)

getTimes

public Time[] getTimes()

getStartTime

public Time getStartTime()

getEndTime

public Time getEndTime()


Copyright © 2005-2008 The JBento Project. All Rights Reserved.