Class X_CM_ChatUpdate

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

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

    • X_CM_ChatUpdate

      public X_CM_ChatUpdate(Properties ctx, int CM_ChatUpdate_ID, String trxName)
      Standard Constructor
    • X_CM_ChatUpdate

      public X_CM_ChatUpdate(Properties ctx, int CM_ChatUpdate_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_CM_ChatUpdate

      public X_CM_ChatUpdate(Properties ctx, String CM_ChatUpdate_UU, String trxName)
      Standard Constructor
    • X_CM_ChatUpdate

      public X_CM_ChatUpdate(Properties ctx, String CM_ChatUpdate_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_CM_ChatUpdate

      public X_CM_ChatUpdate(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:
      7 - System - Client - Org
    • 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
    • getAD_User

      public I_AD_User getAD_User() throws RuntimeException
      Specified by:
      getAD_User in interface I_CM_ChatUpdate
      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_CM_ChatUpdate
      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_CM_ChatUpdate
      Returns:
      User within the system - Internal or Business Partner Contact
    • getCM_Chat

      public I_CM_Chat getCM_Chat() throws RuntimeException
      Specified by:
      getCM_Chat in interface I_CM_ChatUpdate
      Throws:
      RuntimeException
    • setCM_Chat_ID

      public void setCM_Chat_ID(int CM_Chat_ID)
      Set Chat.
      Specified by:
      setCM_Chat_ID in interface I_CM_ChatUpdate
      Parameters:
      CM_Chat_ID - Chat or discussion thread
    • getCM_Chat_ID

      public int getCM_Chat_ID()
      Get Chat.
      Specified by:
      getCM_Chat_ID in interface I_CM_ChatUpdate
      Returns:
      Chat or discussion thread
    • setCM_ChatUpdate_UU

      public void setCM_ChatUpdate_UU(String CM_ChatUpdate_UU)
      Set CM_ChatUpdate_UU.
      Specified by:
      setCM_ChatUpdate_UU in interface I_CM_ChatUpdate
      Parameters:
      CM_ChatUpdate_UU - CM_ChatUpdate_UU
    • getCM_ChatUpdate_UU

      public String getCM_ChatUpdate_UU()
      Get CM_ChatUpdate_UU.
      Specified by:
      getCM_ChatUpdate_UU in interface I_CM_ChatUpdate
      Returns:
      CM_ChatUpdate_UU
    • setIsSelfService

      public void setIsSelfService(boolean IsSelfService)
      Set Self-Service.
      Specified by:
      setIsSelfService in interface I_CM_ChatUpdate
      Parameters:
      IsSelfService - This is a Self-Service entry or this entry can be changed via Self-Service
    • isSelfService

      public boolean isSelfService()
      Get Self-Service.
      Specified by:
      isSelfService in interface I_CM_ChatUpdate
      Returns:
      This is a Self-Service entry or this entry can be changed via Self-Service