gr.uoa.di.madgik.rr.element.metadata
Class ElementMetadataDao
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FieldNamePropertyName
public static String FieldNamePropertyName
ElementMetadataDao
public ElementMetadataDao()
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.