org.axway.grapes.server.core.graphs
Class GraphElement

java.lang.Object
  extended by org.axway.grapes.server.core.graphs.GraphElement

public class GraphElement
extends Object


Constructor Summary
GraphElement()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getValue()
           
 String getVersion()
           
 int hashCode()
           
 boolean isRoot()
           
 void setRoot(boolean root)
           
 void setValue(String value)
           
 void setVersion(String version)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphElement

public GraphElement()
Method Detail

getValue

public String getValue()

setValue

public void setValue(String value)

isRoot

public boolean isRoot()

setRoot

public void setRoot(boolean root)

setVersion

public void setVersion(String version)

getVersion

public String getVersion()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2014. All Rights Reserved.