RuleInfo

Inheritance: java.lang.Object

public class RuleInfo

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

Constructors

ConstructorDescription
RuleInfo(long ruleSetID, long ruleID)Constructor.

Methods

MethodDescription
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:

ParameterTypeDescription
ruleSetIDlong
ruleIDlong

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

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:

ParameterTypeDescription
valuelong

setRuleSetId(long value)

public void setRuleSetId(long value)

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

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