com.oy.shared.lm.graph.bo
Class GraphBean

java.lang.Object
  extended bycom.oy.shared.lm.graph.bo.GraphBean
All Implemented Interfaces:
java.io.Serializable

public class GraphBean
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Nested Class Summary
static class GraphBean.Columns
           
static class GraphBean.Fields
           
static class GraphBean.Relations
           
 
Field Summary
private  java.util.Collection edges
           
private  java.util.Collection groups
           
private  GraphInfo info
           
private  int infoId
           
private  java.util.Collection nodes
           
 
Constructor Summary
GraphBean()
           
 
Method Summary
 void copyFieldsFrom(GraphBean source)
           
 java.util.Collection getEdges()
           
 java.util.Collection getGroups()
           
 GraphInfo getInfo()
           
 int getInfoId()
           
 java.util.Collection getNodes()
           
 void setEdges(java.util.Collection edges)
           
 void setGroups(java.util.Collection groups)
           
 void setInfo(GraphInfo info)
           
 void setInfoId(int infoId)
           
 void setNodes(java.util.Collection nodes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

infoId

private int infoId

info

private GraphInfo info

nodes

private java.util.Collection nodes

edges

private java.util.Collection edges

groups

private java.util.Collection groups
Constructor Detail

GraphBean

public GraphBean()
Method Detail

getInfoId

public int getInfoId()

setInfoId

public void setInfoId(int infoId)

setInfo

public void setInfo(GraphInfo info)

getInfo

public GraphInfo getInfo()

setNodes

public void setNodes(java.util.Collection nodes)

getNodes

public java.util.Collection getNodes()

setEdges

public void setEdges(java.util.Collection edges)

getEdges

public java.util.Collection getEdges()

setGroups

public void setGroups(java.util.Collection groups)

getGroups

public java.util.Collection getGroups()

copyFieldsFrom

public void copyFieldsFrom(GraphBean source)


Copyright (C) 2005-2006 Pavel Simakov
http://www.softwaresecretweapons.com