Class Key


  • public class Key
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int cmp_id  
      int msg_id  
    • Constructor Summary

      Constructors 
      Constructor Description
      Key​(int cmp_id, int msg_id)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • cmp_id

        public int cmp_id
      • msg_id

        public int msg_id
    • Constructor Detail

      • Key

        public Key​(int cmp_id,
                   int msg_id)