eu.larkc.core.data.workflow
Class EndpointNode

java.lang.Object
  extended by eu.larkc.core.data.workflow.EndpointNode

public class EndpointNode
extends java.lang.Object

This class contains the information about an endpoint.

Author:
norlan

Constructor Summary
EndpointNode()
          Default constructor.
 
Method Summary
 java.lang.String getPipe()
          Getter.
 java.lang.String getType()
          Getter.
 org.openrdf.model.URI getUri()
          Getter.
 void setPipe(java.lang.String pipe)
          Setter.
 void setType(java.lang.String type)
          Setter.
 void setUri(org.openrdf.model.URI uri)
          Setter.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndpointNode

public EndpointNode()
Default constructor.

Method Detail

getUri

public org.openrdf.model.URI getUri()
Getter. Retrieves the uri.

Returns:
the uri

setUri

public void setUri(org.openrdf.model.URI uri)
Setter. Sets or updates the uri to the passed value.

Parameters:
uri - the uri to set

getType

public java.lang.String getType()
Getter. Retrieves the type.

Returns:
the type

setType

public void setType(java.lang.String type)
Setter. Sets or updates the type to the passed value.

Parameters:
type - the type to set

setPipe

public void setPipe(java.lang.String pipe)
Setter. Sets or updates the pipe to the passed value.

Parameters:
pipe - the pipe to set

getPipe

public java.lang.String getPipe()
Getter. Retrieves the pipe.

Returns:
the pipe