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 |
getContentType()
Gets the Content Type of the IndexLookup
|
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
|
String |
getIndexFormat()
Gets the IndexFormat of the IndexLookup
|
String |
getIndexTypeID()
Gets IndextypeID of the IndexLookup
|
String |
getModified()
Gets the Modified Time of the IndexLookup
|
String |
getStatus()
Gets the Status property of the IndexLookup
|
void |
setContentType(String contentType)
Gets the Content Type 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 |
setIndexFormat(String indexFormat)
Gets the IndexFormat of the IndexLookup
|
void |
setIndexTypeID(String indexTypeID)
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 String getIndexTypeID()
public String getIndexFormat()
public String getContentType()
public String getCreated()
public String getModified()
public String getStatus()
public int getDocumentCount()
public String getHost()
public void setIndexTypeID(String indexTypeID)
indexTypeID - -
the new IndextypeID of the IndexLookuppublic void setIndexFormat(String indexFormat)
indexFormat - -
the new IndexFormat of the IndexLookuppublic void setContentType(String contentType)
contentType - -
the new Content Type 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.