gr.uoa.di.madgik.rr.element.metadata
Class ElementMetadataDao

java.lang.Object
  extended by gr.uoa.di.madgik.rr.element.metadata.ElementMetadataDao
All Implemented Interfaces:
gr.uoa.di.madgik.rr.element.IDaoElement

public class ElementMetadataDao
extends Object
implements gr.uoa.di.madgik.rr.element.IDaoElement


Field Summary
static String FieldNamePropertyName
           
 
Constructor Summary
ElementMetadataDao()
           
 
Method Summary
 void apply(gr.uoa.di.madgik.rr.element.IDaoElement target)
           
 String deepToString()
           
 void fromXML(Element element)
           
 String getID()
           
 long getMetadataTimestamp()
           
 Set<String> getPropertyKeys()
           
 Set<String> getPropertyValues()
           
 long getTimestamp()
           
 String getType()
           
 void setID(String iD)
           
 void setMetadataTimestamp(long timestamp)
           
 void setPropertyKeys(Set<String> propertyKeys)
           
 void setPropertyValues(Set<String> propertyValues)
           
 void setTimestamp(long timestamp)
           
 void setType(String type)
           
 String toXML()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FieldNamePropertyName

public static String FieldNamePropertyName
Constructor Detail

ElementMetadataDao

public ElementMetadataDao()
Method Detail

getID

public String getID()
Specified by:
getID in interface gr.uoa.di.madgik.rr.element.IDaoElement

setID

public void setID(String iD)

getType

public String getType()

setType

public void setType(String type)

getTimestamp

public long getTimestamp()
Specified by:
getTimestamp in interface gr.uoa.di.madgik.rr.element.IDaoElement

setTimestamp

public void setTimestamp(long timestamp)

getMetadataTimestamp

public long getMetadataTimestamp()

setMetadataTimestamp

public void setMetadataTimestamp(long timestamp)

getPropertyKeys

public Set<String> getPropertyKeys()

setPropertyKeys

public void setPropertyKeys(Set<String> propertyKeys)

getPropertyValues

public Set<String> getPropertyValues()

setPropertyValues

public void setPropertyValues(Set<String> propertyValues)

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

deepToString

public String deepToString()

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.