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
- 関連項目:
- 直列化された形式
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 すべての属性の値
Copyright (c) 2013 NTT DATA INTRAMART CORPORATION.