Package org.silverpeas.core.webapi.node
Class NodeAttrEntity
- java.lang.Object
-
- org.silverpeas.core.webapi.node.NodeAttrEntity
-
public class NodeAttrEntity extends Object
-
-
Constructor Summary
Constructors Constructor Description NodeAttrEntity()
-
Method Summary
-
-
-
Method Detail
-
fromNodeDetail
public static NodeAttrEntity fromNodeDetail(NodeDetail node, URI uri, String lang)
Creates a new node entity from the specified node.- Parameters:
node
- the node to entitify.- Returns:
- the entity representing the specified node.
-
fromNodeDetail
public static NodeAttrEntity fromNodeDetail(NodeDetail node, String uri, String lang)
-
setUri
public void setUri(URI uri)
-
getUri
public URI getUri()
-
setId
public void setId(String id)
-
getId
public String getId()
-
setComponentId
public void setComponentId(String componentId)
-
getComponentId
public String getComponentId()
-
setChildrenURI
public void setChildrenURI(URI childrenURI)
-
getChildrenURI
public URI getChildrenURI()
-
setNbItems
public void setNbItems(String nbItems)
-
getNbItems
public String getNbItems()
-
setStatus
public void setStatus(String status)
-
getStatus
public String getStatus()
-
setOrder
public void setOrder(int order)
-
getOrder
public int getOrder()
-
setRole
public void setRole(String role)
-
getRole
public String getRole()
-
setCreatorId
public void setCreatorId(String creatorId)
-
getCreatorId
public String getCreatorId()
-
setDescription
public void setDescription(String description)
-
getDescription
public String getDescription()
-
setCreator
public void setCreator(UserProfileEntity creator)
-
getCreator
public UserProfileEntity getCreator()
-
setCreationDate
public void setCreationDate(Date creationDate)
-
getCreationDate
public Date getCreationDate()
-
isSpecificRights
public boolean isSpecificRights()
-
setSpecificRights
public void setSpecificRights(boolean specificRights)
-
-