org.exoplatform.wiki.service
Class BreadcrumbData
java.lang.Object
org.exoplatform.wiki.service.BreadcrumbData
public class BreadcrumbData
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BreadcrumbData
public BreadcrumbData(String id,
String path,
String title,
String wikiType,
String wikiOwner)
getId
public String getId()
setId
public void setId(String id)
getPath
public String getPath()
setPath
public void setPath(String path)
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
getWikiType
public String getWikiType()
setWikiType
public void setWikiType(String wikiType)
getWikiOwner
public String getWikiOwner()
setWikiOwner
public void setWikiOwner(String wikiOwner)
Copyright © 2013 eXo Platform SAS. All Rights Reserved.