gr.uoa.di.madgik.rr.element.config
Class StaticConfigurationDao
java.lang.Object
gr.uoa.di.madgik.rr.element.config.StaticConfigurationDao
- All Implemented Interfaces:
- gr.uoa.di.madgik.rr.element.IDaoElement
public class StaticConfigurationDao
- 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
StaticConfigurationDao
public StaticConfigurationDao()
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)
deepToString
public String deepToString()
getPresentationInfoGroups
public Set<String> getPresentationInfoGroups()
setPresentationInfoGroups
public void setPresentationInfoGroups(Set<String> presentationInfoGroups)
getPresentationInfoKeywords
public Set<String> getPresentationInfoKeywords()
setPresentationInfoKeywords
public void setPresentationInfoKeywords(Set<String> presentationInfoKeywords)
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
Copyright © 2012. All Rights Reserved.