Class HyperlinkImpl
java.lang.Object
com.priint.pubserver.metadata.xml.element.HyperlinkImpl
- All Implemented Interfaces:
Hyperlink,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintGets the borderwidth.intgetColor()Gets the color.Gets the destination info.Gets the destination name.Gets the destination type.intGets the hilight.getName()Gets the name.intgetStyle()Gets the style.intgetUid()Gets the uid.intGets the visible.doubleGets the zoom bottom.doubleGets the zoom left.doubleGets the zoom percent.doubleGets the zoom right.doubleGets the zoom top.intGets the zoom type.voidsetBorderwidth(int borderwidth) Sets the borderwidth.voidsetColor(int color) Sets the color.voidsetDestinationInfo(String destinationInfo) Sets the destination info.voidsetDestinationName(String destinationName) Sets the destination name.voidsetDestinationType(String destinationType) Sets the destination type.voidsetHilight(int hilight) Sets the hilight.voidSets the name.voidsetStyle(int style) Sets the style.voidsetUid(int uid) Sets the uid.voidsetVisible(int visible) Sets the visible.voidsetZoomBottom(double zoomBottom) Sets the zoom bottom.voidsetZoomLeft(double zoomLeft) Sets the zoom left.voidsetZoomPercent(double zoomPercent) Sets the zoom percent.voidsetZoomRight(double zoomRight) Sets the zoom right.voidsetZoomTop(double zoomTop) Sets the zoom top.voidsetZoomType(int zoomType) Sets the zoom type.
-
Constructor Details
-
HyperlinkImpl
public HyperlinkImpl()
-
-
Method Details
-
getUid
public int getUid()Description copied from interface:HyperlinkGets the uid. -
setUid
public void setUid(int uid) Description copied from interface:HyperlinkSets the uid. -
getName
Description copied from interface:HyperlinkGets the name. -
setName
Description copied from interface:HyperlinkSets the name. -
getDestinationName
Description copied from interface:HyperlinkGets the destination name.- Specified by:
getDestinationNamein interfaceHyperlink- Returns:
- the destinationName
-
setDestinationName
Description copied from interface:HyperlinkSets the destination name.- Specified by:
setDestinationNamein interfaceHyperlink- Parameters:
destinationName- the destinationName to set
-
getDestinationInfo
Description copied from interface:HyperlinkGets the destination info.- Specified by:
getDestinationInfoin interfaceHyperlink- Returns:
- the destinationInfo
-
setDestinationInfo
Description copied from interface:HyperlinkSets the destination info.- Specified by:
setDestinationInfoin interfaceHyperlink- Parameters:
destinationInfo- the destinationInfo to set
-
getVisible
public int getVisible()Description copied from interface:HyperlinkGets the visible.- Specified by:
getVisiblein interfaceHyperlink- Returns:
- the visible
-
setVisible
public void setVisible(int visible) Description copied from interface:HyperlinkSets the visible.- Specified by:
setVisiblein interfaceHyperlink- Parameters:
visible- the visible to set
-
getBorderwidth
public int getBorderwidth()Description copied from interface:HyperlinkGets the borderwidth.- Specified by:
getBorderwidthin interfaceHyperlink- Returns:
- the borderwidth
-
setBorderwidth
public void setBorderwidth(int borderwidth) Description copied from interface:HyperlinkSets the borderwidth.- Specified by:
setBorderwidthin interfaceHyperlink- Parameters:
borderwidth- the borderwidth to set
-
getStyle
public int getStyle()Description copied from interface:HyperlinkGets the style. -
setStyle
public void setStyle(int style) Description copied from interface:HyperlinkSets the style. -
getHilight
public int getHilight()Description copied from interface:HyperlinkGets the hilight.- Specified by:
getHilightin interfaceHyperlink- Returns:
- the hilight
-
setHilight
public void setHilight(int hilight) Description copied from interface:HyperlinkSets the hilight.- Specified by:
setHilightin interfaceHyperlink- Parameters:
hilight- the hilight to set
-
getColor
public int getColor()Description copied from interface:HyperlinkGets the color. -
setColor
public void setColor(int color) Description copied from interface:HyperlinkSets the color. -
getZoomType
public int getZoomType()Description copied from interface:HyperlinkGets the zoom type.- Specified by:
getZoomTypein interfaceHyperlink- Returns:
- the zoomType
-
setZoomType
public void setZoomType(int zoomType) Description copied from interface:HyperlinkSets the zoom type.- Specified by:
setZoomTypein interfaceHyperlink- Parameters:
zoomType- the zoomType to set
-
getZoomPercent
public double getZoomPercent()Description copied from interface:HyperlinkGets the zoom percent.- Specified by:
getZoomPercentin interfaceHyperlink- Returns:
- the zoomPercent
-
setZoomPercent
public void setZoomPercent(double zoomPercent) Description copied from interface:HyperlinkSets the zoom percent.- Specified by:
setZoomPercentin interfaceHyperlink- Parameters:
zoomPercent- the zoomPercent to set
-
getZoomLeft
public double getZoomLeft()Description copied from interface:HyperlinkGets the zoom left.- Specified by:
getZoomLeftin interfaceHyperlink- Returns:
- the zoomLeft
-
setZoomLeft
public void setZoomLeft(double zoomLeft) Description copied from interface:HyperlinkSets the zoom left.- Specified by:
setZoomLeftin interfaceHyperlink- Parameters:
zoomLeft- the zoomLeft to set
-
getZoomTop
public double getZoomTop()Description copied from interface:HyperlinkGets the zoom top.- Specified by:
getZoomTopin interfaceHyperlink- Returns:
- the zoomTop
-
setZoomTop
public void setZoomTop(double zoomTop) Description copied from interface:HyperlinkSets the zoom top.- Specified by:
setZoomTopin interfaceHyperlink- Parameters:
zoomTop- the zoomTop to set
-
getZoomRight
public double getZoomRight()Description copied from interface:HyperlinkGets the zoom right.- Specified by:
getZoomRightin interfaceHyperlink- Returns:
- the zoomRight
-
setZoomRight
public void setZoomRight(double zoomRight) Description copied from interface:HyperlinkSets the zoom right.- Specified by:
setZoomRightin interfaceHyperlink- Parameters:
zoomRight- the zoomRight to set
-
getZoomBottom
public double getZoomBottom()Description copied from interface:HyperlinkGets the zoom bottom.- Specified by:
getZoomBottomin interfaceHyperlink- Returns:
- the zoomBottom
-
setZoomBottom
public void setZoomBottom(double zoomBottom) Description copied from interface:HyperlinkSets the zoom bottom.- Specified by:
setZoomBottomin interfaceHyperlink- Parameters:
zoomBottom- the zoomBottom to set
-
getDestinationType
Description copied from interface:HyperlinkGets the destination type.- Specified by:
getDestinationTypein interfaceHyperlink- Returns:
- the destinationType
-
setDestinationType
Description copied from interface:HyperlinkSets the destination type.- Specified by:
setDestinationTypein interfaceHyperlink- Parameters:
destinationType- the destinationType to set
-