|
IM-ERP Real Connect | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.co.intra_mart.foundation.sap.module.financial.AllowedBusTract
public class AllowedBusTract
使用可能業務トランザクションのテーブル情報クラス
機能は以下の通り
| コンストラクタの概要 | |
|---|---|
AllowedBusTract()
使用可能業務トランザクションのテーブルを作成します。 |
|
| メソッドの概要 | |
|---|---|
String |
getDescript()
テキスト (30 文字)を取得します。 |
String |
getTrans()
取引を取得します。 |
void |
setDescript(String strDescript)
テキスト (30 文字)を設定します。 |
void |
setTrans(String strTrans)
取引を設定します。 |
String |
toString()
デバッグ用のメソッドです。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public AllowedBusTract()
| メソッドの詳細 |
|---|
public String getTrans()
public String getDescript()
public void setTrans(String strTrans)
strTrans - 取引public void setDescript(String strDescript)
strDescript - テキスト (30 文字)public String toString()
Object 内の toString
|
IM-ERP Real Connect | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||