IM-ERP Real Connect

jp.co.intra_mart.foundation.sap.common.general_purpose
クラス LineProperty

java.lang.Object
  上位を拡張 jp.co.intra_mart.foundation.sap.common.general_purpose.LineProperty
すべての実装されたインタフェース:
Serializable

public class LineProperty
extends Object
implements Serializable

LinePropertyクラス
機能は以下の通り

バージョン:
8.0
関連項目:
直列化された形式

コンストラクタの概要
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
 

コンストラクタの詳細

LineProperty

public LineProperty(String propertyKey,
                    String propertyValue)
             throws SAPGeneralSystemException
指定されたプロパティファイルのキー情報と値でLinePropertyオブジェクト を生成します。

パラメータ:
propertyKey - PropertyKey
propertyValue - PropertyValue
例外:
SAPGeneralSystemException - システム例外処理
メソッドの詳細

getSeparateKey

public String getSeparateKey(int partIndex)
                      throws SAPGeneralAppException
指定された添字に該当するプロパティファイルのキー情報(配列)の要素を 返します。
引数 = 0 の場合:入力/出力区分("import"/"export")
引数 = 1 の場合:パラメータ属性("import(export)"/"structure"/"table")
引数 = 2 の場合:パラメータ名
引数 = 3 の場合:コンポーネント名

パラメータ:
partIndex - propertyKeyPart(分割値の格納用配列)の要素を指定する添字
戻り値:
propertyKeyPart[]
例外:
SAPGeneralAppException - アプリケーション例外処理

getPropertyValue

public String getPropertyValue()
プロパティの値を取得します。

戻り値:
propertyValue

getPropertyKeyPart

public String[] getPropertyKeyPart()
プロパティのキーを取得します。

戻り値:
propertyKeyPart

setPropertyValue

public void setPropertyValue(String propertyValue)
プロパティの値を設定します。

パラメータ:
propertyValue - PropertyValue

setPropertyKeyPart

public void setPropertyKeyPart(String[] propertyKeyPart)
プロパティのキーを設定します。

パラメータ:
propertyKeyPart - propertyKeyPart

toString

public String toString()
デバッグ用のメソッドです。

オーバーライド:
クラス Object 内の toString
戻り値:
value すべての属性の値

IM-ERP Real Connect

Copyright (c) 2013 NTT DATA INTRAMART CORPORATION.