com.ibm.ram.internal.jaxb
Class WidgetCatalog.CatalogEntry

java.lang.Object
  extended by com.ibm.ram.internal.jaxb.WidgetCatalog.CatalogEntry
Enclosing class:
WidgetCatalog

public static class WidgetCatalog.CatalogEntry
extends java.lang.Object


Field Summary
protected  java.lang.String category
           
protected  java.lang.String description
           
protected  boolean gadgetable
           
protected  ResourceRef icon
           
protected  ResourceRef preview
           
protected  ResourceRef thumbnail
           
protected  java.lang.String title
           
protected  java.lang.String type
           
protected  java.lang.String widgetUri
           
protected  java.lang.String xmlId
           
 
Constructor Summary
WidgetCatalog.CatalogEntry()
           
 
Method Summary
 java.lang.String getCategory()
           
 java.lang.String getDescription()
           
 ResourceRef getIcon()
           
 ResourceRef getPreview()
           
 ResourceRef getThumbnail()
           
 java.lang.String getTitle()
           
 java.lang.String getType()
           
 java.lang.String getWidgetUri()
           
 java.lang.String getXmlId()
           
 boolean isGadgetable()
           
 void setCategory(java.lang.String category)
           
 void setDescription(java.lang.String description)
           
 void setGadgetable(boolean gadgetable)
           
 void setIcon(ResourceRef icon)
           
 void setPreview(ResourceRef preview)
           
 void setThumbnail(ResourceRef thumbnail)
           
 void setTitle(java.lang.String title)
           
 void setType(java.lang.String type)
           
 void setWidgetUri(java.lang.String widgetUri)
           
 void setXmlId(java.lang.String xmlId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

WidgetCatalog.CatalogEntry

public WidgetCatalog.CatalogEntry()
Method Detail

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