Interface I_C_UOM_Conversion

All Known Implementing Classes:
MUOMConversion, X_C_UOM_Conversion

public interface I_C_UOM_Conversion
Generated Interface for C_UOM_Conversion
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
    • setC_UOM_Conversion_ID

      void setC_UOM_Conversion_ID(int C_UOM_Conversion_ID)
      Set UOM Conversion. Unit of Measure Conversion
    • getC_UOM_Conversion_ID

      int getC_UOM_Conversion_ID()
      Get UOM Conversion. Unit of Measure Conversion
    • setC_UOM_Conversion_UU

      void setC_UOM_Conversion_UU(String C_UOM_Conversion_UU)
      Set C_UOM_Conversion_UU
    • getC_UOM_Conversion_UU

      String getC_UOM_Conversion_UU()
      Get C_UOM_Conversion_UU
    • setC_UOM_ID

      void setC_UOM_ID(int C_UOM_ID)
      Set UOM. Unit of Measure
    • getC_UOM_ID

      int getC_UOM_ID()
      Get UOM. Unit of Measure
    • getC_UOM

      I_C_UOM getC_UOM() throws RuntimeException
      Throws:
      RuntimeException
    • setC_UOM_To_ID

      void setC_UOM_To_ID(int C_UOM_To_ID)
      Set UoM To. Target or destination Unit of Measure
    • getC_UOM_To_ID

      int getC_UOM_To_ID()
      Get UoM To. Target or destination Unit of Measure
    • getC_UOM_To

      I_C_UOM getC_UOM_To() throws RuntimeException
      Throws:
      RuntimeException
    • setDivideRate

      void setDivideRate(BigDecimal DivideRate)
      Set Divide Rate. To convert Source number to Target number, the Source is divided
    • getDivideRate

      BigDecimal getDivideRate()
      Get Divide Rate. To convert Source number to Target number, the Source is divided
    • 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_Product_ID

      void setM_Product_ID(int M_Product_ID)
      Set Product. Product, Service, Item
    • getM_Product_ID

      int getM_Product_ID()
      Get Product. Product, Service, Item
    • getM_Product

      I_M_Product getM_Product() throws RuntimeException
      Throws:
      RuntimeException
    • setMultiplyRate

      void setMultiplyRate(BigDecimal MultiplyRate)
      Set Multiply Rate. Rate to multiple the source by to calculate the target.
    • getMultiplyRate

      BigDecimal getMultiplyRate()
      Get Multiply Rate. Rate to multiple the source by to calculate the target.
    • getUpdated

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

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