Class X_C_TaxDeclaration

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_C_TaxDeclaration
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_C_TaxDeclaration, I_Persistent, Evaluatee
Direct Known Subclasses:
MTaxDeclaration

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

    • X_C_TaxDeclaration

      public X_C_TaxDeclaration(Properties ctx, int C_TaxDeclaration_ID, String trxName)
      Standard Constructor
    • X_C_TaxDeclaration

      public X_C_TaxDeclaration(Properties ctx, int C_TaxDeclaration_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_C_TaxDeclaration

      public X_C_TaxDeclaration(Properties ctx, String C_TaxDeclaration_UU, String trxName)
      Standard Constructor
    • X_C_TaxDeclaration

      public X_C_TaxDeclaration(Properties ctx, String C_TaxDeclaration_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_C_TaxDeclaration

      public X_C_TaxDeclaration(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:
      3 - Client - Org
    • 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
    • setC_TaxDeclaration_ID

      public void setC_TaxDeclaration_ID(int C_TaxDeclaration_ID)
      Set Tax Declaration.
      Specified by:
      setC_TaxDeclaration_ID in interface I_C_TaxDeclaration
      Parameters:
      C_TaxDeclaration_ID - Define the declaration to the tax authorities
    • getC_TaxDeclaration_ID

      public int getC_TaxDeclaration_ID()
      Get Tax Declaration.
      Specified by:
      getC_TaxDeclaration_ID in interface I_C_TaxDeclaration
      Returns:
      Define the declaration to the tax authorities
    • setC_TaxDeclaration_UU

      public void setC_TaxDeclaration_UU(String C_TaxDeclaration_UU)
      Set C_TaxDeclaration_UU.
      Specified by:
      setC_TaxDeclaration_UU in interface I_C_TaxDeclaration
      Parameters:
      C_TaxDeclaration_UU - C_TaxDeclaration_UU
    • getC_TaxDeclaration_UU

      public String getC_TaxDeclaration_UU()
      Get C_TaxDeclaration_UU.
      Specified by:
      getC_TaxDeclaration_UU in interface I_C_TaxDeclaration
      Returns:
      C_TaxDeclaration_UU
    • setDateFrom

      public void setDateFrom(Timestamp DateFrom)
      Set Date From.
      Specified by:
      setDateFrom in interface I_C_TaxDeclaration
      Parameters:
      DateFrom - Starting date for a range
    • getDateFrom

      public Timestamp getDateFrom()
      Get Date From.
      Specified by:
      getDateFrom in interface I_C_TaxDeclaration
      Returns:
      Starting date for a range
    • setDateTo

      public void setDateTo(Timestamp DateTo)
      Set Date To.
      Specified by:
      setDateTo in interface I_C_TaxDeclaration
      Parameters:
      DateTo - End date of a date range
    • getDateTo

      public Timestamp getDateTo()
      Get Date To.
      Specified by:
      getDateTo in interface I_C_TaxDeclaration
      Returns:
      End date of a date range
    • setDateTrx

      public void setDateTrx(Timestamp DateTrx)
      Set Transaction Date.
      Specified by:
      setDateTrx in interface I_C_TaxDeclaration
      Parameters:
      DateTrx - Transaction Date
    • getDateTrx

      public Timestamp getDateTrx()
      Get Transaction Date.
      Specified by:
      getDateTrx in interface I_C_TaxDeclaration
      Returns:
      Transaction Date
    • setDescription

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

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

      public void setName(String Name)
      Set Name.
      Specified by:
      setName in interface I_C_TaxDeclaration
      Parameters:
      Name - Alphanumeric identifier of the entity
    • getName

      public String getName()
      Get Name.
      Specified by:
      getName in interface I_C_TaxDeclaration
      Returns:
      Alphanumeric identifier of the entity
    • getKeyNamePair

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

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

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

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

      public boolean isProcessing()
      Get Process Now.
      Specified by:
      isProcessing in interface I_C_TaxDeclaration
      Returns:
      Process Now