Class GuideImpl

java.lang.Object
com.priint.pubserver.metadata.xml.w2ml.GuideImpl
All Implemented Interfaces:
Guide, Serializable

public class GuideImpl extends Object implements Serializable, Guide
See Also:
  • Constructor Details

    • GuideImpl

      public GuideImpl()
  • Method Details

    • 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 String getDirection()
      Specified by:
      getDirection in interface Guide
      Returns:
      the direction
    • setDirection

      public void setDirection(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 String getColor()
      Specified by:
      getColor in interface Guide
      Returns:
      the color
    • setColor

      public void setColor(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
    • getOwner

      public Owner getOwner()
      Specified by:
      getOwner in interface Guide
      Returns:
      Owner
    • setOwner

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

      public String toString()
      Overrides:
      toString in class Object