Class X_M_InOut

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_M_InOut
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_M_InOut, I_Persistent, Evaluatee
Direct Known Subclasses:
MInOut

public class X_M_InOut extends PO implements I_M_InOut, I_Persistent
Generated Model for M_InOut
Version:
Release 11 - $Id$
Author:
iDempiere (generated)
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • get_AccessLevel

      protected int get_AccessLevel()
      AccessLevel
      Specified by:
      get_AccessLevel in class PO
      Returns:
      1 - Org
    • initPO

      protected POInfo initPO(Properties ctx)
      Load Meta Data
      Specified by:
      initPO in class PO
      Parameters:
      ctx - context
      Returns:
      Meta data of PO
    • toString

      public String toString()
      Description copied from class: PO
      String representation
      Overrides:
      toString in class PO
      Returns:
      String representation
    • setAD_OrgTrx_ID

      public void setAD_OrgTrx_ID(int AD_OrgTrx_ID)
      Set Trx Organization.
      Specified by:
      setAD_OrgTrx_ID in interface I_M_InOut
      Parameters:
      AD_OrgTrx_ID - Performing or initiating organization
    • getAD_OrgTrx_ID

      public int getAD_OrgTrx_ID()
      Get Trx Organization.
      Specified by:
      getAD_OrgTrx_ID in interface I_M_InOut
      Returns:
      Performing or initiating organization
    • getAD_User

      public I_AD_User getAD_User() throws RuntimeException
      Specified by:
      getAD_User in interface I_M_InOut
      Throws:
      RuntimeException
    • setAD_User_ID

      public void setAD_User_ID(int AD_User_ID)
      Set User/Contact.
      Specified by:
      setAD_User_ID in interface I_M_InOut
      Parameters:
      AD_User_ID - User within the system - Internal or Business Partner Contact
    • getAD_User_ID

      public int getAD_User_ID()
      Get User/Contact.
      Specified by:
      getAD_User_ID in interface I_M_InOut
      Returns:
      User within the system - Internal or Business Partner Contact
    • getC_Activity

      public I_C_Activity getC_Activity() throws RuntimeException
      Specified by:
      getC_Activity in interface I_M_InOut
      Throws:
      RuntimeException
    • setC_Activity_ID

      public void setC_Activity_ID(int C_Activity_ID)
      Set Activity.
      Specified by:
      setC_Activity_ID in interface I_M_InOut
      Parameters:
      C_Activity_ID - Business Activity
    • getC_Activity_ID

      public int getC_Activity_ID()
      Get Activity.
      Specified by:
      getC_Activity_ID in interface I_M_InOut
      Returns:
      Business Activity
    • getC_BPartner

      public I_C_BPartner getC_BPartner() throws RuntimeException
      Specified by:
      getC_BPartner in interface I_M_InOut
      Throws:
      RuntimeException
    • setC_BPartner_ID

      public void setC_BPartner_ID(int C_BPartner_ID)
      Set Business Partner.
      Specified by:
      setC_BPartner_ID in interface I_M_InOut
      Parameters:
      C_BPartner_ID - Identifies a Business Partner
    • getC_BPartner_ID

      public int getC_BPartner_ID()
      Get Business Partner.
      Specified by:
      getC_BPartner_ID in interface I_M_InOut
      Returns:
      Identifies a Business Partner
    • getC_BPartner_Location

      public I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException
      Specified by:
      getC_BPartner_Location in interface I_M_InOut
      Throws:
      RuntimeException
    • setC_BPartner_Location_ID

      public void setC_BPartner_Location_ID(int C_BPartner_Location_ID)
      Set Partner Location.
      Specified by:
      setC_BPartner_Location_ID in interface I_M_InOut
      Parameters:
      C_BPartner_Location_ID - Identifies the (ship to) address for this Business Partner
    • getC_BPartner_Location_ID

      public int getC_BPartner_Location_ID()
      Get Partner Location.
      Specified by:
      getC_BPartner_Location_ID in interface I_M_InOut
      Returns:
      Identifies the (ship to) address for this Business Partner
    • getC_Campaign

      public I_C_Campaign getC_Campaign() throws RuntimeException
      Specified by:
      getC_Campaign in interface I_M_InOut
      Throws:
      RuntimeException
    • setC_Campaign_ID

      public void setC_Campaign_ID(int C_Campaign_ID)
      Set Campaign.
      Specified by:
      setC_Campaign_ID in interface I_M_InOut
      Parameters:
      C_Campaign_ID - Marketing Campaign
    • getC_Campaign_ID

      public int getC_Campaign_ID()
      Get Campaign.
      Specified by:
      getC_Campaign_ID in interface I_M_InOut
      Returns:
      Marketing Campaign
    • getC_Charge

      public I_C_Charge getC_Charge() throws RuntimeException
      Specified by:
      getC_Charge in interface I_M_InOut
      Throws:
      RuntimeException
    • setC_Charge_ID

      public void setC_Charge_ID(int C_Charge_ID)
      Set Charge.
      Specified by:
      setC_Charge_ID in interface I_M_InOut
      Parameters:
      C_Charge_ID - Additional document charges
    • getC_Charge_ID

      public int getC_Charge_ID()
      Get Charge.
      Specified by:
      getC_Charge_ID in interface I_M_InOut
      Returns:
      Additional document charges
    • getC_DocType

      public I_C_DocType getC_DocType() throws RuntimeException
      Specified by:
      getC_DocType in interface I_M_InOut
      Throws:
      RuntimeException
    • setC_DocType_ID

      public void setC_DocType_ID(int C_DocType_ID)
      Set Document Type.
      Specified by:
      setC_DocType_ID in interface I_M_InOut
      Parameters:
      C_DocType_ID - Document type or rules
    • getC_DocType_ID

      public int getC_DocType_ID()
      Get Document Type.
      Specified by:
      getC_DocType_ID in interface I_M_InOut
      Returns:
      Document type or rules
    • setChargeAmt

      public void setChargeAmt(BigDecimal ChargeAmt)
      Set Charge amount.
      Specified by:
      setChargeAmt in interface I_M_InOut
      Parameters:
      ChargeAmt - Charge Amount
    • getChargeAmt

      public BigDecimal getChargeAmt()
      Get Charge amount.
      Specified by:
      getChargeAmt in interface I_M_InOut
      Returns:
      Charge Amount
    • getC_Invoice

      public I_C_Invoice getC_Invoice() throws RuntimeException
      Specified by:
      getC_Invoice in interface I_M_InOut
      Throws:
      RuntimeException
    • setC_Invoice_ID

      public void setC_Invoice_ID(int C_Invoice_ID)
      Set Invoice.
      Specified by:
      setC_Invoice_ID in interface I_M_InOut
      Parameters:
      C_Invoice_ID - Invoice Identifier
    • getC_Invoice_ID

      public int getC_Invoice_ID()
      Get Invoice.
      Specified by:
      getC_Invoice_ID in interface I_M_InOut
      Returns:
      Invoice Identifier
    • getC_Order

      public I_C_Order getC_Order() throws RuntimeException
      Specified by:
      getC_Order in interface I_M_InOut
      Throws:
      RuntimeException
    • setC_Order_ID

      public void setC_Order_ID(int C_Order_ID)
      Set Order.
      Specified by:
      setC_Order_ID in interface I_M_InOut
      Parameters:
      C_Order_ID - Order
    • getC_Order_ID

      public int getC_Order_ID()
      Get Order.
      Specified by:
      getC_Order_ID in interface I_M_InOut
      Returns:
      Order
    • getC_Project

      public I_C_Project getC_Project() throws RuntimeException
      Specified by:
      getC_Project in interface I_M_InOut
      Throws:
      RuntimeException
    • setC_Project_ID

      public void setC_Project_ID(int C_Project_ID)
      Set Project.
      Specified by:
      setC_Project_ID in interface I_M_InOut
      Parameters:
      C_Project_ID - Financial Project
    • getC_Project_ID

      public int getC_Project_ID()
      Get Project.
      Specified by:
      getC_Project_ID in interface I_M_InOut
      Returns:
      Financial Project
    • setCreateConfirm

      public void setCreateConfirm(String CreateConfirm)
      Set Create Confirm.
      Specified by:
      setCreateConfirm in interface I_M_InOut
      Parameters:
      CreateConfirm - Create Confirm
    • getCreateConfirm

      public String getCreateConfirm()
      Get Create Confirm.
      Specified by:
      getCreateConfirm in interface I_M_InOut
      Returns:
      Create Confirm
    • setCreateFrom

      public void setCreateFrom(String CreateFrom)
      Set Create lines from.
      Specified by:
      setCreateFrom in interface I_M_InOut
      Parameters:
      CreateFrom - Process which will generate a new document lines based on an existing document
    • getCreateFrom

      public String getCreateFrom()
      Get Create lines from.
      Specified by:
      getCreateFrom in interface I_M_InOut
      Returns:
      Process which will generate a new document lines based on an existing document
    • setCreateLinesFrom

      public void setCreateLinesFrom(String CreateLinesFrom)
      Set Create lines from.
      Specified by:
      setCreateLinesFrom in interface I_M_InOut
      Parameters:
      CreateLinesFrom - Process which will generate a new document lines based on an existing document
    • getCreateLinesFrom

      public String getCreateLinesFrom()
      Get Create lines from.
      Specified by:
      getCreateLinesFrom in interface I_M_InOut
      Returns:
      Process which will generate a new document lines based on an existing document
    • setCreatePackage

      public void setCreatePackage(String CreatePackage)
      Set Create Package.
      Specified by:
      setCreatePackage in interface I_M_InOut
      Parameters:
      CreatePackage - Create Package
    • getCreatePackage

      public String getCreatePackage()
      Get Create Package.
      Specified by:
      getCreatePackage in interface I_M_InOut
      Returns:
      Create Package
    • setDateAcct

      public void setDateAcct(Timestamp DateAcct)
      Set Account Date.
      Specified by:
      setDateAcct in interface I_M_InOut
      Parameters:
      DateAcct - Accounting Date
    • getDateAcct

      public Timestamp getDateAcct()
      Get Account Date.
      Specified by:
      getDateAcct in interface I_M_InOut
      Returns:
      Accounting Date
    • setDateOrdered

      public void setDateOrdered(Timestamp DateOrdered)
      Set Date Ordered.
      Specified by:
      setDateOrdered in interface I_M_InOut
      Parameters:
      DateOrdered - Date of Order
    • getDateOrdered

      public Timestamp getDateOrdered()
      Get Date Ordered.
      Specified by:
      getDateOrdered in interface I_M_InOut
      Returns:
      Date of Order
    • setDatePrinted

      public void setDatePrinted(Timestamp DatePrinted)
      Set Date Printed.
      Specified by:
      setDatePrinted in interface I_M_InOut
      Parameters:
      DatePrinted - Date the document was printed.
    • getDatePrinted

      public Timestamp getDatePrinted()
      Get Date Printed.
      Specified by:
      getDatePrinted in interface I_M_InOut
      Returns:
      Date the document was printed.
    • setDateReceived

      public void setDateReceived(Timestamp DateReceived)
      Set Date Received.
      Specified by:
      setDateReceived in interface I_M_InOut
      Parameters:
      DateReceived - Date a product was received
    • getDateReceived

      public Timestamp getDateReceived()
      Get Date Received.
      Specified by:
      getDateReceived in interface I_M_InOut
      Returns:
      Date a product was received
    • setDeliveryRule

      public void setDeliveryRule(String DeliveryRule)
      Set Delivery Rule.
      Specified by:
      setDeliveryRule in interface I_M_InOut
      Parameters:
      DeliveryRule - Defines the timing of Delivery
    • getDeliveryRule

      public String getDeliveryRule()
      Get Delivery Rule.
      Specified by:
      getDeliveryRule in interface I_M_InOut
      Returns:
      Defines the timing of Delivery
    • setDeliveryViaRule

      public void setDeliveryViaRule(String DeliveryViaRule)
      Set Delivery Via.
      Specified by:
      setDeliveryViaRule in interface I_M_InOut
      Parameters:
      DeliveryViaRule - How the order will be delivered
    • getDeliveryViaRule

      public String getDeliveryViaRule()
      Get Delivery Via.
      Specified by:
      getDeliveryViaRule in interface I_M_InOut
      Returns:
      How the order will be delivered
    • setDescription

      public void setDescription(String Description)
      Set Description.
      Specified by:
      setDescription in interface I_M_InOut
      Parameters:
      Description - Optional short description of the record
    • getDescription

      public String getDescription()
      Get Description.
      Specified by:
      getDescription in interface I_M_InOut
      Returns:
      Optional short description of the record
    • setDocAction

      public void setDocAction(String DocAction)
      Set Document Action.
      Specified by:
      setDocAction in interface I_M_InOut
      Parameters:
      DocAction - The targeted status of the document
    • getDocAction

      public String getDocAction()
      Get Document Action.
      Specified by:
      getDocAction in interface I_M_InOut
      Returns:
      The targeted status of the document
    • setDocStatus

      public void setDocStatus(String DocStatus)
      Set Document Status.
      Specified by:
      setDocStatus in interface I_M_InOut
      Parameters:
      DocStatus - The current status of the document
    • getDocStatus

      public String getDocStatus()
      Get Document Status.
      Specified by:
      getDocStatus in interface I_M_InOut
      Returns:
      The current status of the document
    • setDocumentNo

      public void setDocumentNo(String DocumentNo)
      Set Document No.
      Specified by:
      setDocumentNo in interface I_M_InOut
      Parameters:
      DocumentNo - Document sequence number of the document
    • getDocumentNo

      public String getDocumentNo()
      Get Document No.
      Specified by:
      getDocumentNo in interface I_M_InOut
      Returns:
      Document sequence number of the document
    • getKeyNamePair

      public KeyNamePair getKeyNamePair()
      Get Record ID/ColumnName
      Returns:
      ID/ColumnName pair
    • getDropShip_BPartner

      public I_C_BPartner getDropShip_BPartner() throws RuntimeException
      Specified by:
      getDropShip_BPartner in interface I_M_InOut
      Throws:
      RuntimeException
    • setDropShip_BPartner_ID

      public void setDropShip_BPartner_ID(int DropShip_BPartner_ID)
      Set Drop Ship Business Partner.
      Specified by:
      setDropShip_BPartner_ID in interface I_M_InOut
      Parameters:
      DropShip_BPartner_ID - Business Partner to ship to
    • getDropShip_BPartner_ID

      public int getDropShip_BPartner_ID()
      Get Drop Ship Business Partner.
      Specified by:
      getDropShip_BPartner_ID in interface I_M_InOut
      Returns:
      Business Partner to ship to
    • getDropShip_Location

      public I_C_BPartner_Location getDropShip_Location() throws RuntimeException
      Specified by:
      getDropShip_Location in interface I_M_InOut
      Throws:
      RuntimeException
    • setDropShip_Location_ID

      public void setDropShip_Location_ID(int DropShip_Location_ID)
      Set Drop Shipment Location.
      Specified by:
      setDropShip_Location_ID in interface I_M_InOut
      Parameters:
      DropShip_Location_ID - Business Partner Location for shipping to
    • getDropShip_Location_ID

      public int getDropShip_Location_ID()
      Get Drop Shipment Location.
      Specified by:
      getDropShip_Location_ID in interface I_M_InOut
      Returns:
      Business Partner Location for shipping to
    • getDropShip_User

      public I_AD_User getDropShip_User() throws RuntimeException
      Specified by:
      getDropShip_User in interface I_M_InOut
      Throws:
      RuntimeException
    • setDropShip_User_ID

      public void setDropShip_User_ID(int DropShip_User_ID)
      Set Drop Shipment Contact.
      Specified by:
      setDropShip_User_ID in interface I_M_InOut
      Parameters:
      DropShip_User_ID - Business Partner Contact for drop shipment
    • getDropShip_User_ID

      public int getDropShip_User_ID()
      Get Drop Shipment Contact.
      Specified by:
      getDropShip_User_ID in interface I_M_InOut
      Returns:
      Business Partner Contact for drop shipment
    • setFOB

      public void setFOB(String FOB)
      Set Freight Terms.
      Specified by:
      setFOB in interface I_M_InOut
      Parameters:
      FOB - Freight Terms
    • getFOB

      public String getFOB()
      Get Freight Terms.
      Specified by:
      getFOB in interface I_M_InOut
      Returns:
      Freight Terms
    • setFreightAmt

      public void setFreightAmt(BigDecimal FreightAmt)
      Set Freight Amount.
      Specified by:
      setFreightAmt in interface I_M_InOut
      Parameters:
      FreightAmt - Freight Amount
    • getFreightAmt

      public BigDecimal getFreightAmt()
      Get Freight Amount.
      Specified by:
      getFreightAmt in interface I_M_InOut
      Returns:
      Freight Amount
    • setFreightCharges

      public void setFreightCharges(String FreightCharges)
      Set Freight Charges.
      Specified by:
      setFreightCharges in interface I_M_InOut
      Parameters:
      FreightCharges - Freight Charges
    • getFreightCharges

      public String getFreightCharges()
      Get Freight Charges.
      Specified by:
      getFreightCharges in interface I_M_InOut
      Returns:
      Freight Charges
    • setFreightCostRule

      public void setFreightCostRule(String FreightCostRule)
      Set Freight Cost Rule.
      Specified by:
      setFreightCostRule in interface I_M_InOut
      Parameters:
      FreightCostRule - Method for charging Freight
    • getFreightCostRule

      public String getFreightCostRule()
      Get Freight Cost Rule.
      Specified by:
      getFreightCostRule in interface I_M_InOut
      Returns:
      Method for charging Freight
    • setGenerateTo

      public void setGenerateTo(String GenerateTo)
      Set Generate To.
      Specified by:
      setGenerateTo in interface I_M_InOut
      Parameters:
      GenerateTo - Generate To
    • getGenerateTo

      public String getGenerateTo()
      Get Generate To.
      Specified by:
      getGenerateTo in interface I_M_InOut
      Returns:
      Generate To
    • setInsurance

      public void setInsurance(String Insurance)
      Set Insurance.
      Specified by:
      setInsurance in interface I_M_InOut
      Parameters:
      Insurance - Insurance
    • getInsurance

      public String getInsurance()
      Get Insurance.
      Specified by:
      getInsurance in interface I_M_InOut
      Returns:
      Insurance
    • setIsAlternateReturnAddress

      public void setIsAlternateReturnAddress(boolean IsAlternateReturnAddress)
      Set Alternate Return Address.
      Specified by:
      setIsAlternateReturnAddress in interface I_M_InOut
      Parameters:
      IsAlternateReturnAddress - Alternate Return Address
    • isAlternateReturnAddress

      public boolean isAlternateReturnAddress()
      Get Alternate Return Address.
      Specified by:
      isAlternateReturnAddress in interface I_M_InOut
      Returns:
      Alternate Return Address
    • setIsApproved

      public void setIsApproved(boolean IsApproved)
      Set Approved.
      Specified by:
      setIsApproved in interface I_M_InOut
      Parameters:
      IsApproved - Indicates if this document requires approval
    • isApproved

      public boolean isApproved()
      Get Approved.
      Specified by:
      isApproved in interface I_M_InOut
      Returns:
      Indicates if this document requires approval
    • setIsDropShip

      public void setIsDropShip(boolean IsDropShip)
      Set Drop Shipment.
      Specified by:
      setIsDropShip in interface I_M_InOut
      Parameters:
      IsDropShip - Drop Shipments are sent directly to the Drop Shipment Location
    • isDropShip

      public boolean isDropShip()
      Get Drop Shipment.
      Specified by:
      isDropShip in interface I_M_InOut
      Returns:
      Drop Shipments are sent directly to the Drop Shipment Location
    • setIsInDispute

      public void setIsInDispute(boolean IsInDispute)
      Set In Dispute.
      Specified by:
      setIsInDispute in interface I_M_InOut
      Parameters:
      IsInDispute - Document is in dispute
    • isInDispute

      public boolean isInDispute()
      Get In Dispute.
      Specified by:
      isInDispute in interface I_M_InOut
      Returns:
      Document is in dispute
    • setIsInTransit

      public void setIsInTransit(boolean IsInTransit)
      Set In Transit.
      Specified by:
      setIsInTransit in interface I_M_InOut
      Parameters:
      IsInTransit - Movement is in transit
    • isInTransit

      public boolean isInTransit()
      Get In Transit.
      Specified by:
      isInTransit in interface I_M_InOut
      Returns:
      Movement is in transit
    • setIsPrinted

      public void setIsPrinted(boolean IsPrinted)
      Set Printed.
      Specified by:
      setIsPrinted in interface I_M_InOut
      Parameters:
      IsPrinted - Indicates if this document / line is printed
    • isPrinted

      public boolean isPrinted()
      Get Printed.
      Specified by:
      isPrinted in interface I_M_InOut
      Returns:
      Indicates if this document / line is printed
    • setIsSOTrx

      public void setIsSOTrx(boolean IsSOTrx)
      Set Sales Transaction.
      Specified by:
      setIsSOTrx in interface I_M_InOut
      Parameters:
      IsSOTrx - This is a Sales Transaction
    • isSOTrx

      public boolean isSOTrx()
      Get Sales Transaction.
      Specified by:
      isSOTrx in interface I_M_InOut
      Returns:
      This is a Sales Transaction
    • setM_InOut_ID

      public void setM_InOut_ID(int M_InOut_ID)
      Set Shipment/Receipt.
      Specified by:
      setM_InOut_ID in interface I_M_InOut
      Parameters:
      M_InOut_ID - Material Shipment Document
    • getM_InOut_ID

      public int getM_InOut_ID()
      Get Shipment/Receipt.
      Specified by:
      getM_InOut_ID in interface I_M_InOut
      Returns:
      Material Shipment Document
    • setM_InOut_UU

      public void setM_InOut_UU(String M_InOut_UU)
      Set M_InOut_UU.
      Specified by:
      setM_InOut_UU in interface I_M_InOut
      Parameters:
      M_InOut_UU - M_InOut_UU
    • getM_InOut_UU

      public String getM_InOut_UU()
      Get M_InOut_UU.
      Specified by:
      getM_InOut_UU in interface I_M_InOut
      Returns:
      M_InOut_UU
    • setMovementDate

      public void setMovementDate(Timestamp MovementDate)
      Set Movement Date.
      Specified by:
      setMovementDate in interface I_M_InOut
      Parameters:
      MovementDate - Date a product was moved in or out of inventory
    • getMovementDate

      public Timestamp getMovementDate()
      Get Movement Date.
      Specified by:
      getMovementDate in interface I_M_InOut
      Returns:
      Date a product was moved in or out of inventory
    • setMovementType

      public void setMovementType(String MovementType)
      Set Movement Type.
      Specified by:
      setMovementType in interface I_M_InOut
      Parameters:
      MovementType - Method of moving the inventory
    • getMovementType

      public String getMovementType()
      Get Movement Type.
      Specified by:
      getMovementType in interface I_M_InOut
      Returns:
      Method of moving the inventory
    • getM_RMA

      public I_M_RMA getM_RMA() throws RuntimeException
      Specified by:
      getM_RMA in interface I_M_InOut
      Throws:
      RuntimeException
    • setM_RMA_ID

      public void setM_RMA_ID(int M_RMA_ID)
      Set RMA.
      Specified by:
      setM_RMA_ID in interface I_M_InOut
      Parameters:
      M_RMA_ID - Return Material Authorization
    • getM_RMA_ID

      public int getM_RMA_ID()
      Get RMA.
      Specified by:
      getM_RMA_ID in interface I_M_InOut
      Returns:
      Return Material Authorization
    • getM_Shipper

      public I_M_Shipper getM_Shipper() throws RuntimeException
      Specified by:
      getM_Shipper in interface I_M_InOut
      Throws:
      RuntimeException
    • setM_Shipper_ID

      public void setM_Shipper_ID(int M_Shipper_ID)
      Set Shipper.
      Specified by:
      setM_Shipper_ID in interface I_M_InOut
      Parameters:
      M_Shipper_ID - Method or manner of product delivery
    • getM_Shipper_ID

      public int getM_Shipper_ID()
      Get Shipper.
      Specified by:
      getM_Shipper_ID in interface I_M_InOut
      Returns:
      Method or manner of product delivery
    • getM_Warehouse

      public I_M_Warehouse getM_Warehouse() throws RuntimeException
      Specified by:
      getM_Warehouse in interface I_M_InOut
      Throws:
      RuntimeException
    • setM_Warehouse_ID

      public void setM_Warehouse_ID(int M_Warehouse_ID)
      Set Warehouse.
      Specified by:
      setM_Warehouse_ID in interface I_M_InOut
      Parameters:
      M_Warehouse_ID - Storage Warehouse and Service Point
    • getM_Warehouse_ID

      public int getM_Warehouse_ID()
      Get Warehouse.
      Specified by:
      getM_Warehouse_ID in interface I_M_InOut
      Returns:
      Storage Warehouse and Service Point
    • setNoPackages

      public void setNoPackages(int NoPackages)
      Set No Packages.
      Specified by:
      setNoPackages in interface I_M_InOut
      Parameters:
      NoPackages - Number of packages shipped
    • getNoPackages

      public int getNoPackages()
      Get No Packages.
      Specified by:
      getNoPackages in interface I_M_InOut
      Returns:
      Number of packages shipped
    • setPickDate

      public void setPickDate(Timestamp PickDate)
      Set Pick Date.
      Specified by:
      setPickDate in interface I_M_InOut
      Parameters:
      PickDate - Date/Time when picked for Shipment
    • getPickDate

      public Timestamp getPickDate()
      Get Pick Date.
      Specified by:
      getPickDate in interface I_M_InOut
      Returns:
      Date/Time when picked for Shipment
    • setPOReference

      public void setPOReference(String POReference)
      Set Order Reference.
      Specified by:
      setPOReference in interface I_M_InOut
      Parameters:
      POReference - Transaction Reference Number (Sales Order, Purchase Order) of your Business Partner
    • getPOReference

      public String getPOReference()
      Get Order Reference.
      Specified by:
      getPOReference in interface I_M_InOut
      Returns:
      Transaction Reference Number (Sales Order, Purchase Order) of your Business Partner
    • setPosted

      public void setPosted(boolean Posted)
      Set Posted.
      Specified by:
      setPosted in interface I_M_InOut
      Parameters:
      Posted - Posting status
    • isPosted

      public boolean isPosted()
      Get Posted.
      Specified by:
      isPosted in interface I_M_InOut
      Returns:
      Posting status
    • setPriorityRule

      public void setPriorityRule(String PriorityRule)
      Set Priority.
      Specified by:
      setPriorityRule in interface I_M_InOut
      Parameters:
      PriorityRule - Priority of a document
    • getPriorityRule

      public String getPriorityRule()
      Get Priority.
      Specified by:
      getPriorityRule in interface I_M_InOut
      Returns:
      Priority of a document
    • setProcessed

      public void setProcessed(boolean Processed)
      Set Processed.
      Specified by:
      setProcessed in interface I_M_InOut
      Parameters:
      Processed - The document has been processed
    • isProcessed

      public boolean isProcessed()
      Get Processed.
      Specified by:
      isProcessed in interface I_M_InOut
      Returns:
      The document has been processed
    • setProcessedOn

      public void setProcessedOn(BigDecimal ProcessedOn)
      Set Processed On.
      Specified by:
      setProcessedOn in interface I_M_InOut
      Parameters:
      ProcessedOn - The date+time (expressed in decimal format) when the document has been processed
    • getProcessedOn

      public BigDecimal getProcessedOn()
      Get Processed On.
      Specified by:
      getProcessedOn in interface I_M_InOut
      Returns:
      The date+time (expressed in decimal format) when the document has been processed
    • setProcessing

      public void setProcessing(boolean Processing)
      Set Process Now.
      Specified by:
      setProcessing in interface I_M_InOut
      Parameters:
      Processing - Process Now
    • isProcessing

      public boolean isProcessing()
      Get Process Now.
      Specified by:
      isProcessing in interface I_M_InOut
      Returns:
      Process Now
    • setRef_InOut_ID

      public void setRef_InOut_ID(int Ref_InOut_ID)
      Set Referenced Shipment.
      Specified by:
      setRef_InOut_ID in interface I_M_InOut
      Parameters:
      Ref_InOut_ID - Referenced Shipment
    • getRef_InOut_ID

      public int getRef_InOut_ID()
      Get Referenced Shipment.
      Specified by:
      getRef_InOut_ID in interface I_M_InOut
      Returns:
      Referenced Shipment
    • getReturnBPartner

      public I_C_BPartner getReturnBPartner() throws RuntimeException
      Specified by:
      getReturnBPartner in interface I_M_InOut
      Throws:
      RuntimeException
    • setReturnBPartner_ID

      public void setReturnBPartner_ID(int ReturnBPartner_ID)
      Set Return Partner.
      Specified by:
      setReturnBPartner_ID in interface I_M_InOut
      Parameters:
      ReturnBPartner_ID - Return Partner
    • getReturnBPartner_ID

      public int getReturnBPartner_ID()
      Get Return Partner.
      Specified by:
      getReturnBPartner_ID in interface I_M_InOut
      Returns:
      Return Partner
    • getReturnLocation

      public I_C_BPartner_Location getReturnLocation() throws RuntimeException
      Specified by:
      getReturnLocation in interface I_M_InOut
      Throws:
      RuntimeException
    • setReturnLocation_ID

      public void setReturnLocation_ID(int ReturnLocation_ID)
      Set Return Location.
      Specified by:
      setReturnLocation_ID in interface I_M_InOut
      Parameters:
      ReturnLocation_ID - Return Location
    • getReturnLocation_ID

      public int getReturnLocation_ID()
      Get Return Location.
      Specified by:
      getReturnLocation_ID in interface I_M_InOut
      Returns:
      Return Location
    • getReturnUser

      public I_AD_User getReturnUser() throws RuntimeException
      Specified by:
      getReturnUser in interface I_M_InOut
      Throws:
      RuntimeException
    • setReturnUser_ID

      public void setReturnUser_ID(int ReturnUser_ID)
      Set Return User/Contact.
      Specified by:
      setReturnUser_ID in interface I_M_InOut
      Parameters:
      ReturnUser_ID - Return User/Contact
    • getReturnUser_ID

      public int getReturnUser_ID()
      Get Return User/Contact.
      Specified by:
      getReturnUser_ID in interface I_M_InOut
      Returns:
      Return User/Contact
    • getReversal

      public I_M_InOut getReversal() throws RuntimeException
      Specified by:
      getReversal in interface I_M_InOut
      Throws:
      RuntimeException
    • setReversal_ID

      public void setReversal_ID(int Reversal_ID)
      Set Reversal ID.
      Specified by:
      setReversal_ID in interface I_M_InOut
      Parameters:
      Reversal_ID - ID of document reversal
    • getReversal_ID

      public int getReversal_ID()
      Get Reversal ID.
      Specified by:
      getReversal_ID in interface I_M_InOut
      Returns:
      ID of document reversal
    • getSalesRep

      public I_AD_User getSalesRep() throws RuntimeException
      Specified by:
      getSalesRep in interface I_M_InOut
      Throws:
      RuntimeException
    • setSalesRep_ID

      public void setSalesRep_ID(int SalesRep_ID)
      Set Sales Representative.
      Specified by:
      setSalesRep_ID in interface I_M_InOut
      Parameters:
      SalesRep_ID - Sales Representative or Company Agent
    • getSalesRep_ID

      public int getSalesRep_ID()
      Get Sales Representative.
      Specified by:
      getSalesRep_ID in interface I_M_InOut
      Returns:
      Sales Representative or Company Agent
    • setSendEMail

      public void setSendEMail(boolean SendEMail)
      Set Send EMail.
      Specified by:
      setSendEMail in interface I_M_InOut
      Parameters:
      SendEMail - Enable sending Document EMail
    • isSendEMail

      public boolean isSendEMail()
      Get Send EMail.
      Specified by:
      isSendEMail in interface I_M_InOut
      Returns:
      Enable sending Document EMail
    • setShipDate

      public void setShipDate(Timestamp ShipDate)
      Set Ship Date.
      Specified by:
      setShipDate in interface I_M_InOut
      Parameters:
      ShipDate - Shipment Date/Time
    • getShipDate

      public Timestamp getShipDate()
      Get Ship Date.
      Specified by:
      getShipDate in interface I_M_InOut
      Returns:
      Shipment Date/Time
    • setShipperAccount

      public void setShipperAccount(String ShipperAccount)
      Set Shipper Account Number.
      Specified by:
      setShipperAccount in interface I_M_InOut
      Parameters:
      ShipperAccount - Shipper Account Number
    • getShipperAccount

      public String getShipperAccount()
      Get Shipper Account Number.
      Specified by:
      getShipperAccount in interface I_M_InOut
      Returns:
      Shipper Account Number
    • setTrackingNo

      public void setTrackingNo(String TrackingNo)
      Set Tracking No.
      Specified by:
      setTrackingNo in interface I_M_InOut
      Parameters:
      TrackingNo - Number to track the shipment
    • getTrackingNo

      public String getTrackingNo()
      Get Tracking No.
      Specified by:
      getTrackingNo in interface I_M_InOut
      Returns:
      Number to track the shipment
    • getUser1

      public I_C_ElementValue getUser1() throws RuntimeException
      Specified by:
      getUser1 in interface I_M_InOut
      Throws:
      RuntimeException
    • setUser1_ID

      public void setUser1_ID(int User1_ID)
      Set User Element List 1.
      Specified by:
      setUser1_ID in interface I_M_InOut
      Parameters:
      User1_ID - User defined list element #1
    • getUser1_ID

      public int getUser1_ID()
      Get User Element List 1.
      Specified by:
      getUser1_ID in interface I_M_InOut
      Returns:
      User defined list element #1
    • getUser2

      public I_C_ElementValue getUser2() throws RuntimeException
      Specified by:
      getUser2 in interface I_M_InOut
      Throws:
      RuntimeException
    • setUser2_ID

      public void setUser2_ID(int User2_ID)
      Set User Element List 2.
      Specified by:
      setUser2_ID in interface I_M_InOut
      Parameters:
      User2_ID - User defined list element #2
    • getUser2_ID

      public int getUser2_ID()
      Get User Element List 2.
      Specified by:
      getUser2_ID in interface I_M_InOut
      Returns:
      User defined list element #2
    • setVolume

      public void setVolume(BigDecimal Volume)
      Set Volume.
      Specified by:
      setVolume in interface I_M_InOut
      Parameters:
      Volume - Volume of a product
    • getVolume

      public BigDecimal getVolume()
      Get Volume.
      Specified by:
      getVolume in interface I_M_InOut
      Returns:
      Volume of a product
    • setWeight

      public void setWeight(BigDecimal Weight)
      Set Weight.
      Specified by:
      setWeight in interface I_M_InOut
      Parameters:
      Weight - Weight of a product
    • getWeight

      public BigDecimal getWeight()
      Get Weight.
      Specified by:
      getWeight in interface I_M_InOut
      Returns:
      Weight of a product