com.bea.netuix.servicelevel
Interface PortletServiceLevelDescription

All Superinterfaces
Serializable

public interface PortletServiceLevelDescription
extends Serializable

Describes a ServiceLevel for a Portlet, along with identifying information for the Portlet, such as definitionLabel and instanceLabel.


Method Summary
 String getDefinitionId()
           
 String getDefinitionLabel()
           
 String getInstanceId()
           
 String getInstanceLabel()
           
 PortletServiceLevel getServiceLevel()
           
 

Method Detail

getServiceLevel

PortletServiceLevel getServiceLevel()

getDefinitionLabel

String getDefinitionLabel()

getInstanceLabel

String getInstanceLabel()

getDefinitionId

String getDefinitionId()

getInstanceId

String getInstanceId()


Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.