|
This interface is generated from the WSRP version 1.0 specification. For details on this interface, please see the WSRP version 1.0 specification | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.portal.wsrp.common.stubs.ItemDescription
Constructor Summary | |
ItemDescription()
|
|
ItemDescription(String itemName,
LocalizedString description,
Extension[] extensions)
|
Method Summary | |
LocalizedString |
getDescription()
|
Extension[] |
getExtensions()
|
String |
getItemName()
|
void |
setDescription(LocalizedString description)
|
void |
setExtensions(Extension[] extensions)
|
void |
setItemName(String itemName)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ItemDescription()
public ItemDescription(String itemName, LocalizedString description, Extension[] extensions)
Method Detail |
public String getItemName()
public void setItemName(String itemName)
public LocalizedString getDescription()
public void setDescription(LocalizedString description)
public Extension[] getExtensions()
public void setExtensions(Extension[] extensions)
|
This interface is generated from the WSRP version 1.0 specification. For details on this interface, please see the WSRP version 1.0 specification | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |