public class ElementMetadataDao extends Object implements gr.uoa.di.madgik.rr.element.IDaoElement
| Modifier and Type | Field and Description |
|---|---|
static String |
FieldNamePropertyName |
| Constructor and Description |
|---|
ElementMetadataDao() |
| Modifier and Type | Method and Description |
|---|---|
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() |
public static String FieldNamePropertyName
public String getID()
getID in interface gr.uoa.di.madgik.rr.element.IDaoElementpublic void setID(String iD)
public String getType()
public void setType(String type)
public long getTimestamp()
getTimestamp in interface gr.uoa.di.madgik.rr.element.IDaoElementpublic void setTimestamp(long timestamp)
public long getMetadataTimestamp()
public void setMetadataTimestamp(long timestamp)
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 String deepToString()
public 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.