|
IM-ERP Real Connect | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.co.intra_mart.foundation.sap.common.general_purpose.LineProperty
public class LineProperty
LinePropertyクラス
機能は以下の通り
| コンストラクタの概要 | |
|---|---|
LineProperty(String propertyKey,
String propertyValue)
指定されたプロパティファイルのキー情報と値でLinePropertyオブジェクト を生成します。 |
|
| メソッドの概要 | |
|---|---|
String[] |
getPropertyKeyPart()
プロパティのキーを取得します。 |
String |
getPropertyValue()
プロパティの値を取得します。 |
String |
getSeparateKey(int partIndex)
指定された添字に該当するプロパティファイルのキー情報(配列)の要素を 返します。 |
void |
setPropertyKeyPart(String[] propertyKeyPart)
プロパティのキーを設定します。 |
void |
setPropertyValue(String propertyValue)
プロパティの値を設定します。 |
String |
toString()
デバッグ用のメソッドです。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public LineProperty(String propertyKey,
String propertyValue)
throws SAPGeneralSystemException
propertyKey - PropertyKeypropertyValue - PropertyValue
SAPGeneralSystemException - システム例外処理| メソッドの詳細 |
|---|
public String getSeparateKey(int partIndex)
throws SAPGeneralAppException
partIndex - propertyKeyPart(分割値の格納用配列)の要素を指定する添字
SAPGeneralAppException - アプリケーション例外処理public String getPropertyValue()
public String[] getPropertyKeyPart()
public void setPropertyValue(String propertyValue)
propertyValue - PropertyValuepublic void setPropertyKeyPart(String[] propertyKeyPart)
propertyKeyPart - propertyKeyPartpublic String toString()
Object 内の toString
|
IM-ERP Real Connect | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||