Class X_B_TopicType

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

public class X_B_TopicType extends PO implements I_B_TopicType, I_Persistent
Generated Model for B_TopicType
Version:
Release 13 - $Id$
Author:
iDempiere (generated)
See Also:
  • Constructor Details

    • X_B_TopicType

      public X_B_TopicType(Properties ctx, int B_TopicType_ID, String trxName)
      Standard Constructor
    • X_B_TopicType

      public X_B_TopicType(Properties ctx, int B_TopicType_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_B_TopicType

      public X_B_TopicType(Properties ctx, String B_TopicType_UU, String trxName)
      Standard Constructor
    • X_B_TopicType

      public X_B_TopicType(Properties ctx, String B_TopicType_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_B_TopicType

      public X_B_TopicType(Properties ctx, ResultSet rs, String trxName)
      Load Constructor
  • Method Details