IM-ERP Real Connect

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

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

public class CreditorGetDetailController
extends Object
implements Serializable

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

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

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

コンストラクタの詳細

CreditorGetDetailController

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

CreditorGetDetailController

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

CreditorGetDetailController

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


CreditorGetDetailController

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

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

setDebtorid

public void setDebtorid(String strCreditorid)
仕入先コードを設定します。

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

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 - 銀行データ情報

getCreditorGetDetail

public CreditorGetDetail getCreditorGetDetail()
仕入先マスタ詳細情報を取得します。

戻り値:
DebtorGetDetail

getCreditorid

public String getCreditorid()
仕入先コードを取得します。

戻り値:
strCreditorid 仕入先コード

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.