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

java.lang.Object
  extended by org.gcube.portlets.admin.forwardindexportlet.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 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
 
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

getIndexKeys

public IndexKeysBean getIndexKeys()
Gets IndextypeID of the IndexLookup

Returns:
the IndextypeID 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

setIndexKeys

public void setIndexKeys(IndexKeysBean indexKeys)
Sets IndextypeID of the IndexLookup

Parameters:
indexTypeID - - the new IndextypeID 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.