Class X_M_RMATax

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_M_RMATax
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_M_RMATax, I_Persistent, Evaluatee
Direct Known Subclasses:
MRMATax

public class X_M_RMATax extends PO implements I_M_RMATax, I_Persistent
Generated Model for M_RMATax
Version:
Release 11 - $Id$
Author:
iDempiere (generated)
See Also:
  • Constructor Details

    • X_M_RMATax

      public X_M_RMATax(Properties ctx, int M_RMATax_ID, String trxName)
      Standard Constructor
    • X_M_RMATax

      public X_M_RMATax(Properties ctx, int M_RMATax_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_M_RMATax

      public X_M_RMATax(Properties ctx, String M_RMATax_UU, String trxName)
      Standard Constructor
    • X_M_RMATax

      public X_M_RMATax(Properties ctx, String M_RMATax_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_M_RMATax

      public X_M_RMATax(Properties ctx, ResultSet rs, String trxName)
      Load Constructor
  • 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
    • getC_Tax

      public I_C_Tax getC_Tax() throws RuntimeException
      Specified by:
      getC_Tax in interface I_M_RMATax
      Throws:
      RuntimeException
    • setC_Tax_ID

      public void setC_Tax_ID(int C_Tax_ID)
      Set Tax.
      Specified by:
      setC_Tax_ID in interface I_M_RMATax
      Parameters:
      C_Tax_ID - Tax identifier
    • getC_Tax_ID

      public int getC_Tax_ID()
      Get Tax.
      Specified by:
      getC_Tax_ID in interface I_M_RMATax
      Returns:
      Tax identifier
    • getC_TaxProvider

      public I_C_TaxProvider getC_TaxProvider() throws RuntimeException
      Specified by:
      getC_TaxProvider in interface I_M_RMATax
      Throws:
      RuntimeException
    • setC_TaxProvider_ID

      public void setC_TaxProvider_ID(int C_TaxProvider_ID)
      Set Tax Provider.
      Specified by:
      setC_TaxProvider_ID in interface I_M_RMATax
      Parameters:
      C_TaxProvider_ID - Tax Provider
    • getC_TaxProvider_ID

      public int getC_TaxProvider_ID()
      Get Tax Provider.
      Specified by:
      getC_TaxProvider_ID in interface I_M_RMATax
      Returns:
      Tax Provider
    • setIsTaxIncluded

      public void setIsTaxIncluded(boolean IsTaxIncluded)
      Set Price includes Tax.
      Specified by:
      setIsTaxIncluded in interface I_M_RMATax
      Parameters:
      IsTaxIncluded - Tax is included in the price
    • isTaxIncluded

      public boolean isTaxIncluded()
      Get Price includes Tax.
      Specified by:
      isTaxIncluded in interface I_M_RMATax
      Returns:
      Tax is included in the price
    • getM_RMA

      public I_M_RMA getM_RMA() throws RuntimeException
      Specified by:
      getM_RMA in interface I_M_RMATax
      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_RMATax
      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_RMATax
      Returns:
      Return Material Authorization
    • setM_RMATax_UU

      public void setM_RMATax_UU(String M_RMATax_UU)
      Set M_RMATax_UU.
      Specified by:
      setM_RMATax_UU in interface I_M_RMATax
      Parameters:
      M_RMATax_UU - M_RMATax_UU
    • getM_RMATax_UU

      public String getM_RMATax_UU()
      Get M_RMATax_UU.
      Specified by:
      getM_RMATax_UU in interface I_M_RMATax
      Returns:
      M_RMATax_UU
    • setProcessed

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

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

      public void setTaxAmt(BigDecimal TaxAmt)
      Set Tax Amount.
      Specified by:
      setTaxAmt in interface I_M_RMATax
      Parameters:
      TaxAmt - Tax Amount for a document
    • getTaxAmt

      public BigDecimal getTaxAmt()
      Get Tax Amount.
      Specified by:
      getTaxAmt in interface I_M_RMATax
      Returns:
      Tax Amount for a document
    • setTaxBaseAmt

      public void setTaxBaseAmt(BigDecimal TaxBaseAmt)
      Set Tax base Amount.
      Specified by:
      setTaxBaseAmt in interface I_M_RMATax
      Parameters:
      TaxBaseAmt - Base for calculating the tax amount
    • getTaxBaseAmt

      public BigDecimal getTaxBaseAmt()
      Get Tax base Amount.
      Specified by:
      getTaxBaseAmt in interface I_M_RMATax
      Returns:
      Base for calculating the tax amount