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

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

public class GraphDependency
extends Object


Constructor Summary
GraphDependency()
           
 
Method Summary
 String getSource()
           
 String getTarget()
           
 String getType()
           
 void setSource(String source)
           
 void setTarget(String target)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphDependency

public GraphDependency()
Method Detail

getSource

public String getSource()

setSource

public void setSource(String source)

getTarget

public String getTarget()

setTarget

public void setTarget(String target)

getType

public String getType()

setType

public void setType(String type)


Copyright © 2014. All Rights Reserved.