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

java.lang.Object
  extended by org.gcube.portlets.admin.forwardindexportlet.gwt.shared.IndexKeyBean
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class IndexKeyBean
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable

Author:
Spyros Boutsis, NKUA

Constructor Summary
IndexKeyBean()
          Empty constructor
IndexKeyBean(String keyName, String indexTypeID, int keyCount)
           
 
Method Summary
 String getIndexTypeID()
           
 int getKeyCount()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexKeyBean

public IndexKeyBean()
Empty constructor


IndexKeyBean

public IndexKeyBean(String keyName,
                    String indexTypeID,
                    int keyCount)
Method Detail

getName

public String getName()

getIndexTypeID

public String getIndexTypeID()

getKeyCount

public int getKeyCount()


Copyright © 2013. All Rights Reserved.