jp.co.scs.mbench
クラス FinalizerInfo

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

public class FinalizerInfo
extends java.lang.Object

Finalizer information class

作成者:
Tetsuro Ikeda

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

コンストラクタの詳細

FinalizerInfo

public FinalizerInfo()
メソッドの詳細

getName

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

戻り値:
name of finalizer

setName

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

パラメータ:
name - name of finalizer

getType

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

戻り値:
type of finalizer

setType

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

パラメータ:
type - type of finalizer

getClassName

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

戻り値:
class name of finalizer

setClassName

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

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