com.adobe.idp.dsc.registry.endpoint
Class ModifyEndpointCategoryInfo

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

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

Enables the creation of a Java object that is required to modify existing endpoint categories.

See Also:
Serialized Form

Constructor Summary
ModifyEndpointCategoryInfo()
          A standard constructor that creates a ModifyEndpointCategoryInfo object.
ModifyEndpointCategoryInfo(java.lang.String aId, java.lang.String aDescription)
          A constructor that creates a ModifyEndpointCategoryInfo object.
 
Method Summary
 java.lang.String getDescription()
          Retrieves the description of the category.
 java.lang.String getId()
          Retrieves the identifier value for the category.
 boolean isDescriptionSet()
          Specifies whether the decription has been set for this object.
 void setDescription(java.lang.String aDescription)
          Sets the description that is applied to the category.
 void setId(java.lang.String aId)
          Sets the identifier value for the category.
 java.lang.String toString()
          Converts this object to a string.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ModifyEndpointCategoryInfo

public ModifyEndpointCategoryInfo()
A standard constructor that creates a ModifyEndpointCategoryInfo object.


ModifyEndpointCategoryInfo

public ModifyEndpointCategoryInfo(java.lang.String aId,
                                  java.lang.String aDescription)
A constructor that creates a ModifyEndpointCategoryInfo object.

Parameters:
aId - An identifier value for the category.
aDescription - A description for the category.
Method Detail

getId

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

Returns:
A string value that specifies the identifier value for the category.

setId

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

Parameters:
aId - A string value that specifies the identifier value for the category.

getDescription

public java.lang.String getDescription()
Retrieves the description of the category.

Returns:
A string value that specifies the category description.

setDescription

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

Parameters:
aDescription - A string value that specifies the category description.

isDescriptionSet

public boolean isDescriptionSet()
Specifies whether the decription has been set for this object.

Returns:
A boolean value that specifies whether a description has been set. The value true means that a description has been set.

toString

public java.lang.String toString()
Converts this object to a string.

Overrides:
toString in class java.lang.Object
Returns:
A string representation of this object.


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