public class ServiceCatalogBean extends Object implements Serializable
| Constructor and Description |
|---|
ServiceCatalogBean()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
List<AvailableServiceBean> |
getServices() |
void |
setName(String name) |
void |
setServices(List<AvailableServiceBean> services) |
public String getName()
public void setName(String name)
name - the name to setpublic List<AvailableServiceBean> getServices()
public void setServices(List<AvailableServiceBean> services)
services - the services to setCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.