|
IM-ERP Real Connect | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.co.intra_mart.foundation.sap.module.financial.SystemStatus
public class SystemStatus
システムステータステーブル情報クラス
機能は以下の通り
| コンストラクタの概要 | |
|---|---|
SystemStatus()
システムステータステーブルを作成します。 |
|
| メソッドの概要 | |
|---|---|
String |
getSysStatus()
システムステータスを取得します。 |
String |
getSyStDscr()
オブジェクトステータスを取得します。 |
String |
getSyStText()
オブジェクトの個別ステータス (簡略形式)を取得します。 |
void |
setSysStatus(String strSysStatus)
システムステータスを設定します。 |
void |
setSyStDscr(String strSyStDscr)
オブジェクトステータスを設定します。 |
void |
setSyStText(String strSyStText)
オブジェクトの個別ステータス (簡略形式)を設定します。 |
String |
toString()
デバッグ用のメソッドです。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public SystemStatus()
| メソッドの詳細 |
|---|
public String getSysStatus()
public String getSyStText()
public String getSyStDscr()
public void setSysStatus(String strSysStatus)
strSysStatus - システムステータスpublic void setSyStText(String strSyStText)
strSyStText - オブジェクトの個別ステータス (簡略形式)public void setSyStDscr(String strSyStDscr)
strSyStDscr - オブジェクトステータスpublic String toString()
Object 内の toString
|
IM-ERP Real Connect | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||