org.gcube.portlets.admin.fulltextindexportlet.gwt.shared
Class FullTextIndexTypeBean

java.lang.Object
  extended by org.gcube.portlets.admin.fulltextindexportlet.gwt.shared.FullTextIndexTypeBean
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, Comparable<FullTextIndexTypeBean>

public class FullTextIndexTypeBean
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable, Comparable<FullTextIndexTypeBean>

A class used to transport index type information between the client and the service

Author:
Spyros Boutsis, NKUA

Constructor Summary
FullTextIndexTypeBean()
          Empty constructor
 
Method Summary
 int compareTo(FullTextIndexTypeBean arg0)
           
 String getIndexTypeID()
          Returns the index type ID
 void setIndexTypeID(String indexTypeID)
          Sets the index type ID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FullTextIndexTypeBean

public FullTextIndexTypeBean()
Empty constructor

Method Detail

getIndexTypeID

public String getIndexTypeID()
Returns the index type ID

Returns:
the index type ID

setIndexTypeID

public void setIndexTypeID(String indexTypeID)
Sets the index type ID

Parameters:
indexTypeID - the index type ID

compareTo

public int compareTo(FullTextIndexTypeBean arg0)
Specified by:
compareTo in interface Comparable<FullTextIndexTypeBean>


Copyright © 2013. All Rights Reserved.