org.apache.lenya.cms.site.simple
Class SimpleLink

java.lang.Object
  extended by org.apache.lenya.cms.site.AbstractLink
      extended by org.apache.lenya.cms.site.simple.SimpleLink
All Implemented Interfaces:
org.apache.lenya.cms.site.Link

public class SimpleLink
extends org.apache.lenya.cms.site.AbstractLink

Link for SimpleSiteManager.


Constructor Summary
protected SimpleLink(org.apache.lenya.cms.publication.DocumentFactory factory, SimpleSiteNode node, java.lang.String _label, java.lang.String language)
           
 
Method Summary
 void delete()
           
 void setLabel(java.lang.String label)
           
 
Methods inherited from class org.apache.lenya.cms.site.AbstractLink
equals, getDocument, getLabel, getLanguage, getNode, hashCode, save, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleLink

protected SimpleLink(org.apache.lenya.cms.publication.DocumentFactory factory,
                     SimpleSiteNode node,
                     java.lang.String _label,
                     java.lang.String language)
Method Detail

delete

public void delete()

setLabel

public void setLabel(java.lang.String label)
Specified by:
setLabel in interface org.apache.lenya.cms.site.Link
Overrides:
setLabel in class org.apache.lenya.cms.site.AbstractLink


Copyright © $ Apache Software Foundation. All Rights Reserved.