Daisy Open Source CMS

org.outerj.daisy.tools.importexport.model.document
Class ImpExpLink

java.lang.Object
  extended by org.outerj.daisy.tools.importexport.model.document.ImpExpLink

public class ImpExpLink
extends Object


Constructor Summary
ImpExpLink(String title, String target)
           
 
Method Summary
 String getTarget()
           
 String getTitle()
           
 void setTarget(String target)
           
 void setTitle(String title)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImpExpLink

public ImpExpLink(String title,
                  String target)
Method Detail

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getTarget

public String getTarget()

setTarget

public void setTarget(String target)

Daisy Open Source CMS