public class ComparatorPart extends Object implements Serializable
| Constructor and Description |
|---|
ComparatorPart(int scalarPropertyId) |
ComparatorPart(int scalarPropertyId,
NullComparatorType nullComparatorType) |
ComparatorPart(int scalarPropertyId,
StringComparatorType stringComparatorType) |
ComparatorPart(int scalarPropertyId,
StringComparatorType stringComparatorType,
NullComparatorType nullComparatorType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
NullComparatorType |
getNullComparatorType() |
int |
getScalarPropertyId() |
StringComparatorType |
getStringComparatorType() |
int |
hashCode() |
String |
toString() |
public ComparatorPart(int scalarPropertyId)
public ComparatorPart(int scalarPropertyId,
NullComparatorType nullComparatorType)
public ComparatorPart(int scalarPropertyId,
StringComparatorType stringComparatorType)
public ComparatorPart(int scalarPropertyId,
StringComparatorType stringComparatorType,
NullComparatorType nullComparatorType)
public int getScalarPropertyId()
public StringComparatorType getStringComparatorType()
public NullComparatorType getNullComparatorType()
Copyright © 2016. All rights reserved.