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

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

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

A class used to transport IndexManagement ResourceProperty information between the client and the service


Constructor Summary
MgmtPropertiesBean()
          An empty constructor
 
Method Summary
 String getClusterID()
          Gets the Status property of the IndexManagement
 String getCreated()
          Gets the Creation Time of the IndexManagement
 String getHost()
          Gets the name of the host where the index resource resides
 String getModified()
          Gets the Modified Time of the IndexManagement
 void setClusterID(String clusterID)
          Gets the Status property of the IndexManagement
 void setCreated(String created)
          Gets the Creation Time of the IndexManagement
 void setHost(String host)
          Sets the name of the host where the index resource resides
 void setModified(String modified)
          Gets the Modified Time of the IndexManagement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MgmtPropertiesBean

public MgmtPropertiesBean()
An empty constructor

Method Detail

getCreated

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

Returns:
the Creation Time of the IndexManagement

getModified

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

Returns:
the Modified Time of the IndexManagement

getClusterID

public String getClusterID()
Gets the Status property of the IndexManagement

Returns:
the Status property of the IndexManagement

getHost

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

Returns:
the host name

setCreated

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

Parameters:
created - -Creation Time of the IndexManagement

setModified

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

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

setClusterID

public void setClusterID(String clusterID)
Gets the Status property of the IndexManagement

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

setHost

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

Parameters:
host - the host name


Copyright © 2013. All Rights Reserved.