Oracle Corporation

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


public interface ApplicationGroupDescription

Application group description.

Copyright © 2008 Oracle Corporation. All Rights Reserved.

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

Method Detail

getName

public String getName()
Get application group name.

Returns:
application group name.

getProperties

public Set getProperties()
Get group properties.

Returns:
The properties.

Oracle Corporation