Class MRequestCategory

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

public class MRequestCategory extends X_R_Category implements ImmutablePOSupport
Request Category Model
Version:
$Id: MRequestCategory.java,v 1.2 2006/07/30 00:51:05 jjanke Exp $
Author:
Jorg Janke
See Also:
  • Constructor Details

    • MRequestCategory

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

      public MRequestCategory(Properties ctx, int R_Category_ID, String trxName)
      Standard Constructor
      Parameters:
      ctx - context
      R_Category_ID - id
      trxName - trx
    • MRequestCategory

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

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

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

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

    • get

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

      public static MRequestCategory get(Properties ctx, int R_Category_ID)
      Get MRequestCategory from Cache (immutable)
      Parameters:
      ctx - context
      R_Category_ID - id
      Returns:
      MRequestCategory
    • getCopy

      public static MRequestCategory getCopy(Properties ctx, int R_Category_ID, String trxName)
      Get updateable copy of MRequestCategory from cache
      Parameters:
      ctx -
      R_Category_ID -
      trxName -
      Returns:
      MRequestCategory
    • markImmutable

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