|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.portlets.admin.forwardindexportlet.gwt.shared.MgmtPropertiesBean
public class MgmtPropertiesBean
A class used to transport IndexManagement ResourceProperty information between the client and the service
| Constructor Summary | |
|---|---|
MgmtPropertiesBean()
An empty constructor |
|
| Method Summary | |
|---|---|
String |
getClusterID()
|
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 |
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 |
setClusterID(String clusterID)
|
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 |
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 |
|---|
public MgmtPropertiesBean()
| Method Detail |
|---|
public String getCreated()
public String getModified()
public String getStatus()
public int getUpdaterCount()
public int getDocumentCount()
public String getHost()
public void setCreated(String created)
created - -Creation Time of the IndexManagementpublic void setModified(String modified)
modified - -
the new Modified Time of the IndexManagementpublic void setStatus(String status)
status - -
the new Status property of the IndexManagementpublic void setUpdaterCount(int updaterCount)
updaterCount - -number of Updaters currently connected to the IndexManagementpublic void setDocumentCount(int docCount)
docCount - the number of indexed documentspublic void setHost(String host)
host - the host namepublic String getClusterID()
public void setClusterID(String clusterID)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||