gr.uoa.di.madgik.rr.element.search.index
Class DataSourceServiceDao
java.lang.Object
gr.uoa.di.madgik.rr.element.search.index.DataSourceServiceDao
- All Implemented Interfaces:
- gr.uoa.di.madgik.rr.element.IDaoElement
- Direct Known Subclasses:
- FTIndexServiceDao, FWIndexServiceDao, GeoIndexServiceDao, OpenSearchDataSourceServiceDao
public abstract class DataSourceServiceDao
- extends Object
- implements gr.uoa.di.madgik.rr.element.IDaoElement
DataSourceServiceDao
public DataSourceServiceDao()
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)
getType
public String getType()
getFunctionality
public String getFunctionality()
setFunctionality
public void setFunctionality(String functionality)
setType
public void setType(String type)
getScopes
public Set<String> getScopes()
setScopes
public void setScopes(Set<String> scopes)
getHostingNode
public String getHostingNode()
setHostingNode
public void setHostingNode(String hostingNode)
getEndpoint
public String getEndpoint()
setEndpoint
public void setEndpoint(String endpoint)
getDataSources
public Set<String> getDataSources()
setDataSources
public void setDataSources(Set<String> dataSources)
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
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2012. All Rights Reserved.