Class X_B_TopicCategory

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

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

    • X_B_TopicCategory

      public X_B_TopicCategory(Properties ctx, int B_TopicCategory_ID, String trxName)
      Standard Constructor
    • X_B_TopicCategory

      public X_B_TopicCategory(Properties ctx, int B_TopicCategory_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_B_TopicCategory

      public X_B_TopicCategory(Properties ctx, String B_TopicCategory_UU, String trxName)
      Standard Constructor
    • X_B_TopicCategory

      public X_B_TopicCategory(Properties ctx, String B_TopicCategory_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_B_TopicCategory

      public X_B_TopicCategory(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:
      2 - Client
    • 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
    • setB_TopicCategory_ID

      public void setB_TopicCategory_ID(int B_TopicCategory_ID)
      Set Topic Category.
      Specified by:
      setB_TopicCategory_ID in interface I_B_TopicCategory
      Parameters:
      B_TopicCategory_ID - Auction Topic Category
    • getB_TopicCategory_ID

      public int getB_TopicCategory_ID()
      Get Topic Category.
      Specified by:
      getB_TopicCategory_ID in interface I_B_TopicCategory
      Returns:
      Auction Topic Category
    • setB_TopicCategory_UU

      public void setB_TopicCategory_UU(String B_TopicCategory_UU)
      Set B_TopicCategory_UU.
      Specified by:
      setB_TopicCategory_UU in interface I_B_TopicCategory
      Parameters:
      B_TopicCategory_UU - B_TopicCategory_UU
    • getB_TopicCategory_UU

      public String getB_TopicCategory_UU()
      Get B_TopicCategory_UU.
      Specified by:
      getB_TopicCategory_UU in interface I_B_TopicCategory
      Returns:
      B_TopicCategory_UU
    • getB_TopicType

      public I_B_TopicType getB_TopicType() throws RuntimeException
      Specified by:
      getB_TopicType in interface I_B_TopicCategory
      Throws:
      RuntimeException
    • setB_TopicType_ID

      public void setB_TopicType_ID(int B_TopicType_ID)
      Set Topic Type.
      Specified by:
      setB_TopicType_ID in interface I_B_TopicCategory
      Parameters:
      B_TopicType_ID - Auction Topic Type
    • getB_TopicType_ID

      public int getB_TopicType_ID()
      Get Topic Type.
      Specified by:
      getB_TopicType_ID in interface I_B_TopicCategory
      Returns:
      Auction Topic Type
    • setDescription

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

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

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

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

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