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

    • get_AccessLevel

      protected int get_AccessLevel()
      AccessLevel
      Specified by:
      get_AccessLevel in class PO
      Returns:
      3 - 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_User

      public I_AD_User getAD_User() throws RuntimeException
      Specified by:
      getAD_User in interface I_B_BidComment
      Throws:
      RuntimeException
    • setAD_User_ID

      public void setAD_User_ID(int AD_User_ID)
      Set User/Contact.
      Specified by:
      setAD_User_ID in interface I_B_BidComment
      Parameters:
      AD_User_ID - User within the system - Internal or Business Partner Contact
    • getAD_User_ID

      public int getAD_User_ID()
      Get User/Contact.
      Specified by:
      getAD_User_ID in interface I_B_BidComment
      Returns:
      User within the system - Internal or Business Partner Contact
    • setB_BidComment_ID

      public void setB_BidComment_ID(int B_BidComment_ID)
      Set Bid Comment.
      Specified by:
      setB_BidComment_ID in interface I_B_BidComment
      Parameters:
      B_BidComment_ID - Make a comment to a Bid Topic
    • getB_BidComment_ID

      public int getB_BidComment_ID()
      Get Bid Comment.
      Specified by:
      getB_BidComment_ID in interface I_B_BidComment
      Returns:
      Make a comment to a Bid Topic
    • setB_BidComment_UU

      public void setB_BidComment_UU(String B_BidComment_UU)
      Set B_BidComment_UU.
      Specified by:
      setB_BidComment_UU in interface I_B_BidComment
      Parameters:
      B_BidComment_UU - B_BidComment_UU
    • getB_BidComment_UU

      public String getB_BidComment_UU()
      Get B_BidComment_UU.
      Specified by:
      getB_BidComment_UU in interface I_B_BidComment
      Returns:
      B_BidComment_UU
    • getB_Topic

      public I_B_Topic getB_Topic() throws RuntimeException
      Specified by:
      getB_Topic in interface I_B_BidComment
      Throws:
      RuntimeException
    • setB_Topic_ID

      public void setB_Topic_ID(int B_Topic_ID)
      Set Topic.
      Specified by:
      setB_Topic_ID in interface I_B_BidComment
      Parameters:
      B_Topic_ID - Auction Topic
    • getB_Topic_ID

      public int getB_Topic_ID()
      Get Topic.
      Specified by:
      getB_Topic_ID in interface I_B_BidComment
      Returns:
      Auction Topic
    • setTextMsg

      public void setTextMsg(String TextMsg)
      Set Text Message.
      Specified by:
      setTextMsg in interface I_B_BidComment
      Parameters:
      TextMsg - Text Message
    • getTextMsg

      public String getTextMsg()
      Get Text Message.
      Specified by:
      getTextMsg in interface I_B_BidComment
      Returns:
      Text Message