public abstract class DataSourceServiceDao extends Object implements gr.uoa.di.madgik.rr.element.IDaoElement
| Constructor and Description |
|---|
DataSourceServiceDao() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(gr.uoa.di.madgik.rr.element.IDaoElement target) |
void |
fromXML(Element element) |
Set<String> |
getDataSources() |
String |
getEndpoint() |
String |
getFunctionality() |
String |
getHostingNode() |
String |
getID() |
Set<String> |
getScopes() |
long |
getTimestamp() |
String |
getType() |
void |
setDataSources(Set<String> dataSources) |
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) |
void |
setType(String type) |
String |
toString() |
String |
toXML() |
public String getID()
getID in interface gr.uoa.di.madgik.rr.element.IDaoElementpublic void setID(String iD)
public long getTimestamp()
getTimestamp in interface gr.uoa.di.madgik.rr.element.IDaoElementpublic void setTimestamp(long timestamp)
public String getType()
public String getFunctionality()
public void setFunctionality(String functionality)
public void setType(String type)
public String getHostingNode()
public void setHostingNode(String hostingNode)
public String getEndpoint()
public void setEndpoint(String endpoint)
public void apply(gr.uoa.di.madgik.rr.element.IDaoElement target)
throws gr.uoa.di.madgik.rr.ResourceRegistryException
apply in interface gr.uoa.di.madgik.rr.element.IDaoElementgr.uoa.di.madgik.rr.ResourceRegistryExceptionpublic void fromXML(Element element) throws gr.uoa.di.madgik.rr.ResourceRegistryException
fromXML in interface gr.uoa.di.madgik.rr.element.IDaoElementgr.uoa.di.madgik.rr.ResourceRegistryExceptionpublic String toXML()
toXML in interface gr.uoa.di.madgik.rr.element.IDaoElementCopyright © 2013. All Rights Reserved.