Interface Guide

All Superinterfaces:
Serializable
All Known Implementing Classes:
GuideImpl

public interface Guide extends Serializable
  • Method Details

    • getUid

      int getUid()
      Returns:
      the uid
    • setUid

      void setUid(int uid)
      Parameters:
      uid - the uid to set
    • getDirection

      String getDirection()
      Returns:
      the direction
    • setDirection

      void setDirection(String direction)
      Parameters:
      direction - the direction to set
    • getX

      double getX()
      Returns:
      the x
    • setX

      void setX(double x)
      Parameters:
      x - the x to set
    • getY

      double getY()
      Returns:
      the y
    • setY

      void setY(double y)
      Parameters:
      y - the y to set
    • isShort

      boolean isShort()
      Returns:
      the isShort
    • setShort

      void setShort(boolean isShort)
      Parameters:
      isShort - the isShort to set
    • getColor

      String getColor()
      Returns:
      the color
    • setColor

      void setColor(String color)
      Parameters:
      color - the color to set
    • getColorUid

      int getColorUid()
      Returns:
      the colorUid
    • setColorUid

      void setColorUid(int colorUid)
      Parameters:
      colorUid - the colorUid to set
    • getColorIndex

      int getColorIndex()
      Returns:
      the colorIndex
    • setColorIndex

      void setColorIndex(int colorIndex)
      Parameters:
      colorIndex - the colorIndex to set
    • getOwner

      Owner getOwner()
      Returns:
      Owner
    • setOwner

      void setOwner(Owner owner)
      Parameters:
      owner - the owner to set