IM-ERP Real Connect

jp.co.intra_mart.foundation.sap.module.sales.common.model
クラス BillingDocumentDetail

java.lang.Object
  上位を拡張 jp.co.intra_mart.foundation.sap.module.sales.common.model.BillingDocumentDetail
すべての実装されたインタフェース:
Serializable
直系の既知のサブクラス:
BillingDocumentDetailList

public class BillingDocumentDetail
extends Object
implements Serializable

後続請求伝票のテーブル情報クラス
機能は以下の通り

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

コンストラクタの概要
BillingDocumentDetail()
          後続請求伝票のテーブル情報を作成します。
 
メソッドの概要
 String getAcctstatus()
          会計への転記ステータスを取得します。
 String getBillcateg()
          請求カテゴリを取得します。
 String getBillingdoc()
          請求伝票を取得します。
 String getBillType()
          請求タイプを取得します。
 String getCancelled()
          中止区分を取得します。
 String getCurrency()
          販売伝票通貨を取得します。
 String getCurrencyIso()
          ISO 通貨コードを取得します。
 String getNetValue()
          正味金額を取得します。
 String getSdDocCat()
          販売管理伝票カテゴリを取得します。
 String getTaxValue()
          税額を取得します。
 void setAcctstatus(String acctstatus)
          会計への転記ステータスを設定します。
 void setBillcateg(String billcateg)
          請求カテゴリを設定します。
 void setBillingdoc(String billingdoc)
          請求伝票を設定します。
 void setBillType(String billType)
          請求タイプを設定します。
 void setCancelled(String cancelled)
          中止区分を設定します。
 void setCurrency(String currency)
          販売伝票通貨を設定します。
 void setCurrencyIso(String currencyIso)
          ISO 通貨コードを設定します。
 void setNetValue(String netValue)
          正味金額を設定します。
 void setSdDocCat(String sdDocCat)
          販売管理伝票カテゴリを設定します。
 void setTaxValue(String taxValue)
          税額を設定します。
 String toString()
          デバッグ用のメソッドです。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

BillingDocumentDetail

public BillingDocumentDetail()
後続請求伝票のテーブル情報を作成します。

メソッドの詳細

getBillingdoc

public String getBillingdoc()
請求伝票を取得します。

戻り値:
billingdoc 請求伝票

getBillType

public String getBillType()
請求タイプを取得します。

戻り値:
billType 請求タイプ

getBillcateg

public String getBillcateg()
請求カテゴリを取得します。

戻り値:
billcateg 請求カテゴリ

getSdDocCat

public String getSdDocCat()
販売管理伝票カテゴリを取得します。

戻り値:
sdDocCat 販売管理伝票カテゴリ

getCurrency

public String getCurrency()
販売伝票通貨を取得します。

戻り値:
currency 販売伝票通貨

getCurrencyIso

public String getCurrencyIso()
ISO 通貨コードを取得します。

戻り値:
currencyIso ISO 通貨コード

getAcctstatus

public String getAcctstatus()
会計への転記ステータスを取得します。

戻り値:
acctstatus 会計への転記ステータス

getNetValue

public String getNetValue()
正味金額を取得します。

戻り値:
netValue 正味金額

getTaxValue

public String getTaxValue()
税額を取得します。

戻り値:
taxValue 税額

getCancelled

public String getCancelled()
中止区分を取得します。

戻り値:
cancelled 中止区分

setBillingdoc

public void setBillingdoc(String billingdoc)
請求伝票を設定します。

パラメータ:
billingdoc - 請求伝票

setBillType

public void setBillType(String billType)
請求タイプを設定します。

パラメータ:
billType - 請求タイプ

setBillcateg

public void setBillcateg(String billcateg)
請求カテゴリを設定します。

パラメータ:
billcateg - 請求カテゴリ

setSdDocCat

public void setSdDocCat(String sdDocCat)
販売管理伝票カテゴリを設定します。

パラメータ:
sdDocCat - 販売管理伝票カテゴリ

setCurrency

public void setCurrency(String currency)
販売伝票通貨を設定します。

パラメータ:
currency - 販売伝票通貨

setCurrencyIso

public void setCurrencyIso(String currencyIso)
ISO 通貨コードを設定します。

パラメータ:
currencyIso - ISO 通貨コード

setAcctstatus

public void setAcctstatus(String acctstatus)
会計への転記ステータスを設定します。

パラメータ:
acctstatus - 会計への転記ステータス

setNetValue

public void setNetValue(String netValue)
正味金額を設定します。

パラメータ:
netValue - 正味金額

setTaxValue

public void setTaxValue(String taxValue)
税額を設定します。

パラメータ:
taxValue - 税額

setCancelled

public void setCancelled(String cancelled)
中止区分を設定します。

パラメータ:
cancelled - 中止区分

toString

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

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

IM-ERP Real Connect

Copyright (c) 2013 NTT DATA INTRAMART CORPORATION.