gr.uoa.di.madgik.rr.element
Interface IDaoElement


public interface IDaoElement


Method Summary
 void apply(IDaoElement other)
           
 void fromXML(Element element)
           
 String getID()
           
 long getTimestamp()
           
 String toXML()
           
 

Method Detail

fromXML

void fromXML(Element element)
             throws ResourceRegistryException
Throws:
ResourceRegistryException

toXML

String toXML()
             throws ResourceRegistryException
Throws:
ResourceRegistryException

getID

String getID()
             throws ResourceRegistryException
Throws:
ResourceRegistryException

getTimestamp

long getTimestamp()
                  throws ResourceRegistryException
Throws:
ResourceRegistryException

apply

void apply(IDaoElement other)
           throws ResourceRegistryException
Throws:
ResourceRegistryException


Copyright © 2012. All Rights Reserved.