Class X_I_InOut

java.lang.Object
org.compiere.model.PO
org.brerp.base.model.X_I_InOut
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_I_InOut, I_Persistent, Evaluatee

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

    • MOVEMENTTYPE_AD_Reference_ID

      public static final int MOVEMENTTYPE_AD_Reference_ID
      MovementType AD_Reference_ID=189
      See Also:
    • MOVEMENTTYPE_InitialBalance

      public static final String MOVEMENTTYPE_InitialBalance
      Initial Balance = 00
      See Also:
    • MOVEMENTTYPE_CustomerReturns

      public static final String MOVEMENTTYPE_CustomerReturns
      Customer Returns = C+
      See Also:
    • MOVEMENTTYPE_CustomerShipment

      public static final String MOVEMENTTYPE_CustomerShipment
      Customer Shipment = C-
      See Also:
    • MOVEMENTTYPE_InventoryIn

      public static final String MOVEMENTTYPE_InventoryIn
      Inventory In = I+
      See Also:
    • MOVEMENTTYPE_InventoryOut

      public static final String MOVEMENTTYPE_InventoryOut
      Inventory Out = I-
      See Also:
    • MOVEMENTTYPE_MovementTo

      public static final String MOVEMENTTYPE_MovementTo
      Movement To = M+
      See Also:
    • MOVEMENTTYPE_MovementFrom

      public static final String MOVEMENTTYPE_MovementFrom
      Movement From = M-
      See Also:
    • MOVEMENTTYPE_ProductionPlus

      public static final String MOVEMENTTYPE_ProductionPlus
      Production + = P+
      See Also:
    • MOVEMENTTYPE_Production_

      public static final String MOVEMENTTYPE_Production_
      Production - = P-
      See Also:
    • MOVEMENTTYPE_VendorReceipts

      public static final String MOVEMENTTYPE_VendorReceipts
      Vendor Receipts = V+
      See Also:
    • MOVEMENTTYPE_VendorReturns

      public static final String MOVEMENTTYPE_VendorReturns
      Vendor Returns = V-
      See Also:
    • MOVEMENTTYPE_WorkOrderPlus

      public static final String MOVEMENTTYPE_WorkOrderPlus
      Work Order + = W+
      See Also:
    • MOVEMENTTYPE_WorkOrder_

      public static final String MOVEMENTTYPE_WorkOrder_
      Work Order - = W-
      See Also:
  • Constructor Details

  • Method Details

    • get_AccessLevel

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

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

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

      public void setBPartnerValue(String BPartnerValue)
      Set Business Partner Key.
      Specified by:
      setBPartnerValue in interface I_I_InOut
      Parameters:
      BPartnerValue - Key of the Business Partner
    • getBPartnerValue

      public String getBPartnerValue()
      Get Business Partner Key.
      Specified by:
      getBPartnerValue in interface I_I_InOut
      Returns:
      Key of the Business Partner
    • getC_BPartner

      public I_C_BPartner getC_BPartner() throws RuntimeException
      Specified by:
      getC_BPartner in interface I_I_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_I_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_I_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_I_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_I_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_I_InOut
      Returns:
      Identifies the (ship to) address for this Business Partner
    • getC_DocType

      public I_C_DocType getC_DocType() throws RuntimeException
      Specified by:
      getC_DocType in interface I_I_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_I_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_I_InOut
      Returns:
      Document type or rules
    • getC_Order

      public I_C_Order getC_Order() throws RuntimeException
      Specified by:
      getC_Order in interface I_I_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_I_InOut
      Parameters:
      C_Order_ID - Order
    • getC_Order_ID

      public int getC_Order_ID()
      Get Order.
      Specified by:
      getC_Order_ID in interface I_I_InOut
      Returns:
      Order
    • setDescription

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

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

      public void setDocTypeName(String DocTypeName)
      Set Document Type Name.
      Specified by:
      setDocTypeName in interface I_I_InOut
      Parameters:
      DocTypeName - Name of the Document Type
    • getDocTypeName

      public String getDocTypeName()
      Get Document Type Name.
      Specified by:
      getDocTypeName in interface I_I_InOut
      Returns:
      Name of the Document Type
    • setDocumentNo

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

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

      public void setGuaranteeDate(Timestamp GuaranteeDate)
      Set Guarantee Date.
      Specified by:
      setGuaranteeDate in interface I_I_InOut
      Parameters:
      GuaranteeDate - Date when guarantee expires
    • getGuaranteeDate

      public Timestamp getGuaranteeDate()
      Get Guarantee Date.
      Specified by:
      getGuaranteeDate in interface I_I_InOut
      Returns:
      Date when guarantee expires
    • setI_ErrorMsg

      public void setI_ErrorMsg(String I_ErrorMsg)
      Set Import Error Message.
      Specified by:
      setI_ErrorMsg in interface I_I_InOut
      Parameters:
      I_ErrorMsg - Messages generated from import process
    • getI_ErrorMsg

      public String getI_ErrorMsg()
      Get Import Error Message.
      Specified by:
      getI_ErrorMsg in interface I_I_InOut
      Returns:
      Messages generated from import process
    • setI_InOut_ID

      public void setI_InOut_ID(int I_InOut_ID)
      Set Import InOut.
      Specified by:
      setI_InOut_ID in interface I_I_InOut
      Parameters:
      I_InOut_ID - Import InOut
    • getI_InOut_ID

      public int getI_InOut_ID()
      Get Import InOut.
      Specified by:
      getI_InOut_ID in interface I_I_InOut
      Returns:
      Import InOut
    • setI_InOut_UU

      public void setI_InOut_UU(String I_InOut_UU)
      Set I_InOut_UU.
      Specified by:
      setI_InOut_UU in interface I_I_InOut
      Parameters:
      I_InOut_UU - I_InOut_UU
    • getI_InOut_UU

      public String getI_InOut_UU()
      Get I_InOut_UU.
      Specified by:
      getI_InOut_UU in interface I_I_InOut
      Returns:
      I_InOut_UU
    • setI_IsImported

      public void setI_IsImported(boolean I_IsImported)
      Set Imported.
      Specified by:
      setI_IsImported in interface I_I_InOut
      Parameters:
      I_IsImported - Has this import been processed
    • isI_IsImported

      public boolean isI_IsImported()
      Get Imported.
      Specified by:
      isI_IsImported in interface I_I_InOut
      Returns:
      Has this import been processed
    • setIsSOTrx

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

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

      public void setLineDescription(String LineDescription)
      Set Line Description.
      Specified by:
      setLineDescription in interface I_I_InOut
      Parameters:
      LineDescription - Description of the Line
    • getLineDescription

      public String getLineDescription()
      Get Line Description.
      Specified by:
      getLineDescription in interface I_I_InOut
      Returns:
      Description of the Line
    • setLocatorValue

      public void setLocatorValue(String LocatorValue)
      Set Locator Key.
      Specified by:
      setLocatorValue in interface I_I_InOut
      Parameters:
      LocatorValue - Key of the Warehouse Locator
    • getLocatorValue

      public String getLocatorValue()
      Get Locator Key.
      Specified by:
      getLocatorValue in interface I_I_InOut
      Returns:
      Key of the Warehouse Locator
    • setLot

      public void setLot(String Lot)
      Set Lot No.
      Specified by:
      setLot in interface I_I_InOut
      Parameters:
      Lot - Lot number (alphanumeric)
    • getLot

      public String getLot()
      Get Lot No.
      Specified by:
      getLot in interface I_I_InOut
      Returns:
      Lot number (alphanumeric)
    • getM_AttributeSetInstance

      public I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException
      Specified by:
      getM_AttributeSetInstance in interface I_I_InOut
      Throws:
      RuntimeException
    • setM_AttributeSetInstance_ID

      public void setM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)
      Set Attribute Set Instance.
      Specified by:
      setM_AttributeSetInstance_ID in interface I_I_InOut
      Parameters:
      M_AttributeSetInstance_ID - Product Attribute Set Instance
    • getM_AttributeSetInstance_ID

      public int getM_AttributeSetInstance_ID()
      Get Attribute Set Instance.
      Specified by:
      getM_AttributeSetInstance_ID in interface I_I_InOut
      Returns:
      Product Attribute Set Instance
    • getM_InOutLine

      public I_M_InOutLine getM_InOutLine() throws RuntimeException
      Specified by:
      getM_InOutLine in interface I_I_InOut
      Throws:
      RuntimeException
    • setM_InOutLine_ID

      public void setM_InOutLine_ID(int M_InOutLine_ID)
      Set Shipment/Receipt Line.
      Specified by:
      setM_InOutLine_ID in interface I_I_InOut
      Parameters:
      M_InOutLine_ID - Line on Shipment or Receipt document
    • getM_InOutLine_ID

      public int getM_InOutLine_ID()
      Get Shipment/Receipt Line.
      Specified by:
      getM_InOutLine_ID in interface I_I_InOut
      Returns:
      Line on Shipment or Receipt document
    • getM_InOut

      public I_M_InOut getM_InOut() throws RuntimeException
      Specified by:
      getM_InOut in interface I_I_InOut
      Throws:
      RuntimeException
    • setM_InOut_ID

      public void setM_InOut_ID(int M_InOut_ID)
      Set Shipment/Receipt.
      Specified by:
      setM_InOut_ID in interface I_I_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_I_InOut
      Returns:
      Material Shipment Document
    • getM_Locator

      public I_M_Locator getM_Locator() throws RuntimeException
      Specified by:
      getM_Locator in interface I_I_InOut
      Throws:
      RuntimeException
    • setM_Locator_ID

      public void setM_Locator_ID(int M_Locator_ID)
      Set Locator.
      Specified by:
      setM_Locator_ID in interface I_I_InOut
      Parameters:
      M_Locator_ID - Warehouse Locator
    • getM_Locator_ID

      public int getM_Locator_ID()
      Get Locator.
      Specified by:
      getM_Locator_ID in interface I_I_InOut
      Returns:
      Warehouse Locator
    • getM_Product

      public I_M_Product getM_Product() throws RuntimeException
      Specified by:
      getM_Product in interface I_I_InOut
      Throws:
      RuntimeException
    • setM_Product_ID

      public void setM_Product_ID(int M_Product_ID)
      Set Product.
      Specified by:
      setM_Product_ID in interface I_I_InOut
      Parameters:
      M_Product_ID - Product, Service, Item
    • getM_Product_ID

      public int getM_Product_ID()
      Get Product.
      Specified by:
      getM_Product_ID in interface I_I_InOut
      Returns:
      Product, Service, Item
    • getM_Warehouse

      public I_M_Warehouse getM_Warehouse() throws RuntimeException
      Specified by:
      getM_Warehouse in interface I_I_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_I_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_I_InOut
      Returns:
      Storage Warehouse and Service Point
    • setMovementType

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

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

      public void setPOReference(String POReference)
      Set Order Reference.
      Specified by:
      setPOReference in interface I_I_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_I_InOut
      Returns:
      Transaction Reference Number (Sales Order, Purchase Order) of your Business Partner
    • setProcessed

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

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

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

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

      public void setProductValue(String ProductValue)
      Set Product Key.
      Specified by:
      setProductValue in interface I_I_InOut
      Parameters:
      ProductValue - Key of the Product
    • getProductValue

      public String getProductValue()
      Get Product Key.
      Specified by:
      getProductValue in interface I_I_InOut
      Returns:
      Key of the Product
    • setQtyEntered

      public void setQtyEntered(BigDecimal QtyEntered)
      Set Quantity.
      Specified by:
      setQtyEntered in interface I_I_InOut
      Parameters:
      QtyEntered - The Quantity Entered is based on the selected UoM
    • getQtyEntered

      public BigDecimal getQtyEntered()
      Get Quantity.
      Specified by:
      getQtyEntered in interface I_I_InOut
      Returns:
      The Quantity Entered is based on the selected UoM
    • setSerNo

      public void setSerNo(String SerNo)
      Set Serial No.
      Specified by:
      setSerNo in interface I_I_InOut
      Parameters:
      SerNo - Product Serial Number
    • getSerNo

      public String getSerNo()
      Get Serial No.
      Specified by:
      getSerNo in interface I_I_InOut
      Returns:
      Product Serial Number
    • setWarehouseValue

      public void setWarehouseValue(String WarehouseValue)
      Set Warehouse Key.
      Specified by:
      setWarehouseValue in interface I_I_InOut
      Parameters:
      WarehouseValue - Key of the Warehouse
    • getWarehouseValue

      public String getWarehouseValue()
      Get Warehouse Key.
      Specified by:
      getWarehouseValue in interface I_I_InOut
      Returns:
      Key of the Warehouse
    • setc_order_documentno

      public void setc_order_documentno(String c_order_documentno)
      Set c_order_documentno.
      Specified by:
      setc_order_documentno in interface I_I_InOut
      Parameters:
      c_order_documentno - c_order_documentno
    • getc_order_documentno

      public String getc_order_documentno()
      Get c_order_documentno.
      Specified by:
      getc_order_documentno in interface I_I_InOut
      Returns:
      c_order_documentno
    • setcof_AttributeSetInstanceValue

      public void setcof_AttributeSetInstanceValue(String cof_AttributeSetInstanceValue)
      Set Attribute Set Instance Value.
      Specified by:
      setcof_AttributeSetInstanceValue in interface I_I_InOut
      Parameters:
      cof_AttributeSetInstanceValue - Attribute Set Instance Value
    • getcof_AttributeSetInstanceValue

      public String getcof_AttributeSetInstanceValue()
      Get Attribute Set Instance Value.
      Specified by:
      getcof_AttributeSetInstanceValue in interface I_I_InOut
      Returns:
      Attribute Set Instance Value