|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.groupdocs.viewer.domain.response.NodeContainer
public class NodeContainer
HTTP response object for ViewerHandler
ViewerHandler| Constructor Summary | |
|---|---|
NodeContainer()
Default constructor |
|
NodeContainer(List<Node> nodes)
Constructor with initial parameters |
|
| Method Summary | |
|---|---|
void |
addNodes(Node node)
Add node to list |
boolean |
equals(Object o)
|
Integer |
getCount()
Get nodes count |
List<Node> |
getNodes()
Get node list |
int |
hashCode()
|
void |
setCount(Integer count)
Set nodes count |
void |
setNodes(List<Node> nodes)
Set node list |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NodeContainer()
public NodeContainer(List<Node> nodes)
nodes - node list| Method Detail |
|---|
public List<Node> getNodes()
public void setNodes(List<Node> nodes)
nodes - node listpublic void addNodes(Node node)
node - nodepublic Integer getCount()
public void setCount(Integer count)
count - nodes countpublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||