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