Class MRegistrationAttribute

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

@Deprecated public class MRegistrationAttribute extends X_A_RegistrationAttribute implements ImmutablePOSupport
Deprecated.
not fully implemented
Asset Registration Attribute
Version:
$Id: MRegistrationAttribute.java,v 1.2 2006/07/30 00:51:05 jjanke Exp $
Author:
Jorg Janke
See Also:
  • Constructor Details

    • MRegistrationAttribute

      public MRegistrationAttribute(Properties ctx, String A_RegistrationAttribute_UU, String trxName)
      Deprecated.
      UUID based Constructor
      Parameters:
      ctx - Context
      A_RegistrationAttribute_UU - UUID key
      trxName - Transaction
    • MRegistrationAttribute

      public MRegistrationAttribute(Properties ctx, int A_RegistrationAttribute_ID, String trxName)
      Deprecated.
      Standard Constructor
      Parameters:
      ctx - context
      A_RegistrationAttribute_ID - id
    • MRegistrationAttribute

      public MRegistrationAttribute(Properties ctx, ResultSet rs, String trxName)
      Deprecated.
      Load Constructor
      Parameters:
      ctx - context
      rs - result set
    • MRegistrationAttribute

      public MRegistrationAttribute(MRegistrationAttribute copy)
      Deprecated.
      Parameters:
      copy -
    • MRegistrationAttribute

      public MRegistrationAttribute(Properties ctx, MRegistrationAttribute copy)
      Deprecated.
      Parameters:
      ctx -
      copy -
    • MRegistrationAttribute

      public MRegistrationAttribute(Properties ctx, MRegistrationAttribute copy, String trxName)
      Deprecated.
      Parameters:
      ctx -
      copy -
      trxName -
  • Method Details

    • getAll

      public static MRegistrationAttribute[] getAll(Properties ctx)
      Deprecated.
      Get All Asset Registration Attributes (not cached). Refreshes Cache for direct address
      Parameters:
      ctx - context
      Returns:
      array of Registration Attributes
    • get

      public static MRegistrationAttribute get(int A_RegistrationAttribute_ID)
      Deprecated.
      Get Registration Attribute (cached)
      Parameters:
      A_RegistrationAttribute_ID - id
      Returns:
      Registration Attribute
    • get

      public static MRegistrationAttribute get(int A_RegistrationAttribute_ID, String trxName)
      Deprecated.
      Get Registration Attribute (cached) (immutable)
      Parameters:
      A_RegistrationAttribute_ID - id
      trxName -
      Returns:
      Registration Attribute
    • get

      public static MRegistrationAttribute get(Properties ctx, int A_RegistrationAttribute_ID, String trxName)
      Deprecated.
      Get Registration Attribute (cached) (immutable)
      Parameters:
      ctx - context
      A_RegistrationAttribute_ID - id
      trxName -
      Returns:
      Registration Attribute
    • getCopy

      public static MRegistrationAttribute getCopy(Properties ctx, int A_RegistrationAttribute_ID, String trxName)
      Deprecated.
      Get updateable copy of MRegistrationAttribute from cache
      Parameters:
      ctx -
      A_RegistrationAttribute_ID -
      trxName -
      Returns:
      MRegistrationAttribute
    • markImmutable

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