public final class RemotableAttributeLookupSettings extends AbstractDataTransferObject implements AttributeLookupSettings
Modifier and Type | Class and Description |
---|---|
static class |
RemotableAttributeLookupSettings.Builder
A builder which can be used to construct
RemotableAttributeLookupSettings instances. |
Modifier and Type | Method and Description |
---|---|
String |
getLowerLabel() |
String |
getUpperLabel() |
Boolean |
isCaseSensitive()
Indicates if lookups which use this attribute should execute the lookup against this attribute
in a case sensitive fashion.
|
boolean |
isInCriteria()
Returns true if this field should be included as part of the lookup criteria, false if not.
|
boolean |
isInResults()
Returns true if this field should be included in the result set of the lookup, false if not.
|
boolean |
isLowerBoundInclusive()
Returns true if the lower bound should be treated as inclusive when executing a ranged
lookup against the attribute, false if it should be treated as exclusive.
|
Boolean |
isLowerDatePicker() |
boolean |
isRanged()
Returns true if lookups against this field should be handled as a lookup operation supporting a range-based
search of data against the field.
|
boolean |
isUpperBoundInclusive()
Returns true if the upper bound should be treated as inclusive when executing a ranged
lookup against the attribute, false if it should be treated as exclusive.
|
Boolean |
isUpperDatePicker() |
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
public boolean isInCriteria()
AttributeLookupSettings
isInCriteria
in interface AttributeLookupSettings
public boolean isInResults()
AttributeLookupSettings
isInResults
in interface AttributeLookupSettings
public boolean isRanged()
AttributeLookupSettings
isRanged
in interface AttributeLookupSettings
public boolean isLowerBoundInclusive()
AttributeLookupSettings
isLowerBoundInclusive
in interface AttributeLookupSettings
public boolean isUpperBoundInclusive()
AttributeLookupSettings
isUpperBoundInclusive
in interface AttributeLookupSettings
public Boolean isCaseSensitive()
AttributeLookupSettings
isCaseSensitive
in interface AttributeLookupSettings
public String getLowerLabel()
getLowerLabel
in interface AttributeLookupSettings
public String getUpperLabel()
getUpperLabel
in interface AttributeLookupSettings
public Boolean isLowerDatePicker()
isLowerDatePicker
in interface AttributeLookupSettings
public Boolean isUpperDatePicker()
isUpperDatePicker
in interface AttributeLookupSettings
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.