Class Connect


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

      Fields 
      Modifier and Type Field Description
      protected java.lang.String gate  
      protected java.lang.String pad  
      protected java.lang.String pin  
      protected java.lang.String route  
    • Constructor Summary

      Constructors 
      Constructor Description
      Connect()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getGate()
      Gets the value of the gate property.
      java.lang.String getPad()
      Gets the value of the pad property.
      java.lang.String getPin()
      Gets the value of the pin property.
      java.lang.String getRoute()
      Gets the value of the route property.
      void setGate​(java.lang.String value)
      Sets the value of the gate property.
      void setPad​(java.lang.String value)
      Sets the value of the pad property.
      void setPin​(java.lang.String value)
      Sets the value of the pin property.
      void setRoute​(java.lang.String value)
      Sets the value of the route property.
      • Methods inherited from class java.lang.Object

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

      • gate

        protected java.lang.String gate
      • pin

        protected java.lang.String pin
      • pad

        protected java.lang.String pad
      • route

        protected java.lang.String route
    • Constructor Detail

      • Connect

        public Connect()
    • Method Detail

      • getGate

        public java.lang.String getGate()
        Gets the value of the gate property.
        Returns:
        possible object is String
      • setGate

        public void setGate​(java.lang.String value)
        Sets the value of the gate property.
        Parameters:
        value - allowed object is String
      • getPin

        public java.lang.String getPin()
        Gets the value of the pin property.
        Returns:
        possible object is String
      • setPin

        public void setPin​(java.lang.String value)
        Sets the value of the pin property.
        Parameters:
        value - allowed object is String
      • getPad

        public java.lang.String getPad()
        Gets the value of the pad property.
        Returns:
        possible object is String
      • setPad

        public void setPad​(java.lang.String value)
        Sets the value of the pad property.
        Parameters:
        value - allowed object is String
      • getRoute

        public java.lang.String getRoute()
        Gets the value of the route property.
        Returns:
        possible object is String
      • setRoute

        public void setRoute​(java.lang.String value)
        Sets the value of the route property.
        Parameters:
        value - allowed object is String