gr.uoa.di.madgik.rr.element.search.index
Class FieldIndexContainerDao

java.lang.Object
  extended by 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


Constructor Summary
FieldIndexContainerDao()
           
 
Method Summary
 void apply(gr.uoa.di.madgik.rr.element.IDaoElement target)
           
 void fromXML(Element element)
           
 String getCollection()
           
 String getExpression()
           
 String getField()
           
 String getFieldType()
           
 String getID()
           
 String getLanguage()
           
 long getTimestamp()
           
 void setCollection(String collection)
           
 void setExpression(String expression)
           
 void setField(String field)
           
 void setFieldType(String fieldType)
           
 void setID(String iD)
           
 void setLanguage(String language)
           
 void setTimestamp(long timestamp)
           
 String toXML()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldIndexContainerDao

public FieldIndexContainerDao()
Method Detail

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 © 2013. All Rights Reserved.