RuleInfo

Inheritance: java.lang.Object

public class RuleInfo

Specifies information about the validation rule that the parent validation issue pertains to.

Constructors

Constructor Description
RuleInfo(long ruleSetID, long ruleID) Constructor.

Methods

Method Description
equals(Object arg0)
getClass()
getRuleId() Specifies the unique identifier of the validation rule that the parent issue pertains to.
getRuleSetId() Specifies the unique identifier of the validation rule set that the parent issue pertains to.
hashCode()
notify()
notifyAll()
setRuleId(long value) For the description of this property, please see getRuleId()
setRuleSetId(long value) For the description of this property, please see getRuleSetId()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

RuleInfo(long ruleSetID, long ruleID)

public RuleInfo(long ruleSetID, long ruleID)

Constructor.

Parameters:

Parameter Type Description
ruleSetID long
ruleID long

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

Parameter Type Description
arg0 java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getRuleId()

public long getRuleId()

Specifies the unique identifier of the validation rule that the parent issue pertains to.

Returns: long

getRuleSetId()

public long getRuleSetId()

Specifies the unique identifier of the validation rule set that the parent issue pertains to.

Returns: long

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setRuleId(long value)

public void setRuleId(long value)

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

Parameters:

Parameter Type Description
value long

setRuleSetId(long value)

public void setRuleSetId(long value)

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

Parameters:

Parameter Type Description
value long

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

Parameter Type Description
arg0 long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

Parameter Type Description
arg0 long
arg1 int