|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.idp.dsc.registry.service.CreateServiceCategoryInfo
public class CreateServiceCategoryInfo
This class allows you to retrieve and set the information related to a service category.
| Constructor Summary | |
|---|---|
CreateServiceCategoryInfo()
Default constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Sets the description that will be applied to the service category. |
java.lang.String |
getId()
Retrieves the service category identifier. |
void |
setDescription(java.lang.String aDescription)
Retrieves the description that will be applied to the service category. |
void |
setId(java.lang.String aId)
Sets the service category identifier. |
java.lang.String |
toString()
Creates a string containing the service category identifier and description. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CreateServiceCategoryInfo()
| Method Detail |
|---|
public void setId(java.lang.String aId)
aId - T.he service category identifier.public java.lang.String getId()
public java.lang.String getDescription()
public void setDescription(java.lang.String aDescription)
aDescription - The description of the service category.public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||