|
IM-ERP Real Connect | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.co.intra_mart.foundation.sap.module.financial.ImpWbsElement
public class ImpWbsElement
詳細情報を必要とする WBS 要素クラス
機能は以下の通り
| コンストラクタの概要 | |
|---|---|
ImpWbsElement()
詳細情報を必要とする WBS 要素を作成します。 |
|
ImpWbsElement(int index)
詳細情報を必要とする WBS 要素を作成します。 |
|
| メソッドの概要 | |
|---|---|
int |
getIndex()
レコード番号を取得します。 |
String |
getWbsElement()
WBS 要素を取得します。 |
void |
setIndex(int index)
レコード番号を設定します。 |
void |
setWbsElement(String strWbsElement)
WBS 要素を設定します。 |
String |
toString()
デバッグ用のメソッドです。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public ImpWbsElement()
public ImpWbsElement(int index)
index - レコード番号| メソッドの詳細 |
|---|
public int getIndex()
public void setIndex(int index)
index - レコード番号public String getWbsElement()
public void setWbsElement(String strWbsElement)
strWbsElement - WBS 要素public String toString()
Object 内の toString
|
IM-ERP Real Connect | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||