org.gcube.portlets.admin.fulltextindexportlet.gwt.shared
Class LookupPropertiesBean

java.lang.Object
  extended by org.gcube.portlets.admin.fulltextindexportlet.gwt.shared.LookupPropertiesBean
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class LookupPropertiesBean
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable

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

LookupPropertiesBean

public LookupPropertiesBean()
An empty constructor

Method Detail

getIndexTypeID

public String getIndexTypeID()
Gets IndextypeID of the IndexLookup

Returns:
the IndextypeID of the IndexLookup

getIndexFormat

public String getIndexFormat()
Gets the IndexFormat of the IndexLookup

Returns:
the IndexFormat of the IndexLookup

getContentType

public String getContentType()
Gets the Content Type of the IndexLookup

Returns:
the Content Type of the IndexLookup

getCreated

public String getCreated()
Gets the Creation Time of the IndexLookup

Returns:
the Creation Time of the IndexLookup

getModified

public String getModified()
Gets the Modified Time of the IndexLookup

Returns:
the Modified Time of the IndexLookup

getStatus

public String getStatus()
Gets the Status property of the IndexLookup

Returns:
the Status property of the IndexLookup

getDocumentCount

public int getDocumentCount()
Gets the number of currently indexed documents

Returns:
the number of indexed documents

getHost

public String getHost()
Gets the name of the host where the lookup resource resides

Returns:
the host name

setIndexTypeID

public void setIndexTypeID(String indexTypeID)
Sets IndextypeID of the IndexLookup

Parameters:
indexTypeID - - the new IndextypeID of the IndexLookup

setIndexFormat

public void setIndexFormat(String indexFormat)
Gets the IndexFormat of the IndexLookup

Parameters:
indexFormat - - the new IndexFormat of the IndexLookup

setContentType

public void setContentType(String contentType)
Gets the Content Type of the IndexLookup

Parameters:
contentType - - the new Content Type of the IndexLookup

setCreated

public void setCreated(String created)
Gets the Creation Time of the IndexLookup

Parameters:
created - -Creation Time of the IndexLookup

setModified

public void setModified(String modified)
Gets the Modified Time of the IndexLookup

Parameters:
modified - - the new Modified Time of the IndexLookup

setStatus

public void setStatus(String status)
Gets the Status property of the IndexLookup

Parameters:
status - - the new Status property of the IndexLookup

setDocumentCount

public void setDocumentCount(int docCount)
Sets the number of currently indexed documents

Parameters:
docCount - the number of indexed documents

setHost

public void setHost(String host)
Sets the name of the host where the lookup resource resides

Parameters:
host - the host name


Copyright © 2013. All Rights Reserved.