gr.uoa.di.madgik.rr.element.data
Class DataCollectionDao
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
DataCollectionDao
public DataCollectionDao()
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 © 2012. All Rights Reserved.