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

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

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

This class allows you to retrieve and set modifiable service category information.

See Also:
Serialized Form

Constructor Summary
ModifyServiceCategoryInfo()
           
 
Method Summary
 java.lang.String getDescription()
          Retrieves the description that will be applied to the service category.
 java.lang.String getId()
          Retrieves the identifier of the service category to be modified.
 java.lang.String getNewId()
          Retrieves the new identifier to be used to identify this service category.
 boolean isDescriptionSet()
          Determines whether the description that will be applied to the service category has been set.
 boolean isNewIdSet()
          Determines whether the new identifier to be used to identify this service category has been set.
 void setDescription(java.lang.String aDescription)
          Sets the description that will be applied to the service category.
 void setId(java.lang.String aId)
          Sets the identifier of the service category to be modified.
 void setNewId(java.lang.String aId)
          Sets the new identifier to be used to identify this service category.
 java.lang.String toString()
          Creates a string containing the modifiable service category information.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ModifyServiceCategoryInfo

public ModifyServiceCategoryInfo()
Method Detail

setId

public void setId(java.lang.String aId)
Sets the identifier of the service category to be modified.

Parameters:
aId - The service category identifier.

getId

public java.lang.String getId()
Retrieves the identifier of the service category to be modified.

Returns:
The service category identifier.

setNewId

public void setNewId(java.lang.String aId)
Sets the new identifier to be used to identify this service category.

Parameters:
aId - The new identifier to be used to identify this service category.

getNewId

public java.lang.String getNewId()
Retrieves the new identifier to be used to identify this service category.

Returns:
The new identifier to be used to identify this service category.

isNewIdSet

public boolean isNewIdSet()
Determines whether the new identifier to be used to identify this service category has been set.

Returns:
true if the new identifier to be used to identify this service category has been set, false otherwise.

getDescription

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

Returns:
The description that will be applied to the service category.

setDescription

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

Parameters:
aDescription - The description that will be applied to the service category.

isDescriptionSet

public boolean isDescriptionSet()
Determines whether the description that will be applied to the service category has been set.

Returns:
true if the description that will be applied to the service category has been set, false otherwise.

toString

public java.lang.String toString()
Creates a string containing the modifiable service category information.

Overrides:
toString in class java.lang.Object
Returns:
A string containing the modifiable service category information.


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