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(long oid, java.lang.String fullpath, java.lang.String aDescription)
           
ModifyEndpointCategoryInfo(java.lang.String fullpath, 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 full path for the category.
 long getOid()
           
 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 fullpath)
          Sets the full path for the category.
 void setOid(long oid)
           
 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 fullpath,
                                  java.lang.String aDescription)
A constructor that creates a ModifyEndpointCategoryInfo object.

Parameters:
fullpath - An identifier value for the category.
aDescription - A description for the category.

ModifyEndpointCategoryInfo

public ModifyEndpointCategoryInfo(long oid,
                                  java.lang.String fullpath,
                                  java.lang.String aDescription)
Method Detail

getOid

public long getOid()

setOid

public void setOid(long oid)

getId

public java.lang.String getId()
Retrieves the full path for the category.

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

setId

public void setId(java.lang.String fullpath)
Sets the full path for the category.

Parameters:
fullpath - 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.