org.jboss.portal.wsrp.core
Class ItemDescription
java.lang.Object
org.jboss.portal.wsrp.core.ItemDescription
- All Implemented Interfaces:
- java.io.Serializable
public class ItemDescription
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
itemName
protected java.lang.String itemName
description
protected LocalizedString description
extensions
protected Extension[] extensions
ItemDescription
public ItemDescription()
ItemDescription
public ItemDescription(java.lang.String itemName,
LocalizedString description,
Extension[] extensions)
getItemName
public java.lang.String getItemName()
setItemName
public void setItemName(java.lang.String itemName)
getDescription
public LocalizedString getDescription()
setDescription
public void setDescription(LocalizedString description)
getExtensions
public Extension[] getExtensions()
setExtensions
public void setExtensions(Extension[] extensions)