org.jopendocument.model
Class MetaHyperlinkBehaviour

java.lang.Object
  extended by org.jopendocument.model.MetaHyperlinkBehaviour

public class MetaHyperlinkBehaviour
extends Object


Field Summary
protected  String officeTargetFrameName
           
protected  String xlinkShow
           
 
Constructor Summary
MetaHyperlinkBehaviour()
           
 
Method Summary
 String getOfficeTargetFrameName()
          Gets the value of the officeTargetFrameName property.
 String getXlinkShow()
          Gets the value of the xlinkShow property.
 void setOfficeTargetFrameName(String value)
          Sets the value of the officeTargetFrameName property.
 void setXlinkShow(String value)
          Sets the value of the xlinkShow property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

officeTargetFrameName

protected String officeTargetFrameName

xlinkShow

protected String xlinkShow
Constructor Detail

MetaHyperlinkBehaviour

public MetaHyperlinkBehaviour()
Method Detail

getOfficeTargetFrameName

public String getOfficeTargetFrameName()
Gets the value of the officeTargetFrameName property.

Returns:
possible object is String

getXlinkShow

public String getXlinkShow()
Gets the value of the xlinkShow property.

Returns:
possible object is String

setOfficeTargetFrameName

public void setOfficeTargetFrameName(String value)
Sets the value of the officeTargetFrameName property.

Parameters:
value - allowed object is String

setXlinkShow

public void setXlinkShow(String value)
Sets the value of the xlinkShow property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.