|
IM-ERP Real Connect | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.co.intra_mart.foundation.sap.module.financial.CreditorGetDetailController
public class CreditorGetDetailController
仕入先詳細コントローラクラス
機能は以下の通り
| コンストラクタの概要 | |
|---|---|
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 |
| コンストラクタの詳細 |
|---|
public CreditorGetDetailController(String creditorid,
String companycode)
throws SAPAuthAppException,
SAPAuthSystemException,
SAPGeneralAppException,
SAPGeneralSystemException,
SAPFinancialAppException,
SAPFinancialSystemException
creditorid - 仕入先コードcompanycode - 会社コード
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPFinancialAppException - 会計業務アプリケーション例外
SAPFinancialSystemException - 会計業務システム例外
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 - 会計業務システム例外public CreditorGetDetailController()
public CreditorGetDetailController(SapClient sapClient)
sapClient - SapClient SAPへの接続情報が格納されたオブジェクト| メソッドの詳細 |
|---|
public void setDebtorid(String strCreditorid)
strCreditorid - 仕入先コードpublic void setCompanycode(String strCompanycode)
strCompanycode - 会社コードpublic void setGeneralDataInfo(GeneralDataInfo generalDataInfo)
generalDataInfo - 一般データ情報public void setCompanyDataInfo(CompanyDataInfo companyDataInfo)
companyDataInfo - 会社依存データ情報public void setBankDataInfoList(List<BankDataInfo> bankDataInfoList)
bankDataInfoList - 銀行データ情報public CreditorGetDetail getCreditorGetDetail()
public String getCreditorid()
public String getCompanycode()
public GeneralDataInfo getGeneralDataInfo()
public CompanyDataInfo getCompanyDataInfo()
public List<BankDataInfo> getBankDataList()
public String toString()
Object 内の toString
|
IM-ERP Real Connect | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||