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

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

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

Enables the creation of a category that is associated with an endpoint. To create a category, instantiate an object of this type and invoke the EndpointRegistryClient object's createEndpointCategory method. Categories are used to organize services within Workspace ES. A Workspace ES user is able to invoke a service that has a TaskManager endpoint by selecting a category within Workspace ES. For information about programmatically creating a category that is used within an endpoint, see Adding TaskManager Endpoints in the LiveCycle SDK Help.

See Also:
Serialized Form

Constructor Summary
CreateEndpointCategoryInfo()
          A standard constructor that creates a CreateEndpointCategoryInfo object.
CreateEndpointCategoryInfo(java.lang.String aId, java.lang.String aDescription)
          A constructor that accepts an identifier value and a description.
 
Method Summary
 java.lang.String getDescription()
          Retrieves the description for the category that this object represents.
 java.lang.String getId()
          Retrieves the identifier value for the category that this object represents.
 void setDescription(java.lang.String aDescription)
          Sets the description value for the category that this object represents.
 void setId(java.lang.String aId)
          Sets the unique identifier value for the category that this object represents.
 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

CreateEndpointCategoryInfo

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


CreateEndpointCategoryInfo

public CreateEndpointCategoryInfo(java.lang.String aId,
                                  java.lang.String aDescription)
A constructor that accepts an identifier value and a description.

Parameters:
aId - The identifier value for the category that this object represents.
aDescription - The description for the category that this object represents.
Method Detail

getId

public java.lang.String getId()
Retrieves the identifier value for the category that this object represents.

Returns:
A string value that specifies the identifier value.

setId

public void setId(java.lang.String aId)
Sets the unique identifier value for the category that this object represents.

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

getDescription

public java.lang.String getDescription()
Retrieves the description for the category that this object represents.

Returns:
A string value that specifies the description.

setDescription

public void setDescription(java.lang.String aDescription)
Sets the description value for the category that this object represents.

Parameters:
aDescription - A string value that specifies the description for this object.

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]