|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.portlets.admin.irbootstrapperportlet.gwt.client.UIElementsData.UIElement
public class UIElement
| Constructor Summary | |
|---|---|
UIElement()
Class constructor |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
String |
getDescription()
Returns the description of this element |
String |
getName()
Returns the name of this element |
String |
getUID()
Returns the unique identifier of this UI element |
int |
hashCode()
|
void |
setDescription(String desc)
Sets the description of this element |
void |
setName(String name)
Sets the name of this element |
void |
setUID(String UID)
Sets the unique identifier of this UI element |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UIElement()
| Method Detail |
|---|
public void setUID(String UID)
UID - the UID to setpublic String getUID()
public void setName(String name)
name - the name to setpublic String getName()
public void setDescription(String desc)
desc - the description to setpublic String getDescription()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||