Class X_B_BidComment

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

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

    • X_B_BidComment

      public X_B_BidComment(Properties ctx, int B_BidComment_ID, String trxName)
      Standard Constructor
    • X_B_BidComment

      public X_B_BidComment(Properties ctx, int B_BidComment_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_B_BidComment

      public X_B_BidComment(Properties ctx, String B_BidComment_UU, String trxName)
      Standard Constructor
    • X_B_BidComment

      public X_B_BidComment(Properties ctx, String B_BidComment_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_B_BidComment

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