org.gcube.portlets.admin.forwardindexportlet.gwt.shared
Class ForwardIndexTypeBean

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

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

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

Author:
Spyros Boutsis, NKUA

Constructor Summary
ForwardIndexTypeBean()
          Empty constructor
 
Method Summary
 int compareTo(ForwardIndexTypeBean 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

ForwardIndexTypeBean

public ForwardIndexTypeBean()
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(ForwardIndexTypeBean arg0)
Specified by:
compareTo in interface Comparable<ForwardIndexTypeBean>


Copyright © 2013. All Rights Reserved.