Class MChatType

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

public class MChatType extends X_CM_ChatType implements ImmutablePOSupport
Chat Type Model
Version:
$Id: MChatType.java,v 1.2 2006/07/30 00:51:03 jjanke Exp $
Author:
Jorg Janke
See Also:
  • Constructor Details

    • MChatType

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

      public MChatType(Properties ctx, int CM_ChatType_ID, String trxName)
      Standard Constructor
      Parameters:
      ctx - context
      CM_ChatType_ID - id
      trxName - transaction
    • MChatType

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

      public MChatType(MChatType copy)
      Copy constructor
      Parameters:
      copy -
    • MChatType

      public MChatType(Properties ctx, MChatType copy)
      Copy constructor
      Parameters:
      ctx -
      copy -
    • MChatType

      public MChatType(Properties ctx, MChatType copy, String trxName)
      Copy constructor
      Parameters:
      ctx -
      copy -
      trxName -
  • Method Details

    • get

      public static MChatType get(int CM_ChatType_ID)
      Get MChatType from Cache (immutable)
      Parameters:
      CM_ChatType_ID - id
      Returns:
      MChatType
    • get

      public static MChatType get(Properties ctx, int CM_ChatType_ID)
      Get MChatType from Cache (immutable)
      Parameters:
      ctx - context
      CM_ChatType_ID - id
      Returns:
      MChatType
    • markImmutable

      public MChatType markImmutable()
      Description copied from interface: ImmutablePOSupport
      mark PO as immutable
      Specified by:
      markImmutable in interface ImmutablePOSupport
      Returns:
      PO