|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.larkc.core.data.workflow.EndpointNode
public class EndpointNode
This class contains the information about an endpoint.
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 |
---|
public EndpointNode()
Method Detail |
---|
public org.openrdf.model.URI getUri()
public void setUri(org.openrdf.model.URI uri)
uri
- the uri to setpublic java.lang.String getType()
public void setType(java.lang.String type)
type
- the type to setpublic void setPipe(java.lang.String pipe)
pipe
- the pipe to setpublic java.lang.String getPipe()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |