Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.webengine.sites.models
Class ContextualLinkModel

java.lang.Object
  extended by org.nuxeo.theme.models.AbstractModel
      extended by 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

Constructor Summary
ContextualLinkModel(String title, String description, String link)
           
 
Method Summary
 String getDescription()
           
 String getLink()
           
 String getTitle()
           
 void setDescription(String description)
           
 void setLink(String link)
           
 void setTitle(String title)
           
 
Methods inherited from class org.nuxeo.theme.models.AbstractModel
addItem, getItems, getModelType, getModelTypeName, hasItems, insertItem
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextualLinkModel

public ContextualLinkModel(String title,
                           String description,
                           String link)
Method Detail

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)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.