public class StaticConfigurationDao extends Object implements gr.uoa.di.madgik.rr.element.IDaoElement
| Constructor and Description |
|---|
StaticConfigurationDao() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(gr.uoa.di.madgik.rr.element.IDaoElement target) |
String |
deepToString() |
void |
fromXML(Element element) |
String |
getID() |
Set<String> |
getPresentationInfoGroups() |
Set<String> |
getPresentationInfoKeywords() |
long |
getTimestamp() |
void |
setID(String id) |
void |
setPresentationInfoGroups(Set<String> presentationInfoGroups) |
void |
setPresentationInfoKeywords(Set<String> presentationInfoKeywords) |
void |
setTimestamp(long timestamp) |
String |
toXML() |
public String ID
public long timestamp
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 deepToString()
public void setPresentationInfoKeywords(Set<String> presentationInfoKeywords)
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.