org.silverpeas.node.web
Class NodeAttrEntity
java.lang.Object
org.silverpeas.node.web.NodeAttrEntity
public class NodeAttrEntity
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NodeAttrEntity
public NodeAttrEntity()
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()
setRel
public void setRel(String rel)
getRel
public String getRel()
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()
Copyright © 2016 Silverpeas. All Rights Reserved.