Skip navigation links


com.bea.wsrp.model
Interface IItemDescription

All Superinterfaces
Serializable

public interface IItemDescription
extends Serializable

Describes an item with a name and description.

This interface is intended to be implemented only by Oracle Weblogic Portal. Oracle Systems reserves the right to add abstract methods to this interface without notice. Implementations of this interface by other parties must not be expected to compile without change in future versions of Oracle Weblogic Portal.

Method Summary
 ILocalizedString getDescription()
          Gets the "description" element
 String getItemName()
          Gets the "itemName" attribute

 

Method Detail

getDescription

ILocalizedString getDescription()
Gets the "description" element

getItemName

String getItemName()
Gets the "itemName" attribute

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.