gr.uoa.di.madgik.rr.element.data
Class DataCollectionDao

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

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


Field Summary
 String creationTime
           
 String description
           
 String ID
           
 String name
           
 Set<String> scopes
           
 long timestamp
           
 
Constructor Summary
DataCollectionDao()
           
 
Method Summary
 void apply(gr.uoa.di.madgik.rr.element.IDaoElement target)
           
 String deepToString()
           
 void fromXML(Element element)
           
 String getCreationTime()
           
 String getDescription()
           
 String getID()
           
 String getName()
           
 Set<String> getScopes()
           
 long getTimestamp()
           
 void setCreationTime(String creationTime)
           
 void setDescription(String description)
           
 void setID(String iD)
           
 void setName(String name)
           
 void setScopes(Set<String> scopes)
           
 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

name

public String name

description

public String description

creationTime

public String creationTime

scopes

public Set<String> scopes
Constructor Detail

DataCollectionDao

public DataCollectionDao()
Method Detail

getID

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

getTimestamp

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

getCreationTime

public String getCreationTime()

setCreationTime

public void setCreationTime(String creationTime)

setID

public void setID(String iD)

setTimestamp

public void setTimestamp(long timestamp)

getName

public String getName()

setName

public void setName(String name)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getScopes

public Set<String> getScopes()

setScopes

public void setScopes(Set<String> scopes)

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()
             throws gr.uoa.di.madgik.rr.ResourceRegistryException
Specified by:
toXML in interface gr.uoa.di.madgik.rr.element.IDaoElement
Throws:
gr.uoa.di.madgik.rr.ResourceRegistryException

deepToString

public String deepToString()


Copyright © 2013. All Rights Reserved.