Packagecom.adobe.idp.dsc.registry.service
Classpublic class CreateServiceCategoryInfo
InheritanceCreateServiceCategoryInfo Inheritance Object

This class allows you to retrieve and set the information related to a service category.



Public Methods
 MethodDefined By
  
Default constructor.
CreateServiceCategoryInfo
  
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
Constructor Detail
CreateServiceCategoryInfo()
public CreateServiceCategoryInfo()

Default constructor.

Method Detail
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