Clearspace API (2.5.29) Core Javadocs

com.jivesoftware.community.widget
Class WidgetLayoutDescriptor

java.lang.Object
  extended by com.jivesoftware.community.widget.WidgetLayoutDescriptor
All Implemented Interfaces:
Serializable

public class WidgetLayoutDescriptor
extends Object
implements Serializable

A simple bean class to store installed WidgetLayout information.

See Also:
Serialized Form

Constructor Summary
WidgetLayoutDescriptor(long internalID, String className, boolean disabled)
           
 
Method Summary
 boolean equals(Object o)
           
 String getClassName()
          Returns the classname of the widget layout
 long getInternalID()
          Returns the internal id of the widget layout
 int hashCode()
           
 boolean isDisabled()
          Returns true if this widget layout has been disabled, false otherwise.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WidgetLayoutDescriptor

public WidgetLayoutDescriptor(long internalID,
                              String className,
                              boolean disabled)
Method Detail

getInternalID

public long getInternalID()
Returns the internal id of the widget layout

Returns:
the internal id of the widget layout

getClassName

public String getClassName()
Returns the classname of the widget layout

Returns:
the classname of the widget layout

isDisabled

public boolean isDisabled()
Returns true if this widget layout has been disabled, false otherwise.

Returns:
true if this widget layout has been disabled, false otherwise

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

Clearspace Project Page

Copyright © 1999-2007 Jive Software.