com.ibm.ram.internal.jaxb
Class WidgetCatalog.CatalogEntry
java.lang.Object
com.ibm.ram.internal.jaxb.WidgetCatalog.CatalogEntry
- Enclosing class:
- WidgetCatalog
public static class WidgetCatalog.CatalogEntry
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
xmlId
protected java.lang.String xmlId
title
protected java.lang.String title
description
protected java.lang.String description
type
protected java.lang.String type
icon
protected ResourceRef icon
preview
protected ResourceRef preview
thumbnail
protected ResourceRef thumbnail
widgetUri
protected java.lang.String widgetUri
gadgetable
protected boolean gadgetable
category
protected java.lang.String category
WidgetCatalog.CatalogEntry
public WidgetCatalog.CatalogEntry()
getXmlId
public java.lang.String getXmlId()
- Returns:
- Returns the xmlId.
- Since:
- 7.5.1.2
setXmlId
public void setXmlId(java.lang.String xmlId)
- Parameters:
xmlId - The xmlId to set.- Since:
- 7.5.1.2
getTitle
public java.lang.String getTitle()
- Returns:
- Returns the title.
- Since:
- 7.5.1.2
setTitle
public void setTitle(java.lang.String title)
- Parameters:
title - The title to set.- Since:
- 7.5.1.2
getDescription
public java.lang.String getDescription()
- Returns:
- Returns the description.
- Since:
- 7.5.1.2
setDescription
public void setDescription(java.lang.String description)
- Parameters:
description - The description to set.- Since:
- 7.5.1.2
getIcon
public ResourceRef getIcon()
- Returns:
- Returns the icon.
- Since:
- 7.5.1.2
setIcon
public void setIcon(ResourceRef icon)
- Parameters:
icon - The icon to set.- Since:
- 7.5.1.2
getPreview
public ResourceRef getPreview()
- Returns:
- Returns the preview.
- Since:
- 7.5.1.2
setPreview
public void setPreview(ResourceRef preview)
- Parameters:
preview - The preview to set.- Since:
- 7.5.1.2
getThumbnail
public ResourceRef getThumbnail()
- Returns:
- Returns the thumbnail.
- Since:
- 7.5.1.2
setThumbnail
public void setThumbnail(ResourceRef thumbnail)
- Parameters:
thumbnail - The thumbnail to set.- Since:
- 7.5.1.2
getType
public java.lang.String getType()
- Returns:
- Returns the type.
- Since:
- 7.5.1.2
setType
public void setType(java.lang.String type)
- Parameters:
type - The type to set.- Since:
- 7.5.1.2
getWidgetUri
public java.lang.String getWidgetUri()
- Returns:
- Returns the widgetUri.
- Since:
- 7.5.1.2
setWidgetUri
public void setWidgetUri(java.lang.String widgetUri)
- Parameters:
widgetUri - The widgetUri to set.- Since:
- 7.5.1.2
isGadgetable
public boolean isGadgetable()
- Returns:
- Returns the gadgetable.
- Since:
- 7.5.1.2
setGadgetable
public void setGadgetable(boolean gadgetable)
- Parameters:
gadgetable - The gadgetable to set.- Since:
- 7.5.1.2
getCategory
public java.lang.String getCategory()
- Returns:
- Returns the category.
- Since:
- 7.5.1.2
setCategory
public void setCategory(java.lang.String category)
- Parameters:
category - The category to set.- Since:
- 7.5.1.2