|
Clearspace API (2.5.29) Core Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jivesoftware.community.widget.WidgetFrameBean
public class WidgetFrameBean
A simple bean class to store WidgetFrame information.
| Constructor Summary | |
|---|---|
WidgetFrameBean()
|
|
| Method Summary | |
|---|---|
int |
getContainerID()
Gets the id of the container |
long |
getID()
Gets the id of the WidgetFrame |
int |
getIndex()
Gets the index of this WidgetFrame in the specified container. |
long |
getParentObjectID()
Gets the object id of the parent |
int |
getParentObjectType()
Gets the object type of the parent |
Map<String,String> |
getProperties()
Gets the properties specific to this WidgetFrame |
long |
getWidgetID()
Gets the internal id of the Widget |
boolean |
isPublished()
True if this WidgetFrame is published, false otherwise. |
void |
setContainerID(int containerID)
Sets the id of the container |
void |
setID(long ID)
Sets the id of the WidgetFrame |
void |
setIndex(int index)
Sets the index of this WidgetFrame in the specified container. |
void |
setParentObjectID(long parentObjectID)
Sets the object id of the parent |
void |
setParentObjectType(int parentObjectType)
Sets the object type of the parent |
void |
setProperties(Map<String,String> properties)
Sets the properties specific to this WidgetFrame |
void |
setPublished(boolean published)
True if this WidgetFrame is published, false otherwise. |
void |
setWidgetID(long widgetID)
Sets the internal id of the Widget |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WidgetFrameBean()
| Method Detail |
|---|
public long getID()
WidgetFrame
WidgetFramepublic void setID(long ID)
WidgetFrame
ID - the id of the WidgetFramepublic long getWidgetID()
Widget
Widgetpublic void setWidgetID(long widgetID)
Widget
widgetID - the internal id of the Widgetpublic int getParentObjectType()
public void setParentObjectType(int parentObjectType)
parentObjectType - the object type of the parentpublic long getParentObjectID()
public void setParentObjectID(long parentObjectID)
parentObjectID - the object id of the parentpublic int getContainerID()
public void setContainerID(int containerID)
containerID - the id of the containerpublic int getIndex()
WidgetFrame in the specified container.
WidgetFrame in the specified container.public void setIndex(int index)
WidgetFrame in the specified container.
index - the index of this WidgetFrame in the specified container.public boolean isPublished()
WidgetFrame is published, false otherwise.
WidgetFrame is published, false otherwise.public void setPublished(boolean published)
WidgetFrame is published, false otherwise.
published - true if this WidgetFrame is published, false otherwise.public Map<String,String> getProperties()
WidgetFrame
WidgetFramepublic void setProperties(Map<String,String> properties)
WidgetFrame
properties - the properties specific to this WidgetFrame
|
Clearspace Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||