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 © 2006 BEA Systems, Inc. All Rights Reserved