com.ngMAT.appl
クラス GenericObject

java.lang.Object
  |
  +--com.ngMAT.appl.GenericObject
すべての実装インタフェース:
GenericObjectFunction

public class GenericObject
extends java.lang.Object
implements GenericObjectFunction


コンストラクタの概要
GenericObject()
           
 
メソッドの概要
 com.ngMAT.Common.Log getLog()
           
 java.util.Properties getProperties()
           
 java.lang.String getProperty(java.lang.String name)
           
 void setLog(com.ngMAT.Common.Log log)
           
 void setNgmObject(com.ngMAT.Common.ngmObjectFunction o)
           
 void setProperties(java.util.Properties prop)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

GenericObject

public GenericObject()
メソッドの詳細

setProperties

public void setProperties(java.util.Properties prop)

getProperties

public java.util.Properties getProperties()

getProperty

public java.lang.String getProperty(java.lang.String name)

setLog

public void setLog(com.ngMAT.Common.Log log)

getLog

public com.ngMAT.Common.Log getLog()

setNgmObject

public void setNgmObject(com.ngMAT.Common.ngmObjectFunction o)