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

java.lang.Object
  extended by org.gcube.portlets.admin.forwardindexportlet.gwt.shared.RunningInstanceBean
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, Comparable<RunningInstanceBean>

public class RunningInstanceBean
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable, Comparable<RunningInstanceBean>

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

Author:
Spyros Boutsis, NKUA

Constructor Summary
RunningInstanceBean()
          Empty constructor
 
Method Summary
 int compareTo(RunningInstanceBean o)
           
 String getRunningInstanceEPR()
          Returns the Running instance EPR
 void setRunningInstanceEPR(String EPR)
          Sets the running instance EPR
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunningInstanceBean

public RunningInstanceBean()
Empty constructor

Method Detail

setRunningInstanceEPR

public void setRunningInstanceEPR(String EPR)
Sets the running instance EPR

Parameters:
EPR - the epr

getRunningInstanceEPR

public String getRunningInstanceEPR()
Returns the Running instance EPR

Returns:
the epr

compareTo

public int compareTo(RunningInstanceBean o)
Specified by:
compareTo in interface Comparable<RunningInstanceBean>


Copyright © 2013. All Rights Reserved.