Package com.atlassian.gadgets
Class GadgetId
java.lang.Object
com.atlassian.gadgets.GadgetId
- All Implemented Interfaces:
Serializable
Representation of the identifier for a particular gadget.
- See Also:
-
Method Summary
-
Method Details
-
value
Returns the value of the identifier as aString- Returns:
- the value of the identifier as a
String
-
toString
-
equals
-
hashCode
public int hashCode() -
valueOf
Converts theStringvalue to aGadgetIdobject.- Parameters:
id-Stringvalue to use- Returns:
GadgetIdwith the underlying value ofid
-