com.ngMAT.Common
クラス ngmObject

java.lang.Object
  |
  +--com.ngMAT.Common.ngmObject
すべての実装インタフェース:
java.lang.Cloneable, ngmObjectFunction, java.io.Serializable
直系の既知のサブクラス:
Bcp, DBConnection, DSV, EZServletConfig, EZServletContext, HTMLComponent, KeyValuePackage, ngmDBObject, RmiRegList, SimpleMailMessage

public class ngmObject
extends java.lang.Object
implements ngmObjectFunction, java.lang.Cloneable

Root class of all ngMAT's classes.

導入されたバージョン:
JDK1.1.8
関連項目:
直列化された形式

インタフェース com.ngMAT.Common.ngmObjectFunction から継承したフィールド
C_BACKSLASH, C_BLOCK_CLOSE, C_BLOCK_OPEN, C_COMMA, C_CR, C_DOUBLE_QUATATION, C_EQUAL, C_LF, C_SINGLE_QUATATION, C_SPACE, C_TAB, S_BACKSLASH, S_BLOCK_CLOSE, S_BLOCK_OPEN, S_COMMA, S_CR, S_CRLF, S_DOUBLE_QUATATION, S_EQUAL, S_LF, S_SINGLE_QUATATION, S_SPACE, S_TAB
 
コンストラクタの概要
ngmObject()
           
ngmObject(ngmObjectFunction o)
           
 
メソッドの概要
 java.lang.Object clone()
           
static void debug(java.lang.String msg)
           
static void debug(java.lang.Throwable t)
           
static boolean equals_n(java.lang.Object o1, java.lang.Object o2)
           
 Log getLog()
           
 java.util.Properties getProperties()
           
 java.lang.String getProperty(java.lang.String key)
           
 void setLog(Log log)
           
 void setNgmObject(ngmObjectFunction o)
           
 void setProperties(java.util.Properties prop)
           
 
クラス java.lang.Object から継承したメソッド
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ngmObject

public ngmObject()

ngmObject

public ngmObject(ngmObjectFunction o)
メソッドの詳細

setNgmObject

public void setNgmObject(ngmObjectFunction o)
定義:
インタフェース ngmObjectFunction 内の setNgmObject

setProperties

public void setProperties(java.util.Properties prop)
定義:
インタフェース ngmObjectFunction 内の setProperties

getProperties

public java.util.Properties getProperties()
定義:
インタフェース ngmObjectFunction 内の getProperties

getProperty

public java.lang.String getProperty(java.lang.String key)
定義:
インタフェース ngmObjectFunction 内の getProperty

setLog

public void setLog(Log log)
定義:
インタフェース ngmObjectFunction 内の setLog

getLog

public Log getLog()
定義:
インタフェース ngmObjectFunction 内の getLog

debug

public static void debug(java.lang.String msg)

debug

public static void debug(java.lang.Throwable t)

clone

public java.lang.Object clone()
オーバーライド:
クラス java.lang.Object 内の clone

equals_n

public static boolean equals_n(java.lang.Object o1,
                               java.lang.Object o2)


バグや機能要求の報告
最新の情報
Copyright 2000 - ngMAT Corporation