public class IndexBean extends Object implements com.google.gwt.user.client.rpc.IsSerializable, Comparable<IndexBean>
| Constructor and Description |
|---|
IndexBean()
an empty constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(IndexBean arg0) |
String |
getEpr()
Gets the current serialized EndPointReference of the IndexManagement
|
String |
getHost()
Gets the host the IndexManagement currently recides on
|
String |
getId()
Gets the ID of the index
|
String |
getName()
Gets the name of the index
|
void |
setEpr(String epr)
Sets the current EndPointReference of the IndexManagement
|
void |
setHost(String host)
Sets the Host the IndexManagement currently resides on
|
void |
setId(String id)
Sets the ID of the index
|
void |
setName(String name)
Sets the Name of the index
|
public String getId()
public String getName()
public String getHost()
public String getEpr()
public void setId(String id)
id - -
the new ID to assign to this index representationpublic void setName(String name)
name - -
the new Name to assign to this index representationpublic void setHost(String host)
host - -
the new Host to assign to this index representationpublic void setEpr(String epr)
epr - -
the new EndPointReference to assign to this index
representationpublic int compareTo(IndexBean arg0)
compareTo in interface Comparable<IndexBean>Copyright © 2014. All Rights Reserved.