| Package | com.adobe.idp.dsc.registry.service |
| Class | public class CreateServiceCategoryInfo |
| Inheritance | CreateServiceCategoryInfo Object |
| Method | Defined By | ||
|---|---|---|---|
Default constructor. | CreateServiceCategoryInfo | ||
String getDescription() Sets the description that will be applied to the service category. | CreateServiceCategoryInfo | ||
String getId() Retrieves the service category identifier. | CreateServiceCategoryInfo | ||
void setDescription(String aDescription) Retrieves the description that will be applied to the service category. | CreateServiceCategoryInfo | ||
void setId(String aId) Sets the service category identifier. | CreateServiceCategoryInfo | ||
String toString() Creates a string containing the service category identifier and description. | CreateServiceCategoryInfo | ||
| CreateServiceCategoryInfo | () |
public CreateServiceCategoryInfo()Default constructor.
| getDescription | () |
public String getDescription()Sets the description that will be applied to the service category.
Returns| The description of the service category. |
| getId | () |
public String getId()Retrieves the service category identifier.
Returns| The service category identifier. |
| setDescription | () |
public void setDescription(String aDescription)Retrieves the description that will be applied to the service category.
Parameters
aDescription — The description of the service category. |
| setId | () |
public void setId(String aId)Sets the service category identifier.
Parameters
aId — T.he service category identifier. |
| toString | () |
public String toString()Creates a string containing the service category identifier and description.
Returns| A string containing the service category identifier and description. |
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/javadoc/com/adobe/idp/dsc/registry/service/CreateServiceCategoryInfo.html