org.gcube.portlets.admin.irbootstrapperportlet.gwt.client.UIElementsData
Class UIElement

java.lang.Object
  extended by org.gcube.portlets.admin.irbootstrapperportlet.gwt.client.UIElementsData.UIElement
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable
Direct Known Subclasses:
ExecutionEntityUIElement, ResourceTypeUIElement, ResourceUIElement

public class UIElement
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable

Author:
Spyros Boutsis, NKUA

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

UIElement

public UIElement()
Class constructor

Method Detail

setUID

public void setUID(String UID)
Sets the unique identifier of this UI element

Parameters:
UID - the UID to set

getUID

public String getUID()
Returns the unique identifier of this UI element

Returns:
the UID

setName

public void setName(String name)
Sets the name of this element

Parameters:
name - the name to set

getName

public String getName()
Returns the name of this element

Returns:
the name of this element

setDescription

public void setDescription(String desc)
Sets the description of this element

Parameters:
desc - the description to set

getDescription

public String getDescription()
Returns the description of this element

Returns:
the description of this element

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2013. All Rights Reserved.