|
||||||||||
| 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 |
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 |
|---|
public MgmtPropertiesBean()
| Method Detail |
|---|
public IndexKeysBean getIndexKeys()
public String getContentType()
public String getCreated()
public String getModified()
public String getStatus()
public int getUpdaterCount()
public int getDocumentCount()
public String getHost()
public void setIndexKeys(IndexKeysBean indexKeys)
indexTypeID - -
the new IndextypeID of the IndexManagementpublic void setContentType(String contentType)
contentType - -
the new Content Type of the IndexManagementpublic 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 name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||