Class TranslationBDI.Translate

  • Enclosing class:
    TranslationBDI

    public class TranslationBDI.Translate
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.net.Socket client  
    • Constructor Summary

      Constructors 
      Constructor Description
      Translate​(java.net.Socket client)
      Create a new Translate.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.net.Socket getClient()
      Get the client.
      void setClient​(java.net.Socket client)
      Set the client.
      • Methods inherited from class java.lang.Object

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

      • client

        protected java.net.Socket client
    • Constructor Detail

      • Translate

        public Translate​(java.net.Socket client)
        Create a new Translate.
    • Method Detail

      • getClient

        public java.net.Socket getClient()
        Get the client.
        Returns:
        The client.
      • setClient

        public void setClient​(java.net.Socket client)
        Set the client.
        Parameters:
        client - The client to set.