@Deprecated public class LongConstraintOccurrence extends ConstraintOccurrence
Modifier and Type | Field and Description |
---|---|
protected long |
weight
Deprecated.
|
causes, constraintType, ruleId
Constructor and Description |
---|
LongConstraintOccurrence(String ruleId,
ConstraintType constraintType,
long weight,
Object... causes)
Deprecated.
|
LongConstraintOccurrence(String ruleId,
ConstraintType constraintType,
Object... causes)
Deprecated.
|
LongConstraintOccurrence(String ruleId,
long weight,
Object... causes)
Deprecated.
|
LongConstraintOccurrence(String ruleId,
Object... causes)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Deprecated.
|
long |
getWeight()
Deprecated.
|
int |
hashCode()
Deprecated.
|
String |
toString()
Deprecated.
|
compareTo, getCauses, getConstraintType, getRuleId
public LongConstraintOccurrence(String ruleId, Object... causes)
public LongConstraintOccurrence(String ruleId, ConstraintType constraintType, Object... causes)
public LongConstraintOccurrence(String ruleId, long weight, Object... causes)
public LongConstraintOccurrence(String ruleId, ConstraintType constraintType, long weight, Object... causes)
public long getWeight()
public boolean equals(Object o)
equals
in class ConstraintOccurrence
public int hashCode()
hashCode
in class ConstraintOccurrence
public String toString()
toString
in class ConstraintOccurrence
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.