Class GuideImpl

  • All Implemented Interfaces:
    Guide, java.io.Serializable

    public class GuideImpl
    extends java.lang.Object
    implements java.io.Serializable, Guide
    See Also:
    Serialized Form
    • Constructor Detail

      • GuideImpl

        public GuideImpl()
    • Method Detail

      • getUid

        public int getUid()
        Specified by:
        getUid in interface Guide
        Returns:
        the uid
      • setUid

        public void setUid​(int uid)
        Specified by:
        setUid in interface Guide
        Parameters:
        uid - the uid to set
      • getDirection

        public java.lang.String getDirection()
        Specified by:
        getDirection in interface Guide
        Returns:
        the direction
      • setDirection

        public void setDirection​(java.lang.String direction)
        Specified by:
        setDirection in interface Guide
        Parameters:
        direction - the direction to set
      • getX

        public double getX()
        Specified by:
        getX in interface Guide
        Returns:
        the x
      • setX

        public void setX​(double x)
        Specified by:
        setX in interface Guide
        Parameters:
        x - the x to set
      • getY

        public double getY()
        Specified by:
        getY in interface Guide
        Returns:
        the y
      • setY

        public void setY​(double y)
        Specified by:
        setY in interface Guide
        Parameters:
        y - the y to set
      • isShort

        public boolean isShort()
        Specified by:
        isShort in interface Guide
        Returns:
        the isShort
      • setShort

        public void setShort​(boolean isShort)
        Specified by:
        setShort in interface Guide
        Parameters:
        isShort - the isShort to set
      • getColor

        public java.lang.String getColor()
        Specified by:
        getColor in interface Guide
        Returns:
        the color
      • setColor

        public void setColor​(java.lang.String color)
        Specified by:
        setColor in interface Guide
        Parameters:
        color - the color to set
      • getColorUid

        public int getColorUid()
        Specified by:
        getColorUid in interface Guide
        Returns:
        the colorUid
      • setColorUid

        public void setColorUid​(int colorUid)
        Specified by:
        setColorUid in interface Guide
        Parameters:
        colorUid - the colorUid to set
      • getColorIndex

        public int getColorIndex()
        Specified by:
        getColorIndex in interface Guide
        Returns:
        the colorIndex
      • setColorIndex

        public void setColorIndex​(int colorIndex)
        Specified by:
        setColorIndex in interface Guide
        Parameters:
        colorIndex - the colorIndex to set
      • setOwner

        public void setOwner​(Owner owner)
        Specified by:
        setOwner in interface Guide
        Parameters:
        owner - the owner to set
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object