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

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

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

A class used to transport IndexManagement ResourceProperty information between the client and the service


Constructor Summary
MgmtPropertiesBean()
          An empty constructor
 
Method Summary
 String getContentType()
          Gets the Content Type of the IndexManagement
 String getCreated()
          Gets the Creation Time of the IndexManagement
 int getDocumentCount()
          Gets the number of currently indexed documents
 String getHost()
          Gets the name of the host where the index resource resides
 IndexKeysBean getIndexKeys()
          Gets IndextypeID of the IndexManagement
 String getModified()
          Gets the Modified Time of the IndexManagement
 String getStatus()
          Gets the Status property of the IndexManagement
 int getUpdaterCount()
          Gets the number of Updaters currently connected to the IndexManagement
 void setContentType(String contentType)
          Gets the Content Type of the IndexManagement
 void setCreated(String created)
          Gets the Creation Time of the IndexManagement
 void setDocumentCount(int docCount)
          Sets the number of currently indexed documents
 void setHost(String host)
          Sets the name of the host where the index resource resides
 void setIndexKeys(IndexKeysBean indexKeys)
          Sets IndextypeID of the IndexManagement
 void setModified(String modified)
          Gets the Modified Time of the IndexManagement
 void setStatus(String status)
          Gets the Status property of the IndexManagement
 void setUpdaterCount(int updaterCount)
          Sets the number of Updaters currently connected to the IndexManagement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MgmtPropertiesBean

public MgmtPropertiesBean()
An empty constructor

Method Detail

getIndexKeys

public IndexKeysBean getIndexKeys()
Gets IndextypeID of the IndexManagement

Returns:
the IndextypeID of the IndexManagement

getContentType

public String getContentType()
Gets the Content Type of the IndexManagement

Returns:
the Content Type of the IndexManagement

getCreated

public String getCreated()
Gets the Creation Time of the IndexManagement

Returns:
the Creation Time of the IndexManagement

getModified

public String getModified()
Gets the Modified Time of the IndexManagement

Returns:
the Modified Time of the IndexManagement

getStatus

public String getStatus()
Gets the Status property of the IndexManagement

Returns:
the Status property of the IndexManagement

getUpdaterCount

public int getUpdaterCount()
Gets the number of Updaters currently connected to the IndexManagement

Returns:
the number of Updaters currently connected to the IndexManagement

getDocumentCount

public int getDocumentCount()
Gets the number of currently indexed documents

Returns:
the number of indexed documents

getHost

public String getHost()
Gets the name of the host where the index resource resides

Returns:
the host name

setIndexKeys

public void setIndexKeys(IndexKeysBean indexKeys)
Sets IndextypeID of the IndexManagement

Parameters:
indexTypeID - - the new IndextypeID of the IndexManagement

setContentType

public void setContentType(String contentType)
Gets the Content Type of the IndexManagement

Parameters:
contentType - - the new Content Type of the IndexManagement

setCreated

public void setCreated(String created)
Gets the Creation Time of the IndexManagement

Parameters:
created - -Creation Time of the IndexManagement

setModified

public void setModified(String modified)
Gets the Modified Time of the IndexManagement

Parameters:
modified - - the new Modified Time of the IndexManagement

setStatus

public void setStatus(String status)
Gets the Status property of the IndexManagement

Parameters:
status - - the new Status property of the IndexManagement

setUpdaterCount

public void setUpdaterCount(int updaterCount)
Sets the number of Updaters currently connected to the IndexManagement

Parameters:
updaterCount - -number of Updaters currently connected to the IndexManagement

setDocumentCount

public void setDocumentCount(int docCount)
Sets the number of currently indexed documents

Parameters:
docCount - the number of indexed documents

setHost

public void setHost(String host)
Sets the name of the host where the index resource resides

Parameters:
host - the host name


Copyright © 2013. All Rights Reserved.