|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.portlets.admin.forwardindexportlet.gwt.shared.LookupBean
public class LookupBean
A class used to transport IndexLookup information between the client and the service
| Constructor Summary | |
|---|---|
LookupBean()
an empty constructor |
|
| Method Summary | |
|---|---|
int |
compareTo(LookupBean arg0)
|
int |
getConnectionID()
Gets the ConnectionID of the IndexLookup |
String |
getEpr()
Gets the current serialized EndPointReference of the IndexLookup |
String |
getHost()
Gets the host the IndexLookup currently recides on |
String |
getId()
Gets the ID of the Index |
void |
setConnectionID(int connID)
Sets the ConnectionID of the IndexLookup |
void |
setEpr(String epr)
Sets the current EndPointReference of the IndexLookup |
void |
setHost(String host)
Sets the Host the IndexLookup currently resides on |
void |
setId(String id)
Sets the ID of the Index |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LookupBean()
| Method Detail |
|---|
public String getId()
public int getConnectionID()
public String getHost()
public String getEpr()
public void setId(String id)
id - -
the new ID to assign to this IndexLookup representationpublic void setConnectionID(int connID)
connID - -
the new ConnectionID to assign to this IndexLookup
representationpublic void setHost(String host)
host - -
the new Host to assign to this IndexLookup representationpublic void setEpr(String epr)
epr - -
the new EndPointReference to assign to this IndexLookup
representationpublic int compareTo(LookupBean arg0)
compareTo in interface Comparable<LookupBean>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||