public interface IServiceCategory
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Get the ID of the service category.
|
java.lang.String |
getName()
Get the name of this service category.
|
java.util.Set<IService> |
getServices()
Get a set of all the services in the category.
|
java.lang.String getId()
java.lang.String getName()
java.util.Set<IService> getServices()
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.