IM-ERP Real Connect

jp.co.intra_mart.foundation.sap.module.accounting
クラス ProfitCenterList

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

public class ProfitCenterList
extends ReferenceController
implements Serializable

利益センタ一覧クラス

機能は以下の通り

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

フィールドの概要
 
クラス jp.co.intra_mart.foundation.sap.module.AbstractController から継承されたフィールド
bapiReturnErrMessage, bapiReturnMessage, sapClient
 
コンストラクタの概要
ProfitCenterList(String controllingArea, String personincharge, String inChargeUser, String date, SapClient sapClient)
          executeBapiを呼び出し利益センタ一覧を作成します。
 
メソッドの概要
 List<ProfitCenter> getProfitCenterList()
          利益センタ一覧(ProfitCenterインスタンスの配列)を取得します。
 void setProfitCenterList(List<ProfitCenter> profitCenterList)
          利益センタ一覧(ProfitCenterインスタンスの配列)を設定します。
 String toString()
          デバッグ用のメソッドです。
 
クラス jp.co.intra_mart.foundation.sap.module.AbstractController から継承されたメソッド
createBapiController, executeBapi, getBapiReturnErrMessage, getBapiReturnMessage
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

ProfitCenterList

public ProfitCenterList(String controllingArea,
                        String personincharge,
                        String inChargeUser,
                        String date,
                        SapClient sapClient)
                 throws SAPAuthAppException,
                        SAPAuthSystemException,
                        SAPGeneralAppException,
                        SAPGeneralSystemException,
                        SAPAccountingSystemException
executeBapiを呼び出し利益センタ一覧を作成します。

パラメータ:
controllingArea - 管理領域
personincharge - 利益センタ責任者
inChargeUser - 利益センタに責任のあるユーザ
date - 日付
sapClient - SapClient SAPへの接続情報が格納されたオブジェクト
例外:
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPAccountingSystemException - 会計業務システム例外
メソッドの詳細

setProfitCenterList

public void setProfitCenterList(List<ProfitCenter> profitCenterList)
利益センタ一覧(ProfitCenterインスタンスの配列)を設定します。

パラメータ:
profitCenterList - 利益センタ一覧
関連項目:
ProfitCenter

getProfitCenterList

public List<ProfitCenter> getProfitCenterList()
利益センタ一覧(ProfitCenterインスタンスの配列)を取得します。

戻り値:
利益センタ一覧
関連項目:
ProfitCenter

toString

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

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

IM-ERP Real Connect

Copyright (c) 2013 NTT DATA INTRAMART CORPORATION.