gr.uoa.di.madgik.rr.element.search.index
Class DataSourceServiceDao

java.lang.Object
  extended by 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


Constructor Summary
DataSourceServiceDao()
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataSourceServiceDao

public DataSourceServiceDao()
Method Detail

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 © 2013. All Rights Reserved.