public class JCRCategory extends Object implements CategoryBean, Serializable
| Constructor and Description |
|---|
JCRCategory(javax.jcr.Node categoryNode)
Initializes an instance of a JCR category.
|
| Modifier and Type | Method and Description |
|---|---|
javax.jcr.Node |
getCategoryNode()
Get the category node in the JCR
|
String |
getId() |
String |
getKey() |
String |
getPath()
Get path
|
void |
setKey(String key) |
public JCRCategory(javax.jcr.Node categoryNode)
categoryNode - the node in the JCRpublic String getId()
getId in interface CategoryBeanpublic String getKey()
getKey in interface CategoryBeanpublic void setKey(String key)
public String getPath()
CategoryBeangetPath in interface CategoryBeanpublic javax.jcr.Node getCategoryNode()
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.