Class GroupKey

  • All Implemented Interfaces:
    java.io.Serializable

    public class GroupKey
    extends java.lang.Object
    implements java.io.Serializable
    Grouping key used in Query 1.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      GroupKey()  
      GroupKey​(char l_RETURNFLAG, char l_LINESTATUS)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • L_RETURNFLAG

        public char L_RETURNFLAG
      • L_LINESTATUS

        public char L_LINESTATUS
    • Constructor Detail

      • GroupKey

        public GroupKey​(char l_RETURNFLAG,
                        char l_LINESTATUS)
      • GroupKey

        public GroupKey()
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object