|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.portlets.admin.fulltextindexportlet.gwt.shared.IndexBean
public class IndexBean
A class used to transport index information between the client and the service
| Constructor Summary | |
|---|---|
IndexBean()
an empty constructor |
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IndexBean()
| Method Detail |
|---|
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>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||