Class X_AD_Find

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_AD_Find
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_AD_Find, I_Persistent, Evaluatee

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

  • Constructor Details

  • Method Details

    • get_AccessLevel

      protected int get_AccessLevel()
      AccessLevel
      Specified by:
      get_AccessLevel in class PO
      Returns:
      7 - System - Client - 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
    • getAD_Column

      public I_AD_Column getAD_Column() throws RuntimeException
      Specified by:
      getAD_Column in interface I_AD_Find
      Throws:
      RuntimeException
    • setAD_Column_ID

      public void setAD_Column_ID(int AD_Column_ID)
      Set Column.
      Specified by:
      setAD_Column_ID in interface I_AD_Find
      Parameters:
      AD_Column_ID - Column in the table
    • getAD_Column_ID

      public int getAD_Column_ID()
      Get Column.
      Specified by:
      getAD_Column_ID in interface I_AD_Find
      Returns:
      Column in the table
    • setAD_Find_ID

      public void setAD_Find_ID(int AD_Find_ID)
      Set Find.
      Specified by:
      setAD_Find_ID in interface I_AD_Find
      Parameters:
      AD_Find_ID - Find
    • getAD_Find_ID

      public int getAD_Find_ID()
      Get Find.
      Specified by:
      getAD_Find_ID in interface I_AD_Find
      Returns:
      Find
    • getKeyNamePair

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

      public void setAD_Find_UU(String AD_Find_UU)
      Set AD_Find_UU.
      Specified by:
      setAD_Find_UU in interface I_AD_Find
      Parameters:
      AD_Find_UU - AD_Find_UU
    • getAD_Find_UU

      public String getAD_Find_UU()
      Get AD_Find_UU.
      Specified by:
      getAD_Find_UU in interface I_AD_Find
      Returns:
      AD_Find_UU
    • setAndOr

      public void setAndOr(String AndOr)
      Set And/Or.
      Specified by:
      setAndOr in interface I_AD_Find
      Parameters:
      AndOr - Logical operation: AND or OR
    • getAndOr

      public String getAndOr()
      Get And/Or.
      Specified by:
      getAndOr in interface I_AD_Find
      Returns:
      Logical operation: AND or OR
    • setFind_ID

      public void setFind_ID(BigDecimal Find_ID)
      Set Find.
      Specified by:
      setFind_ID in interface I_AD_Find
      Parameters:
      Find_ID - Find
    • getFind_ID

      public BigDecimal getFind_ID()
      Get Find.
      Specified by:
      getFind_ID in interface I_AD_Find
      Returns:
      Find
    • setOperation

      public void setOperation(String Operation)
      Set Operation.
      Specified by:
      setOperation in interface I_AD_Find
      Parameters:
      Operation - Compare Operation
    • getOperation

      public String getOperation()
      Get Operation.
      Specified by:
      getOperation in interface I_AD_Find
      Returns:
      Compare Operation
    • setValue

      public void setValue(String Value)
      Set Search Key.
      Specified by:
      setValue in interface I_AD_Find
      Parameters:
      Value - Search key for the record in the format required - must be unique
    • getValue

      public String getValue()
      Get Search Key.
      Specified by:
      getValue in interface I_AD_Find
      Returns:
      Search key for the record in the format required - must be unique
    • setValue2

      public void setValue2(String Value2)
      Set Value To.
      Specified by:
      setValue2 in interface I_AD_Find
      Parameters:
      Value2 - Value To
    • getValue2

      public String getValue2()
      Get Value To.
      Specified by:
      getValue2 in interface I_AD_Find
      Returns:
      Value To