org.gcube.portlets.admin.fulltextindexportlet.gwt.client.ui.indexmanagement.index
Class IndexItemContent

java.lang.Object
  extended by org.gcube.portlets.admin.fulltextindexportlet.gwt.client.ui.indexmanagement.index.IndexItemContent
All Implemented Interfaces:
ItemContent

public class IndexItemContent
extends Object
implements ItemContent

An ItemContent implementation used to hold information about an IndexItem


Constructor Summary
IndexItemContent(String collectionID, String indexID)
          Constructor
 
Method Summary
 String getCollectionID()
          A getter method for the CollectionID
 String getID()
          Returns an Identifier for the index related Item
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexItemContent

public IndexItemContent(String collectionID,
                        String indexID)
Constructor

Parameters:
collectionID - -The collectionID of the collection to which the IndexItem should belong
indexID - - The IndexID of the Index this IndexItem describes
Method Detail

getID

public String getID()
Returns an Identifier for the index related Item

Specified by:
getID in interface ItemContent
Returns:
- an Identifier for the Item

getCollectionID

public String getCollectionID()
A getter method for the CollectionID

Returns:
- the collectionID of the collection to which the IndexItem belongs


Copyright © 2013. All Rights Reserved.