gr.uoa.di.madgik.rr.element.execution
Class SearchServiceDao
java.lang.Object
gr.uoa.di.madgik.rr.element.execution.SearchServiceDao
- All Implemented Interfaces:
- gr.uoa.di.madgik.rr.element.IDaoElement
public class SearchServiceDao
- 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
endpoint
public String endpoint
functionality
public String functionality
hostingNode
public String hostingNode
scopes
public Set<String> scopes
SearchServiceDao
public SearchServiceDao()
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.