|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.portlets.admin.fulltextindexportlet.gwt.shared.LookupPropertiesBean
public class LookupPropertiesBean
A class used to transport IndexLookup ResourceProperty information between the client and the service
| Constructor Summary | |
|---|---|
LookupPropertiesBean()
An empty constructor |
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LookupPropertiesBean()
| Method Detail |
|---|
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 name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||