gr.uoa.di.madgik.rr.element.search
Class PresentableDao
java.lang.Object
gr.uoa.di.madgik.rr.element.search.PresentableDao
- All Implemented Interfaces:
- gr.uoa.di.madgik.rr.element.IDaoElement
public class PresentableDao
- 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
collection
public String collection
locator
public String locator
order
public boolean order
field
public String field
expression
public String expression
presentationInfo
public Set<String> presentationInfo
datasourceScopes
public Set<String> datasourceScopes
PresentableDao
public PresentableDao()
deepToString
public String deepToString()
getField
public String getField()
setField
public void setField(String field)
getExpression
public String getExpression()
setExpression
public void setExpression(String expression)
getPresentationInfo
public Set<String> getPresentationInfo()
setPresentationInfo
public void setPresentationInfo(Set<String> presentationInfo)
isOrder
public boolean isOrder()
setOrder
public void setOrder(boolean order)
getLocator
public String getLocator()
setLocator
public void setLocator(String locator)
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
setID
public void setID(String iD)
setTimestamp
public void setTimestamp(long timestamp)
getCollection
public String getCollection()
setCollection
public void setCollection(String collection)
getDatasourceScopes
public Set<String> getDatasourceScopes()
setDatasourceScopes
public void setDatasourceScopes(Set<String> datasourceScopes)
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()
- Specified by:
toXML in interface gr.uoa.di.madgik.rr.element.IDaoElement
Copyright © 2012. All Rights Reserved.