org.silverpeas.node.web
Class NodeAttrEntity

java.lang.Object
  extended by org.silverpeas.node.web.NodeAttrEntity

public class NodeAttrEntity
extends Object


Constructor Summary
NodeAttrEntity()
           
 
Method Summary
static NodeAttrEntity fromNodeDetail(NodeDetail node, String uri, String lang)
           
static NodeAttrEntity fromNodeDetail(NodeDetail node, URI uri, String lang)
          Creates a new node entity from the specified node.
 URI getChildrenURI()
           
 String getComponentId()
           
 Date getCreationDate()
           
 UserProfileEntity getCreator()
           
 String getCreatorId()
           
 String getDescription()
           
 String getId()
           
 String getNbItems()
           
 int getOrder()
           
 String getRel()
           
 String getRole()
           
 String getStatus()
           
 URI getUri()
           
 void setChildrenURI(URI childrenURI)
           
 void setComponentId(String componentId)
           
 void setCreationDate(Date creationDate)
           
 void setCreator(UserProfileEntity creator)
           
 void setCreatorId(String creatorId)
           
 void setDescription(String description)
           
 void setId(String id)
           
 void setNbItems(String nbItems)
           
 void setOrder(int order)
           
 void setRel(String rel)
           
 void setRole(String role)
           
 void setStatus(String status)
           
 void setUri(URI uri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeAttrEntity

public NodeAttrEntity()
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()

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.