Class ClientQueueList.Entry

  • Enclosing class:
    ClientQueueList

    public static class ClientQueueList.Entry
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Entry()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getClient()
      Gets the client.
      java.lang.String getQueue()
      Gets the queue.
      void setClient​(int client)
      Sets the client.
      void setQueue​(java.lang.String queue)
      Sets the queue.
      • Methods inherited from class java.lang.Object

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

      • Entry

        public Entry()
    • Method Detail

      • setClient

        public void setClient​(int client)
        Sets the client.
        Parameters:
        client - the new client
      • setQueue

        public void setQueue​(java.lang.String queue)
        Sets the queue.
        Parameters:
        queue - the new queue
      • getClient

        public int getClient()
        Gets the client.
        Returns:
        the client
      • getQueue

        public java.lang.String getQueue()
        Gets the queue.
        Returns:
        the queue