gr.uoa.di.madgik.rr.element.search.index
Class FieldIndexContainerDao
java.lang.Object
gr.uoa.di.madgik.rr.element.search.index.FieldIndexContainerDao
- All Implemented Interfaces:
- gr.uoa.di.madgik.rr.element.IDaoElement
public class FieldIndexContainerDao
- 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 |
FieldIndexContainerDao
public FieldIndexContainerDao()
getID
public String getID()
- Specified by:
getID in interface gr.uoa.di.madgik.rr.element.IDaoElement
setID
public void setID(String iD)
getTimestamp
public long getTimestamp()
- Specified by:
getTimestamp in interface gr.uoa.di.madgik.rr.element.IDaoElement
setTimestamp
public void setTimestamp(long timestamp)
getFieldType
public String getFieldType()
setFieldType
public void setFieldType(String fieldType)
getCollection
public String getCollection()
setCollection
public void setCollection(String collection)
getLanguage
public String getLanguage()
setLanguage
public void setLanguage(String language)
getField
public String getField()
setField
public void setField(String field)
getExpression
public String getExpression()
setExpression
public void setExpression(String expression)
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
Copyright © 2012. All Rights Reserved.