jp.co.scs.mbench
クラス InitializerInfo

java.lang.Object
  上位を拡張 jp.co.scs.mbench.InitializerInfo

public class InitializerInfo
extends java.lang.Object

Initializer information class

作成者:
Tetsuro Ikeda

コンストラクタの概要
InitializerInfo()
           
 
メソッドの概要
 java.lang.String getClassName()
          Gets the class name of initializer.
 java.lang.String getName()
          Gets the name of initializer.
 java.lang.String getType()
          Gets the type of initializer.
 void setClassName(java.lang.String className)
          Sets the class name of initializer.
 void setName(java.lang.String name)
          Sets the name of initializer.
 void setType(java.lang.String type)
          Sets the type of initializer.
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

InitializerInfo

public InitializerInfo()
メソッドの詳細

getName

public java.lang.String getName()
Gets the name of initializer.

戻り値:
name of initializer

setName

public void setName(java.lang.String name)
Sets the name of initializer.

パラメータ:
name - name of initializer

getType

public java.lang.String getType()
Gets the type of initializer.

戻り値:
type of initializer

setType

public void setType(java.lang.String type)
Sets the type of initializer.

パラメータ:
type - type of initializer

getClassName

public java.lang.String getClassName()
Gets the class name of initializer.

戻り値:
class name of initializer

setClassName

public void setClassName(java.lang.String className)
Sets the class name of initializer.

パラメータ:
className - class name of initializer