Package com.adobe.idp.dsc.registry.service
Classpublic class ModifyServiceCategoryInfo
InheritanceModifyServiceCategoryInfo Inheritance Object

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



Public Methods
 MethodDefined by
  
ModifyServiceCategoryInfo
  
Retrieves the description that will be applied to the service category.
ModifyServiceCategoryInfo
  
String getId()
Retrieves the identifier of the service category to be modified.
ModifyServiceCategoryInfo
  
String getNewId()
Retrieves the new identifier to be used to identify this service category.
ModifyServiceCategoryInfo
  
Determines whether the description that will be applied to the service category has been set.
ModifyServiceCategoryInfo
  
boolean isNewIdSet()
Determines whether the new identifier to be used to identify this service category has been set.
ModifyServiceCategoryInfo
  
void setDescription(String aDescription)
Sets the description that will be applied to the service category.
ModifyServiceCategoryInfo
  
void setId(String aId)
Sets the identifier of the service category to be modified.
ModifyServiceCategoryInfo
  
void setNewId(String aId)
Sets the new identifier to be used to identify this service category.
ModifyServiceCategoryInfo
  
String toString()
Creates a string containing the modifiable service category information.
ModifyServiceCategoryInfo
Constructor Detail
ModifyServiceCategoryInfo()
public ModifyServiceCategoryInfo()
Method Detail
getDescription()
public String getDescription()

Retrieves the description that will be applied to the service category.

Returns
The description that will be applied to the service category.
getId() 
public String getId()

Retrieves the identifier of the service category to be modified.

Returns
The service category identifier.
getNewId() 
public 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.
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.
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.
setDescription() 
public void setDescription(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.

setId() 
public void setId(String aId)

Sets the identifier of the service category to be modified.

Parameters

aId — The service category identifier.

setNewId() 
public void setNewId(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.

toString() 
public String toString()

Creates a string containing the modifiable service category information.

Returns
A string containing the modifiable service category information.




 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/javadoc/com/adobe/idp/dsc/registry/service/ModifyServiceCategoryInfo.html