|
Oracle Application Server Wireless Java API Reference B14043-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A Service Category is a collection of Services.
| Field Summary | |
static int |
TYPEIDThe type id of this class. |
static java.lang.String |
TYPENAMEThe constant class type identifier. |
| Method Summary | |
void |
addService(Service service)Add one Service. |
void |
addServices(Service[] services)Add a set of Services |
java.lang.String |
getDescription() |
Service[] |
getServices() |
void |
removeService(Service service)Remove a Service from the Service Category |
void |
removeServices(Service[] services)Remove a set of services from this Service Category. |
void |
setDescription(java.lang.String description) |
| Methods inherited from interface oracle.panama.model.ModelObject |
delete, getCreatedDate, getId, getLastModifiedDate, getName, getTypeId, getTypeName, isSystem, setName, setSystem, undoAll |
| Methods inherited from interface oracle.panama.model.XMLObject |
setXML, toXML |
| Field Detail |
public static final int TYPEID
public static final java.lang.String TYPENAME
| Method Detail |
public void addService(Service service)
service - a non null servicepublic void addServices(Service[] services)
services - an array of Services.public java.lang.String getDescription()
public Service[] getServices()
public void removeService(Service service)
service - the service.public void removeServices(Service[] services)
services - an array of Servicespublic void setDescription(java.lang.String description)
description - the description text.
|
Oracle Application Server Wireless Java API Reference B14043-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||