Interface I_DD_NetworkDistributionLine

All Known Implementing Classes:
X_DD_NetworkDistributionLine

public interface I_DD_NetworkDistributionLine
Generated Interface for DD_NetworkDistributionLine
Version:
Release 11
Author:
iDempiere (generated)
  • Field Details

  • Method Details

    • getAD_Client_ID

      int getAD_Client_ID()
      Get Tenant. Tenant for this installation.
    • setAD_Org_ID

      void setAD_Org_ID(int AD_Org_ID)
      Set Organization. Organizational entity within tenant
    • getAD_Org_ID

      int getAD_Org_ID()
      Get Organization. Organizational entity within tenant
    • getCreated

      Timestamp getCreated()
      Get Created. Date this record was created
    • getCreatedBy

      int getCreatedBy()
      Get Created By. User who created this records
    • setDD_NetworkDistribution_ID

      void setDD_NetworkDistribution_ID(int DD_NetworkDistribution_ID)
      Set Network Distribution
    • getDD_NetworkDistribution_ID

      int getDD_NetworkDistribution_ID()
      Get Network Distribution
    • getDD_NetworkDistribution

      I_DD_NetworkDistribution getDD_NetworkDistribution() throws RuntimeException
      Throws:
      RuntimeException
    • setDD_NetworkDistributionLine_ID

      void setDD_NetworkDistributionLine_ID(int DD_NetworkDistributionLine_ID)
      Set Network Distribution Line
    • getDD_NetworkDistributionLine_ID

      int getDD_NetworkDistributionLine_ID()
      Get Network Distribution Line
    • setDD_NetworkDistributionLine_UU

      void setDD_NetworkDistributionLine_UU(String DD_NetworkDistributionLine_UU)
      Set DD_NetworkDistributionLine_UU
    • getDD_NetworkDistributionLine_UU

      String getDD_NetworkDistributionLine_UU()
      Get DD_NetworkDistributionLine_UU
    • setIsActive

      void setIsActive(boolean IsActive)
      Set Active. The record is active in the system
    • isActive

      boolean isActive()
      Get Active. The record is active in the system
    • setM_Shipper_ID

      void setM_Shipper_ID(int M_Shipper_ID)
      Set Shipper. Method or manner of product delivery
    • getM_Shipper_ID

      int getM_Shipper_ID()
      Get Shipper. Method or manner of product delivery
    • getM_Shipper

      I_M_Shipper getM_Shipper() throws RuntimeException
      Throws:
      RuntimeException
    • setM_Warehouse_ID

      void setM_Warehouse_ID(int M_Warehouse_ID)
      Set Warehouse. Storage Warehouse and Service Point
    • getM_Warehouse_ID

      int getM_Warehouse_ID()
      Get Warehouse. Storage Warehouse and Service Point
    • getM_Warehouse

      I_M_Warehouse getM_Warehouse() throws RuntimeException
      Throws:
      RuntimeException
    • setM_WarehouseSource_ID

      void setM_WarehouseSource_ID(int M_WarehouseSource_ID)
      Set Source Warehouse. Optional Warehouse to replenish from
    • getM_WarehouseSource_ID

      int getM_WarehouseSource_ID()
      Get Source Warehouse. Optional Warehouse to replenish from
    • getM_WarehouseSource

      I_M_Warehouse getM_WarehouseSource() throws RuntimeException
      Throws:
      RuntimeException
    • setPercent

      void setPercent(BigDecimal Percent)
      Set Percent. Percentage
    • getPercent

      BigDecimal getPercent()
      Get Percent. Percentage
    • setPriorityNo

      void setPriorityNo(int PriorityNo)
      Set Relative Priority. Where inventory should be picked from first
    • getPriorityNo

      int getPriorityNo()
      Get Relative Priority. Where inventory should be picked from first
    • setTransfertTime

      void setTransfertTime(BigDecimal TransfertTime)
      Set Transfer Time
    • getTransfertTime

      BigDecimal getTransfertTime()
      Get Transfer Time
    • getUpdated

      Timestamp getUpdated()
      Get Updated. Date this record was updated
    • getUpdatedBy

      int getUpdatedBy()
      Get Updated By. User who updated this records
    • setValidFrom

      void setValidFrom(Timestamp ValidFrom)
      Set Valid from. Valid from including this date (first day)
    • getValidFrom

      Timestamp getValidFrom()
      Get Valid from. Valid from including this date (first day)
    • setValidTo

      void setValidTo(Timestamp ValidTo)
      Set Valid to. Valid to including this date (last day)
    • getValidTo

      Timestamp getValidTo()
      Get Valid to. Valid to including this date (last day)