Class HyperlinkImpl

java.lang.Object
com.priint.pubserver.metadata.xml.element.HyperlinkImpl
All Implemented Interfaces:
Hyperlink, Serializable

public class HyperlinkImpl extends Object implements Serializable, Hyperlink
See Also:
  • Constructor Details

    • HyperlinkImpl

      public HyperlinkImpl()
  • Method Details

    • getUid

      public int getUid()
      Description copied from interface: Hyperlink
      Gets the uid.
      Specified by:
      getUid in interface Hyperlink
      Returns:
      the uid
    • setUid

      public void setUid(int uid)
      Description copied from interface: Hyperlink
      Sets the uid.
      Specified by:
      setUid in interface Hyperlink
      Parameters:
      uid - the uid to set
    • getName

      public String getName()
      Description copied from interface: Hyperlink
      Gets the name.
      Specified by:
      getName in interface Hyperlink
      Returns:
      the name
    • setName

      public void setName(String name)
      Description copied from interface: Hyperlink
      Sets the name.
      Specified by:
      setName in interface Hyperlink
      Parameters:
      name - the name to set
    • getDestinationName

      public String getDestinationName()
      Description copied from interface: Hyperlink
      Gets the destination name.
      Specified by:
      getDestinationName in interface Hyperlink
      Returns:
      the destinationName
    • setDestinationName

      public void setDestinationName(String destinationName)
      Description copied from interface: Hyperlink
      Sets the destination name.
      Specified by:
      setDestinationName in interface Hyperlink
      Parameters:
      destinationName - the destinationName to set
    • getDestinationInfo

      public String getDestinationInfo()
      Description copied from interface: Hyperlink
      Gets the destination info.
      Specified by:
      getDestinationInfo in interface Hyperlink
      Returns:
      the destinationInfo
    • setDestinationInfo

      public void setDestinationInfo(String destinationInfo)
      Description copied from interface: Hyperlink
      Sets the destination info.
      Specified by:
      setDestinationInfo in interface Hyperlink
      Parameters:
      destinationInfo - the destinationInfo to set
    • getVisible

      public int getVisible()
      Description copied from interface: Hyperlink
      Gets the visible.
      Specified by:
      getVisible in interface Hyperlink
      Returns:
      the visible
    • setVisible

      public void setVisible(int visible)
      Description copied from interface: Hyperlink
      Sets the visible.
      Specified by:
      setVisible in interface Hyperlink
      Parameters:
      visible - the visible to set
    • getBorderwidth

      public int getBorderwidth()
      Description copied from interface: Hyperlink
      Gets the borderwidth.
      Specified by:
      getBorderwidth in interface Hyperlink
      Returns:
      the borderwidth
    • setBorderwidth

      public void setBorderwidth(int borderwidth)
      Description copied from interface: Hyperlink
      Sets the borderwidth.
      Specified by:
      setBorderwidth in interface Hyperlink
      Parameters:
      borderwidth - the borderwidth to set
    • getStyle

      public int getStyle()
      Description copied from interface: Hyperlink
      Gets the style.
      Specified by:
      getStyle in interface Hyperlink
      Returns:
      the style
    • setStyle

      public void setStyle(int style)
      Description copied from interface: Hyperlink
      Sets the style.
      Specified by:
      setStyle in interface Hyperlink
      Parameters:
      style - the style to set
    • getHilight

      public int getHilight()
      Description copied from interface: Hyperlink
      Gets the hilight.
      Specified by:
      getHilight in interface Hyperlink
      Returns:
      the hilight
    • setHilight

      public void setHilight(int hilight)
      Description copied from interface: Hyperlink
      Sets the hilight.
      Specified by:
      setHilight in interface Hyperlink
      Parameters:
      hilight - the hilight to set
    • getColor

      public int getColor()
      Description copied from interface: Hyperlink
      Gets the color.
      Specified by:
      getColor in interface Hyperlink
      Returns:
      the color
    • setColor

      public void setColor(int color)
      Description copied from interface: Hyperlink
      Sets the color.
      Specified by:
      setColor in interface Hyperlink
      Parameters:
      color - the color to set
    • getZoomType

      public int getZoomType()
      Description copied from interface: Hyperlink
      Gets the zoom type.
      Specified by:
      getZoomType in interface Hyperlink
      Returns:
      the zoomType
    • setZoomType

      public void setZoomType(int zoomType)
      Description copied from interface: Hyperlink
      Sets the zoom type.
      Specified by:
      setZoomType in interface Hyperlink
      Parameters:
      zoomType - the zoomType to set
    • getZoomPercent

      public double getZoomPercent()
      Description copied from interface: Hyperlink
      Gets the zoom percent.
      Specified by:
      getZoomPercent in interface Hyperlink
      Returns:
      the zoomPercent
    • setZoomPercent

      public void setZoomPercent(double zoomPercent)
      Description copied from interface: Hyperlink
      Sets the zoom percent.
      Specified by:
      setZoomPercent in interface Hyperlink
      Parameters:
      zoomPercent - the zoomPercent to set
    • getZoomLeft

      public double getZoomLeft()
      Description copied from interface: Hyperlink
      Gets the zoom left.
      Specified by:
      getZoomLeft in interface Hyperlink
      Returns:
      the zoomLeft
    • setZoomLeft

      public void setZoomLeft(double zoomLeft)
      Description copied from interface: Hyperlink
      Sets the zoom left.
      Specified by:
      setZoomLeft in interface Hyperlink
      Parameters:
      zoomLeft - the zoomLeft to set
    • getZoomTop

      public double getZoomTop()
      Description copied from interface: Hyperlink
      Gets the zoom top.
      Specified by:
      getZoomTop in interface Hyperlink
      Returns:
      the zoomTop
    • setZoomTop

      public void setZoomTop(double zoomTop)
      Description copied from interface: Hyperlink
      Sets the zoom top.
      Specified by:
      setZoomTop in interface Hyperlink
      Parameters:
      zoomTop - the zoomTop to set
    • getZoomRight

      public double getZoomRight()
      Description copied from interface: Hyperlink
      Gets the zoom right.
      Specified by:
      getZoomRight in interface Hyperlink
      Returns:
      the zoomRight
    • setZoomRight

      public void setZoomRight(double zoomRight)
      Description copied from interface: Hyperlink
      Sets the zoom right.
      Specified by:
      setZoomRight in interface Hyperlink
      Parameters:
      zoomRight - the zoomRight to set
    • getZoomBottom

      public double getZoomBottom()
      Description copied from interface: Hyperlink
      Gets the zoom bottom.
      Specified by:
      getZoomBottom in interface Hyperlink
      Returns:
      the zoomBottom
    • setZoomBottom

      public void setZoomBottom(double zoomBottom)
      Description copied from interface: Hyperlink
      Sets the zoom bottom.
      Specified by:
      setZoomBottom in interface Hyperlink
      Parameters:
      zoomBottom - the zoomBottom to set
    • getDestinationType

      public String getDestinationType()
      Description copied from interface: Hyperlink
      Gets the destination type.
      Specified by:
      getDestinationType in interface Hyperlink
      Returns:
      the destinationType
    • setDestinationType

      public void setDestinationType(String destinationType)
      Description copied from interface: Hyperlink
      Sets the destination type.
      Specified by:
      setDestinationType in interface Hyperlink
      Parameters:
      destinationType - the destinationType to set