|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.autonomy.aci.businessobjects.AciBusinessObject
Base class for all classes representing ACI business objects . These are entities that can be stored on or generated by an ACI server.
| Constructor Summary | |
AciBusinessObject()
Construct an AciBusinessObject with no unique ID. |
|
AciBusinessObject(java.lang.String sUID)
Construct an AciBusinessObject with the given unique ID. |
|
| Method Summary | |
java.lang.String |
getUID()
Read the unique ID of this AciBusinessObject. |
void |
setUID(java.lang.String sUID)
Set the unique ID of this AciBusinessObject. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AciBusinessObject()
AciBusinessObject with no unique ID.
public AciBusinessObject(java.lang.String sUID)
AciBusinessObject with the given unique ID.
sUID - the unique ID of the ACI business object.| Method Detail |
public void setUID(java.lang.String sUID)
AciBusinessObject.
sUID - the unique ID.public java.lang.String getUID()
AciBusinessObject.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||