gr.uoa.di.madgik.rr.element.config
Class StaticConfigurationDao

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


Field Summary
 String ID
           
 long timestamp
           
 
Constructor Summary
StaticConfigurationDao()
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public String ID

timestamp

public long timestamp
Constructor Detail

StaticConfigurationDao

public StaticConfigurationDao()
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)

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