Class Port


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

      Fields 
      Modifier and Type Field Description
      protected java.lang.String coord  
      protected java.lang.String direction  
      protected java.lang.String name  
      protected java.lang.String side  
    • Constructor Summary

      Constructors 
      Constructor Description
      Port()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCoord()
      Gets the value of the coord property.
      java.lang.String getDirection()
      Gets the value of the direction property.
      java.lang.String getName()
      Gets the value of the name property.
      java.lang.String getSide()
      Gets the value of the side property.
      void setCoord​(java.lang.String value)
      Sets the value of the coord property.
      void setDirection​(java.lang.String value)
      Sets the value of the direction property.
      void setName​(java.lang.String value)
      Sets the value of the name property.
      void setSide​(java.lang.String value)
      Sets the value of the side property.
      • Methods inherited from class java.lang.Object

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

      • name

        protected java.lang.String name
      • side

        protected java.lang.String side
      • coord

        protected java.lang.String coord
      • direction

        protected java.lang.String direction
    • Constructor Detail

      • Port

        public Port()
    • Method Detail

      • getName

        public java.lang.String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(java.lang.String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getSide

        public java.lang.String getSide()
        Gets the value of the side property.
        Returns:
        possible object is String
      • setSide

        public void setSide​(java.lang.String value)
        Sets the value of the side property.
        Parameters:
        value - allowed object is String
      • getCoord

        public java.lang.String getCoord()
        Gets the value of the coord property.
        Returns:
        possible object is String
      • setCoord

        public void setCoord​(java.lang.String value)
        Sets the value of the coord property.
        Parameters:
        value - allowed object is String
      • getDirection

        public java.lang.String getDirection()
        Gets the value of the direction property.
        Returns:
        possible object is String
      • setDirection

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