Class MRegistrationValue

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

@Deprecated public class MRegistrationValue extends X_A_RegistrationValue implements Comparable<Object>
Deprecated.
not fully implemented
Asset Registration Attribute Value
Version:
$Id: MRegistrationValue.java,v 1.2 2006/07/30 00:51:03 jjanke Exp $
Author:
Jorg Janke
See Also:
  • Constructor Details

    • MRegistrationValue

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

      public MRegistrationValue(Properties ctx, int ignored, String trxName)
      Deprecated.
      Persistency Constructor
      Parameters:
      ctx - context
      ignored - ignored
    • MRegistrationValue

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

      public MRegistrationValue(MRegistration registration, int A_RegistrationAttribute_ID, String Name)
      Deprecated.
      Parent Constructor
      Parameters:
      registration - parent
      A_RegistrationAttribute_ID - attribute
      Name - value
  • Method Details

    • getRegistrationAttribute

      public String getRegistrationAttribute()
      Deprecated.
      Get Registration Attribute
      Returns:
      name of registration attribute
    • getRegistrationAttributeDescription

      public String getRegistrationAttributeDescription()
      Deprecated.
      Get Registration Attribute Description
      Returns:
      Description of registration attribute
    • getSeqNo

      public int getSeqNo()
      Deprecated.
      Get Attribute SeqNo
      Returns:
      seq no
    • compareTo

      public int compareTo(Object o)
      Deprecated.
      Compare To
      Specified by:
      compareTo in interface Comparable<Object>
      Parameters:
      o - the Object to be compared.
      Returns:
      a negative integer, zero, or a positive integer as this object is less than, equal to, or greater than the specified object.
    • toString

      public String toString()
      Deprecated.
      String Representation
      Overrides:
      toString in class X_A_RegistrationValue
      Returns:
      info