Class MResolution

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

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

    • MResolution

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

      public MResolution(Properties ctx, int R_Resolution_ID, String trxName)
      Standard Constructor
      Parameters:
      ctx - context
      R_Resolution_ID - id
      trxName -
    • MResolution

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

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

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

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

    • get

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

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

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

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