public class LookupBean extends Object implements com.google.gwt.user.client.rpc.IsSerializable, Comparable<LookupBean>
| Constructor and Description |
|---|
LookupBean()
an empty constructor
|
| Modifier and Type | Method and Description |
|---|---|
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
|
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>Copyright © 2014. All Rights Reserved.