gr.uoa.di.madgik.rr.element.execution
Class ExecutionServerDao
java.lang.Object
gr.uoa.di.madgik.rr.element.execution.ExecutionServerDao
- All Implemented Interfaces:
- gr.uoa.di.madgik.rr.element.IDaoElement
public class ExecutionServerDao
- extends Object
- implements gr.uoa.di.madgik.rr.element.IDaoElement
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ID
public String ID
timestamp
public long timestamp
hostname
public String hostname
port
public String port
functionality
public String functionality
hostingNode
public String hostingNode
scopes
public Set<String> scopes
ExecutionServerDao
public ExecutionServerDao()
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
getTimestamp
public long getTimestamp()
- Specified by:
getTimestamp in interface gr.uoa.di.madgik.rr.element.IDaoElement
setID
public void setID(String iD)
setTimestamp
public void setTimestamp(long timestamp)
getHostname
public String getHostname()
setHostname
public void setHostname(String hostname)
getPort
public String getPort()
setPort
public void setPort(String port)
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
deepToString
public String deepToString()
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
Copyright © 2012. All Rights Reserved.