gr.uoa.di.madgik.rr.element.execution
Class WorkflowServiceDao

java.lang.Object
  extended by gr.uoa.di.madgik.rr.element.execution.WorkflowServiceDao
All Implemented Interfaces:
gr.uoa.di.madgik.rr.element.IDaoElement

public class WorkflowServiceDao
extends Object
implements gr.uoa.di.madgik.rr.element.IDaoElement


Field Summary
 String endpoint
           
 String functionality
           
 String hostingNode
           
 String ID
           
 Set<String> scopes
           
 long timestamp
           
 
Constructor Summary
WorkflowServiceDao()
           
 
Method Summary
 void apply(gr.uoa.di.madgik.rr.element.IDaoElement target)
           
 String deepToString()
           
 void fromXML(Element element)
           
 String getEndpoint()
           
 String getFunctionality()
           
 String getHostingNode()
           
 String getID()
           
 Set<String> getScopes()
           
 long getTimestamp()
           
 void setEndpoint(String endpoint)
           
 void setFunctionality(String functionality)
           
 void setHostingNode(String hostingNode)
           
 void setID(String iD)
           
 void setScopes(Set<String> scopes)
           
 void setTimestamp(long timestamp)
           
 String toXML()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public String ID

timestamp

public long timestamp

endpoint

public String endpoint

functionality

public String functionality

hostingNode

public String hostingNode

scopes

public Set<String> scopes
Constructor Detail

WorkflowServiceDao

public WorkflowServiceDao()
Method Detail

getScopes

public Set<String> getScopes()

setScopes

public void setScopes(Set<String> scopes)

getHostingNode

public String getHostingNode()

setHostingNode

public void setHostingNode(String hostingNode)

getFunctionality

public String getFunctionality()

setFunctionality

public void setFunctionality(String functionality)

getID

public String getID()
Specified by:
getID in interface gr.uoa.di.madgik.rr.element.IDaoElement

setID

public void setID(String iD)

getTimestamp

public long getTimestamp()
Specified by:
getTimestamp in interface gr.uoa.di.madgik.rr.element.IDaoElement

setTimestamp

public void setTimestamp(long timestamp)

getEndpoint

public String getEndpoint()

setEndpoint

public void setEndpoint(String endpoint)

apply

public void apply(gr.uoa.di.madgik.rr.element.IDaoElement target)
           throws gr.uoa.di.madgik.rr.ResourceRegistryException
Specified by:
apply in interface gr.uoa.di.madgik.rr.element.IDaoElement
Throws:
gr.uoa.di.madgik.rr.ResourceRegistryException

fromXML

public void fromXML(Element element)
             throws gr.uoa.di.madgik.rr.ResourceRegistryException
Specified by:
fromXML in interface gr.uoa.di.madgik.rr.element.IDaoElement
Throws:
gr.uoa.di.madgik.rr.ResourceRegistryException

toXML

public String toXML()
Specified by:
toXML in interface gr.uoa.di.madgik.rr.element.IDaoElement

deepToString

public String deepToString()


Copyright © 2012. All Rights Reserved.