Package org.exoplatform.wiki.jpa.entity
Class WikiEntity
java.lang.Object
org.exoplatform.wiki.jpa.entity.WikiEntity
Created by The eXo Platform SAS
Author : eXoPlatform
exo@exoplatform.com
Jun 23, 2015
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetId()getName()getOwner()getType()booleanvoidsetAllowMultipleSyntax(boolean allowMultipleSyntax) setPermissions(List<PermissionEntity> permissions) voidsetWikiHome(PageEntity wikiHome)
-
Constructor Details
-
WikiEntity
public WikiEntity()
-
-
Method Details
-
getId
public long getId() -
getName
-
setName
-
getOwner
-
setOwner
-
getType
-
setType
-
getWikiHome
-
setWikiHome
-
getPermissions
-
setPermissions
-
getSyntax
-
setSyntax
-
isAllowMultipleSyntax
public boolean isAllowMultipleSyntax() -
setAllowMultipleSyntax
public void setAllowMultipleSyntax(boolean allowMultipleSyntax)
-