org.nuxeo.webengine.sites.models
Class ContextualLinkModel
java.lang.Object
org.nuxeo.theme.models.AbstractModel
org.nuxeo.webengine.sites.models.ContextualLinkModel
- All Implemented Interfaces:
- Model
public class ContextualLinkModel
- extends AbstractModel
Model related to the list with the details about the Contextual Link-s
that have been created under a WebSite or Webpage document
type, in the fragment initialization mechanism.
- Author:
- rux
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContextualLinkModel
public ContextualLinkModel(String title,
String description,
String link)
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getLink
public String getLink()
setLink
public void setLink(String link)
Copyright © 2010 Nuxeo SAS. All Rights Reserved.