Oracle Corporation

com.bea.wlcp.wlng.account.management
Interface ServiceProviderGroupDescription


public interface ServiceProviderGroupDescription

Service provider group description.

Copyright © 2008 Oracle Corporation. All Rights Reserved.

Method Summary
 String getName()
          Get service provider group name.
 Set getProperties()
          Get group properties.
 

Method Detail

getName

public String getName()
Get service provider group name.

Returns:
service provider group name.

getProperties

public Set getProperties()
Get group properties.

Returns:
The properties.

Oracle Corporation