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 13 - $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