Class GuideImpl
java.lang.Object
com.priint.pubserver.metadata.xml.w2ml.GuideImpl
- All Implemented Interfaces:
Guide,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetColor()intintgetOwner()intgetUid()doublegetX()doublegetY()booleanisShort()voidvoidsetColorIndex(int colorIndex) voidsetColorUid(int colorUid) voidsetDirection(String direction) voidvoidsetShort(boolean isShort) voidsetUid(int uid) voidsetX(double x) voidsetY(double y) toString()
-
Constructor Details
-
GuideImpl
public GuideImpl()
-
-
Method Details
-
getUid
public int getUid() -
setUid
public void setUid(int uid) -
getDirection
- Specified by:
getDirectionin interfaceGuide- Returns:
- the direction
-
setDirection
- Specified by:
setDirectionin interfaceGuide- Parameters:
direction- the direction to set
-
getX
public double getX() -
setX
public void setX(double x) -
getY
public double getY() -
setY
public void setY(double y) -
isShort
public boolean isShort() -
setShort
public void setShort(boolean isShort) -
getColor
-
setColor
-
getColorUid
public int getColorUid()- Specified by:
getColorUidin interfaceGuide- Returns:
- the colorUid
-
setColorUid
public void setColorUid(int colorUid) - Specified by:
setColorUidin interfaceGuide- Parameters:
colorUid- the colorUid to set
-
getColorIndex
public int getColorIndex()- Specified by:
getColorIndexin interfaceGuide- Returns:
- the colorIndex
-
setColorIndex
public void setColorIndex(int colorIndex) - Specified by:
setColorIndexin interfaceGuide- Parameters:
colorIndex- the colorIndex to set
-
getOwner
-
setOwner
-
toString
-