IM-ERP Real Connect

jp.co.intra_mart.foundation.sap.module.purchase
クラス PurchaseShipping

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

public class PurchaseShipping
extends Object
implements Serializable

出荷データクラス
機能は以下の通り

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

コンストラクタの概要
PurchaseShipping()
          出荷データを作成します。
PurchaseShipping(int index)
          出荷データを作成します。
 
メソッドの概要
 String getAuthNumber()
          返品権限番号を取得します。
 int getCoIndex()
          レコード番号を取得します。
 String getDlvPrio()
          出荷優先順位を取得します。
 String getFollowUp()
          デフォルト後続アクティビティコードを取得します。
 String getInspoutGuid()
          品質検査結果: EWM 設定の在庫 GUIDを取得します。
 String getPoItem()
          購買伝票の明細番号を取得します。
 String getRoute()
          輸送経路を取得します。
 String getShipCond()
          出荷条件を取得します。
 String getShipPoint()
          出荷ポイント/入荷ポイントを取得します。
 String getSrcDlvNo()
          元出荷番号を取得します。
 String getSrcHandlgUnit()
          元/先 荷役単位 (外部 ID)を取得します。
 String getUnloadPt()
          荷渡ポイントを取得します。
 void setAuthNumber(String strAuthNumber)
          返品権限番号を設定します。
 void setCoIndex(int coIndex)
          レコード番号を設定します。
 void setDlvPrio(String strDlvPrio)
          出荷優先順位を設定します。
 void setFollowUp(String strFollowUp)
          デフォルト後続アクティビティコードを設定します。
 void setInspoutGuid(String strInspoutGuid)
          品質検査結果: EWM 設定の在庫 GUIDを設定します。
 void setPoItem(String strPoItem)
          購買伝票の明細番号を設定します。
 void setRoute(String strRoute)
          輸送経路を設定します。
 void setShipCond(String strShipCond)
          出荷条件を設定します。
 void setShipPoint(String strShipPoint)
          出荷ポイント/入荷ポイントを設定します。
 void setSrcDlvNo(String strSrcDlvNo)
          元出荷番号を設定します。
 void setSrcHandlgUnit(String strSrcHandlgUnit)
          元/先 荷役単位 (外部 ID)を設定します。
 void setUnloadPt(String strUnloadPt)
          荷渡ポイントを設定します。
 String toString()
          デバッグ用のメソッドです。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

PurchaseShipping

public PurchaseShipping()
出荷データを作成します。


PurchaseShipping

public PurchaseShipping(int index)
出荷データを作成します。

パラメータ:
index - レコード番号
メソッドの詳細

getPoItem

public String getPoItem()
購買伝票の明細番号を取得します。

戻り値:
strPoItem 購買伝票の明細番号

getShipPoint

public String getShipPoint()
出荷ポイント/入荷ポイントを取得します。

戻り値:
strShipPoint 出荷ポイント/入荷ポイント

getDlvPrio

public String getDlvPrio()
出荷優先順位を取得します。

戻り値:
strDlvPrio 出荷優先順位

getRoute

public String getRoute()
輸送経路を取得します。

戻り値:
strRoute 輸送経路

getShipCond

public String getShipCond()
出荷条件を取得します。

戻り値:
strShipCond 出荷条件

getUnloadPt

public String getUnloadPt()
荷渡ポイントを取得します。

戻り値:
strUnloadPt 荷渡ポイント

getAuthNumber

public String getAuthNumber()
返品権限番号を取得します。

戻り値:
strAuthNumber 返品権限番号

getSrcDlvNo

public String getSrcDlvNo()
元出荷番号を取得します。

戻り値:
strSrcDlvNo 元出荷番号

getSrcHandlgUnit

public String getSrcHandlgUnit()
元/先 荷役単位 (外部 ID)を取得します。

戻り値:
strSrcHandlgUnit 元/先 荷役単位 (外部 ID)

getInspoutGuid

public String getInspoutGuid()
品質検査結果: EWM 設定の在庫 GUIDを取得します。

戻り値:
strInspoutGuid 品質検査結果: EWM 設定の在庫 GUID

getFollowUp

public String getFollowUp()
デフォルト後続アクティビティコードを取得します。

戻り値:
strFollowUp デフォルト後続アクティビティコード

getCoIndex

public int getCoIndex()
レコード番号を取得します。

戻り値:
deIndex レコード番号

setPoItem

public void setPoItem(String strPoItem)
購買伝票の明細番号を設定します。

パラメータ:
strPoItem - 購買伝票の明細番号

setShipPoint

public void setShipPoint(String strShipPoint)
出荷ポイント/入荷ポイントを設定します。

パラメータ:
strShipPoint - 出荷ポイント/入荷ポイント

setDlvPrio

public void setDlvPrio(String strDlvPrio)
出荷優先順位を設定します。

パラメータ:
strDlvPrio - 出荷優先順位

setRoute

public void setRoute(String strRoute)
輸送経路を設定します。

パラメータ:
strRoute - 輸送経路

setShipCond

public void setShipCond(String strShipCond)
出荷条件を設定します。

パラメータ:
strShipCond - 出荷条件

setUnloadPt

public void setUnloadPt(String strUnloadPt)
荷渡ポイントを設定します。

パラメータ:
strUnloadPt - 荷渡ポイント

setAuthNumber

public void setAuthNumber(String strAuthNumber)
返品権限番号を設定します。

パラメータ:
strAuthNumber - 返品権限番号

setSrcDlvNo

public void setSrcDlvNo(String strSrcDlvNo)
元出荷番号を設定します。

パラメータ:
strSrcDlvNo - 元出荷番号

setSrcHandlgUnit

public void setSrcHandlgUnit(String strSrcHandlgUnit)
元/先 荷役単位 (外部 ID)を設定します。

パラメータ:
strSrcHandlgUnit - 元/先 荷役単位 (外部 ID)

setInspoutGuid

public void setInspoutGuid(String strInspoutGuid)
品質検査結果: EWM 設定の在庫 GUIDを設定します。

パラメータ:
strInspoutGuid - 品質検査結果: EWM 設定の在庫 GUID

setFollowUp

public void setFollowUp(String strFollowUp)
デフォルト後続アクティビティコードを設定します。

パラメータ:
strFollowUp - デフォルト後続アクティビティコード

setCoIndex

public void setCoIndex(int coIndex)
レコード番号を設定します。

パラメータ:
coIndex - レコード番号

toString

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

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

IM-ERP Real Connect

Copyright (c) 2013 NTT DATA INTRAMART CORPORATION.