|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.idp.dsc.registry.endpoint.ModifyEndpointCategoryInfo
public class ModifyEndpointCategoryInfo
Enables the creation of a Java object that is required to modify existing endpoint categories.
| 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 |
|---|
public ModifyEndpointCategoryInfo()
ModifyEndpointCategoryInfo object.
public ModifyEndpointCategoryInfo(java.lang.String fullpath,
java.lang.String aDescription)
ModifyEndpointCategoryInfo object.
fullpath - An identifier value for the category.aDescription - A description for the category.
public ModifyEndpointCategoryInfo(long oid,
java.lang.String fullpath,
java.lang.String aDescription)
| Method Detail |
|---|
public long getOid()
public void setOid(long oid)
public java.lang.String getId()
public void setId(java.lang.String fullpath)
fullpath - A string value that specifies the identifier value for the category.public java.lang.String getDescription()
public void setDescription(java.lang.String aDescription)
aDescription - A string value that specifies the category description.public boolean isDescriptionSet()
true means that a description has been set.public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||