Class GuideImpl
java.lang.Object
com.priint.pubserver.metadata.xml.spread.GuideImpl
- All Implemented Interfaces:
Guide,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetColor()Gets the color.Gets the direction.intgetId()Gets the id.Gets the origin.doublegetX()Gets the x.doublegetY()Gets the y.booleanisShort()Checks if is short.voidSets the color.voidsetDirection(Direction direction) Sets the direction.voidsetId(int id) Sets the id.voidSets the origin.voidsetShort(boolean isShort) Sets the short.voidsetX(double x) Sets the x.voidsetY(double y) Sets the y.
-
Constructor Details
-
GuideImpl
public GuideImpl()
-
-
Method Details
-
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
Description copied from interface:GuideGets the direction.- Specified by:
getDirectionin interfaceGuide- Returns:
- the direction
-
setDirection
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
Description copied from interface:GuideGets the color. -
setColor
Description copied from interface:GuideSets the color. -
getOrigin
Description copied from interface:GuideGets the origin. -
setOrigin
Description copied from interface:GuideSets the origin.
-