|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.mm.sdk.common.DKAnnotationDL
This class is a wrapper of DL ANNOTATIONSTRUCT. The data structure provides information about an annotation affiliated with an object.
Constructor Summary | |
DKAnnotationDL()
Constructs a new DKAnnotationDL object. |
|
DKAnnotationDL(DKAnnotationDL aDKAnnotationDL)
Copy constructor. |
|
DKAnnotationDL(int partId,
int pageNumber,
short Xcoordinate,
short Ycoordinate)
Constructs a new DKAnnotationDL object with input parameters. |
Method Summary | |
boolean |
equals(DKAnnotationDL aDKAnnotationDL)
Compares this object with the parameter object. |
java.lang.String |
getName()
Gets the name of this extension object |
int |
getPageNumber()
Gets the page number that this annotation object refers to. |
int |
getPart()
Gets the part Id of the associated object |
short |
getX()
Gets the X coordinate on the page that this annotation object refers to. |
short |
getY()
Gets the Y coordinate on the page that this annotation object refers to. |
void |
setName(java.lang.String extName)
Sets the name of this extension object |
void |
setPageNumber(int aPageNumber)
Sets the page number that this annotation object refers to. |
void |
setPart(int aPartId)
Sets the part Id of the associated object, only positive values are valid. |
void |
setX(short aXcoordinate)
Sets the X coordinate on the page that this annotation object refers to. |
void |
setY(short aYcoordinate)
Sets the Y coordinate on the page that this annotation object refers to. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DKAnnotationDL()
public DKAnnotationDL(int partId, int pageNumber, short Xcoordinate, short Ycoordinate)
partId
- the part Id of the associated objectpageNumber
- the page number that this annotation object refers toXcoordinate
- the X coordinate on the page that this annotation object refers toYcoordinate
- the Y coordinate on the page that this annotation object refers topublic DKAnnotationDL(DKAnnotationDL aDKAnnotationDL)
Method Detail |
public java.lang.String getName() throws java.lang.Exception
getName
in interface dkExtension
public void setName(java.lang.String extName) throws java.lang.Exception
setName
in interface dkExtension
extName
- name of this extension objectpublic void setPageNumber(int aPageNumber)
setPageNumber
in interface dkAnnotationExt
aPageNumber
- a page numberpublic int getPageNumber()
getPageNumber
in interface dkAnnotationExt
public void setX(short aXcoordinate)
setX
in interface dkAnnotationExt
aXcoordinate
- X coordinatepublic short getX()
getX
in interface dkAnnotationExt
public void setY(short aYcoordinate)
setY
in interface dkAnnotationExt
aYcoordinate
- Y coordinatepublic short getY()
getY
in interface dkAnnotationExt
public void setPart(int aPartId)
aPartId
- a part Idpublic int getPart()
public boolean equals(DKAnnotationDL aDKAnnotationDL)
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |