Class MChatEntry

All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_CM_ChatEntry, I_Persistent, Evaluatee

public class MChatEntry extends X_CM_ChatEntry
Chat Entry Model
Version:
$Id: MChatEntry.java,v 1.2 2006/07/30 00:51:03 jjanke Exp $
Author:
Jorg Janke
See Also:
  • Constructor Details

    • MChatEntry

      public MChatEntry(Properties ctx, String CM_ChatEntry_UU, String trxName)
      UUID based Constructor
      Parameters:
      ctx - Context
      CM_ChatEntry_UU - UUID key
      trxName - Transaction
    • MChatEntry

      public MChatEntry(Properties ctx, int CM_ChatEntry_ID, String trxName)
      Standard Constructor
      Parameters:
      ctx - cintext
      CM_ChatEntry_ID - id
      trxName - transaction
    • MChatEntry

      public MChatEntry(MChat chat, String data)
      Parent Constructor
      Parameters:
      chat - parent
      data - text
    • MChatEntry

      public MChatEntry(MChatEntry peer, String data)
      Thread Constructor
      Parameters:
      peer - entry
      data - text
    • MChatEntry

      public MChatEntry(Properties ctx, ResultSet rs, String trxName)
      Load Constructor
      Parameters:
      ctx - context
      rs - result set
      trxName - transaction
  • Method Details

    • isConfidentialType

      public boolean isConfidentialType(String ConfidentialType)
      Can be published
      Parameters:
      ConfidentialType - minimum confidential type
      Returns:
      true if within confidentiality