|
Jive API (3.0.13) Core Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jivesoftware.community.widget.WidgetDescriptor
public class WidgetDescriptor
A simple bean class to store installed Widget information.
| Field Summary | |
|---|---|
static long |
LOCAL_WIDGET
|
| Constructor Summary | |
|---|---|
WidgetDescriptor(long widgetID,
String className)
|
|
WidgetDescriptor(long widgetID,
String className,
long bridgeID,
long remoteWidgetID)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
long |
getBridgeID()
Returns the bridge ID of the widget if it is remote, otherwise returns LOCAL_WIDGET. |
String |
getClassName()
Returns the classname of the widget |
long |
getInternalID()
Returns the internal id of the widget |
long |
getRemoteWidgetID()
Returns the remote widget ID of the widget if it is remote, otherwise returns LOCAL_WIDGET. |
int |
hashCode()
|
boolean |
isRemote()
Indicates if this widget desriptor references a remote widget. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final long LOCAL_WIDGET
| Constructor Detail |
|---|
public WidgetDescriptor(long widgetID,
String className)
public WidgetDescriptor(long widgetID,
String className,
long bridgeID,
long remoteWidgetID)
| Method Detail |
|---|
public long getInternalID()
public String getClassName()
public long getBridgeID()
public long getRemoteWidgetID()
public boolean isRemote()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
Jive Product Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||