com.adobe.idp.dsc.registry.service
Class CreateServiceCategoryInfo

java.lang.Object
  extended by com.adobe.idp.dsc.registry.service.CreateServiceCategoryInfo
All Implemented Interfaces:
java.io.Serializable

public class CreateServiceCategoryInfo
extends java.lang.Object
implements java.io.Serializable

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

See Also:
Serialized Form

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

CreateServiceCategoryInfo

public CreateServiceCategoryInfo()
Default constructor.

Method Detail

setId

public void setId(java.lang.String aId)
Sets the service category identifier.

Parameters:
aId - T.he service category identifier.

getId

public java.lang.String getId()
Retrieves the service category identifier.

Returns:
The service category identifier.

getDescription

public java.lang.String getDescription()
Sets the description that will be applied to the service category.

Returns:
The description of the service category.

setDescription

public void setDescription(java.lang.String aDescription)
Retrieves the description that will be applied to the service category.

Parameters:
aDescription - The description of the service category.

toString

public java.lang.String toString()
Creates a string containing the service category identifier and description.

Overrides:
toString in class java.lang.Object
Returns:
A string containing the service category identifier and description.


[an error occurred while processing this directive] [an error occurred while processing this directive]