org.xerial.wiki.html
Class Link

java.lang.Object
  extended by org.xerial.wiki.html.HTMLElement
      extended by org.xerial.wiki.html.Link

public class Link
extends HTMLElement


Constructor Summary
Link()
           
 
Method Summary
 String getHref()
           
 String getLabel()
           
 String getTarget()
           
 void setHref(String href)
           
 void setLabel(String label)
           
 void setTarget(String target)
           
 
Methods inherited from class org.xerial.wiki.html.HTMLElement
addAttribute, addContent, toHTML, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Link

public Link()
Method Detail

getHref

public String getHref()

setHref

public void setHref(String href)

getTarget

public String getTarget()

setTarget

public void setTarget(String target)

getLabel

public String getLabel()

setLabel

public void setLabel(String label)


Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.