IssueTarget

Inheritance: java.lang.Object

public class IssueTarget

Depending on the target of the parent validation issue, specifies either the page, or both the page and the shape, that the parent validation issue is associated with. If the target of the parent validation issue is a document, IssueTarget specifies neither a page nor a shape.

Constructors

ConstructorDescription
IssueTarget(long pageID, long shapeID)Constructor.

Methods

MethodDescription
equals(Object arg0)
getClass()
getPageId()Specifies the unique identifier of the page that is associated with the parent validation issue.
getShapeId()Specifies the unique identifier of the shape that is associated with the parent validation issue.
hashCode()
notify()
notifyAll()
setPageId(long value)For the description of this property, please see getPageId()
setShapeId(long value)For the description of this property, please see getShapeId()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

IssueTarget(long pageID, long shapeID)

public IssueTarget(long pageID, long shapeID)

Constructor.

Parameters:

ParameterTypeDescription
pageIDlong
shapeIDlong

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getPageId()

public long getPageId()

Specifies the unique identifier of the page that is associated with the parent validation issue. If the target is the document, the PageID value can be 0xFFFFFFFF.

Returns: long

getShapeId()

public long getShapeId()

Specifies the unique identifier of the shape that is associated with the parent validation issue. If the target is the document or a page, the ShapeID value can be 0xFFFFFFFF.

Returns: long

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setPageId(long value)

public void setPageId(long value)

For the description of this property, please see getPageId()

Parameters:

ParameterTypeDescription
valuelong

setShapeId(long value)

public void setShapeId(long value)

For the description of this property, please see getShapeId()

Parameters:

ParameterTypeDescription
valuelong

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int