public class LookupPropertiesBean extends Object implements com.google.gwt.user.client.rpc.IsSerializable
| Constructor and Description |
|---|
LookupPropertiesBean()
An empty constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCreated()
Gets the Creation Time of the IndexLookup
|
int |
getDocumentCount()
Gets the number of currently indexed documents
|
String |
getHost()
Gets the name of the host where the lookup resource resides
|
IndexKeysBean |
getIndexKeys()
Gets IndextypeID of the IndexLookup
|
String |
getModified()
Gets the Modified Time of the IndexLookup
|
String |
getStatus()
Gets the Status property of the IndexLookup
|
void |
setCreated(String created)
Gets the Creation Time of the IndexLookup
|
void |
setDocumentCount(int docCount)
Sets the number of currently indexed documents
|
void |
setHost(String host)
Sets the name of the host where the lookup resource resides
|
void |
setIndexKeys(IndexKeysBean indexKeys)
Sets IndextypeID of the IndexLookup
|
void |
setModified(String modified)
Gets the Modified Time of the IndexLookup
|
void |
setStatus(String status)
Gets the Status property of the IndexLookup
|
public IndexKeysBean getIndexKeys()
public String getCreated()
public String getModified()
public String getStatus()
public int getDocumentCount()
public String getHost()
public void setIndexKeys(IndexKeysBean indexKeys)
indexTypeID - -
the new IndextypeID of the IndexLookuppublic void setCreated(String created)
created - -Creation Time of the IndexLookuppublic void setModified(String modified)
modified - -
the new Modified Time of the IndexLookuppublic void setStatus(String status)
status - -
the new Status property of the IndexLookuppublic void setDocumentCount(int docCount)
docCount - the number of indexed documentspublic void setHost(String host)
host - the host nameCopyright © 2014. All Rights Reserved.