IM-ERP Real Connect

jp.co.intra_mart.foundation.sap.module.financial
クラス DebtorGetDetailController

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

public class DebtorGetDetailController
extends Object
implements Serializable

得意先詳細コントローラクラス
機能は以下の通り

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

コンストラクタの概要
DebtorGetDetailController()
          DebtorGetDetailControllerのコンストラクタを生成します。
DebtorGetDetailController(SapClient sapClient)
          DebtorGetDetailControllerのコンストラクタを生成します。
DebtorGetDetailController(String debtorid, String companycode)
           
DebtorGetDetailController(String debtorid, String companycode, SapClient sapClient)
           
 
メソッドの概要
 List<BankDataInfo> getBankDataList()
          銀行データ情報を取得します。
 String getCompanycode()
          会社コードを取得します。
 CompanyDataInfo getCompanyDataInfo()
          会社コード依存データ情報を取得します。
 DebtorGetDetail getDebtorGetDetail()
          得意先マスタ詳細情報を取得します。
 String getDebtorid()
          得意先コードを取得します。
 GeneralDataInfo getGeneralDataInfo()
          一般データ情報を取得します。
 void setBankDataInfoList(List<BankDataInfo> bankDataInfoList)
          銀行データ情報を設定します。
 void setCompanycode(String strCompanycode)
          会社コードを設定します。
 void setCompanyDataInfo(CompanyDataInfo companyDataInfo)
          会社依存データ情報を設定します。
 void setDebtorid(String strDebtorid)
          得意先コードを設定します。
 void setGeneralDataInfo(GeneralDataInfo generalDataInfo)
          一般データ情報を設定します。
 String toString()
          デバッグ用のメソッドです。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

DebtorGetDetailController

public DebtorGetDetailController(String debtorid,
                                 String companycode)
                          throws SAPAuthAppException,
                                 SAPAuthSystemException,
                                 SAPGeneralAppException,
                                 SAPGeneralSystemException,
                                 SAPFinancialAppException,
                                 SAPFinancialSystemException
パラメータ:
debtorid - 得意先コード
companycode - 会社コード
例外:
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPFinancialAppException - 会計業務アプリケーション例外
SAPFinancialSystemException - 会計業務システム例外

DebtorGetDetailController

public DebtorGetDetailController(String debtorid,
                                 String companycode,
                                 SapClient sapClient)
                          throws SAPAuthAppException,
                                 SAPAuthSystemException,
                                 SAPGeneralAppException,
                                 SAPGeneralSystemException,
                                 SAPFinancialAppException,
                                 SAPFinancialSystemException
パラメータ:
debtorid - 得意先コード
companycode - 会社コード
sapClient - SapClient SAPへの接続情報が格納されたオブジェクト
例外:
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPFinancialAppException - 会計業務アプリケーション例外
SAPFinancialSystemException - 会計業務システム例外

DebtorGetDetailController

public DebtorGetDetailController()
DebtorGetDetailControllerのコンストラクタを生成します。


DebtorGetDetailController

public DebtorGetDetailController(SapClient sapClient)
DebtorGetDetailControllerのコンストラクタを生成します。

パラメータ:
sapClient - SapClient SAPへの接続情報が格納されたオブジェクト
メソッドの詳細

setDebtorid

public void setDebtorid(String strDebtorid)
得意先コードを設定します。

パラメータ:
strDebtorid - 仕入先コード

setCompanycode

public void setCompanycode(String strCompanycode)
会社コードを設定します。

パラメータ:
strCompanycode - 会社コード

setGeneralDataInfo

public void setGeneralDataInfo(GeneralDataInfo generalDataInfo)
一般データ情報を設定します。

パラメータ:
generalDataInfo - 一般データ情報

setCompanyDataInfo

public void setCompanyDataInfo(CompanyDataInfo companyDataInfo)
会社依存データ情報を設定します。

パラメータ:
companyDataInfo - 会社依存データ情報

setBankDataInfoList

public void setBankDataInfoList(List<BankDataInfo> bankDataInfoList)
銀行データ情報を設定します。

パラメータ:
bankDataInfoList - 銀行データ情報

getDebtorGetDetail

public DebtorGetDetail getDebtorGetDetail()
得意先マスタ詳細情報を取得します。

戻り値:
DebtorGetDetail

getDebtorid

public String getDebtorid()
得意先コードを取得します。

戻り値:
strDebtorid 得意先コード

getCompanycode

public String getCompanycode()
会社コードを取得します。

戻り値:
strCompanycode 会社コード

getGeneralDataInfo

public GeneralDataInfo getGeneralDataInfo()
一般データ情報を取得します。

戻り値:
GeneralDataInfo

getCompanyDataInfo

public CompanyDataInfo getCompanyDataInfo()
会社コード依存データ情報を取得します。

戻り値:
CompanyDataInfo

getBankDataList

public List<BankDataInfo> getBankDataList()
銀行データ情報を取得します。

戻り値:
String 銀行国コード(銀行データ情報)

toString

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

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

IM-ERP Real Connect

Copyright (c) 2013 NTT DATA INTRAMART CORPORATION.