org.nuxeo.webengine.sites.models
Class SearchModel
java.lang.Object
org.nuxeo.theme.models.AbstractModel
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
SearchModel
public SearchModel(String name,
String description,
String path,
String author,
String created,
String modified)
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)
Copyright © 2011 Nuxeo SAS. All Rights Reserved.