Class GuideImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.spread.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 Summary
Constructors Constructor Description GuideImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetColor()Gets the color.DirectiongetDirection()Gets the direction.intgetId()Gets the id.OrigingetOrigin()Gets the origin.doublegetX()Gets the x.doublegetY()Gets the y.booleanisShort()Checks if is short.voidsetColor(java.lang.String color)Sets the color.voidsetDirection(Direction direction)Sets the direction.voidsetId(int id)Sets the id.voidsetOrigin(Origin origin)Sets the origin.voidsetShort(boolean isShort)Sets the short.voidsetX(double x)Sets the x.voidsetY(double y)Sets the y.
-
-
-
Method Detail
-
getId
public int getId()
Description copied from interface:GuideGets the id.
-
setId
public void setId(int id)
Description copied from interface:GuideSets the id.
-
getDirection
public Direction getDirection()
Description copied from interface:GuideGets the direction.- Specified by:
getDirectionin interfaceGuide- Returns:
- the direction
-
setDirection
public void setDirection(Direction direction)
Description copied from interface:GuideSets the direction.- Specified by:
setDirectionin interfaceGuide- Parameters:
direction- the new direction
-
getX
public double getX()
Description copied from interface:GuideGets the x.
-
setX
public void setX(double x)
Description copied from interface:GuideSets the x.
-
getY
public double getY()
Description copied from interface:GuideGets the y.
-
setY
public void setY(double y)
Description copied from interface:GuideSets the y.
-
isShort
public boolean isShort()
Description copied from interface:GuideChecks if is short.
-
setShort
public void setShort(boolean isShort)
Description copied from interface:GuideSets the short.
-
getColor
public java.lang.String getColor()
Description copied from interface:GuideGets the color.
-
setColor
public void setColor(java.lang.String color)
Description copied from interface:GuideSets the color.
-
-