Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.webengine.sites.models
Class SearchModel

java.lang.Object
  extended by org.nuxeo.theme.models.AbstractModel
      extended by org.nuxeo.webengine.sites.models.SearchModel
All Implemented Interfaces:
Model

public class SearchModel
extends AbstractModel

Model related to searching a certain webPage between all the pages under a WebSite that contains in title, description , main content or attached files the given searchParam. in the fragment initialization mechanism.

Author:
rux

Constructor Summary
SearchModel(String name, String description, String path, String author, String created, String modified)
           
 
Method Summary
 String getAuthor()
           
 String getCreated()
           
 String getDescription()
           
 String getModified()
           
 String getName()
           
 String getPath()
           
 void setAuthor(String author)
           
 void setCreated(String created)
           
 void setDescription(String description)
           
 void setModified(String modified)
           
 void setName(String name)
           
 void setPath(String path)
           
 
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

SearchModel

public SearchModel(String name,
                   String description,
                   String path,
                   String author,
                   String created,
                   String modified)
Method Detail

getName

public String getName()

setName

public void setName(String name)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getPath

public String getPath()

setPath

public void setPath(String path)

getAuthor

public String getAuthor()

setAuthor

public void setAuthor(String author)

getCreated

public String getCreated()

setCreated

public void setCreated(String created)

getModified

public String getModified()

setModified

public void setModified(String modified)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.