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, toStringpublic boolean isInCriteria()
AttributeLookupSettingsisInCriteria in interface AttributeLookupSettingspublic boolean isInResults()
AttributeLookupSettingsisInResults in interface AttributeLookupSettingspublic boolean isRanged()
AttributeLookupSettingsisRanged in interface AttributeLookupSettingspublic boolean isLowerBoundInclusive()
AttributeLookupSettingsisLowerBoundInclusive in interface AttributeLookupSettingspublic boolean isUpperBoundInclusive()
AttributeLookupSettingsisUpperBoundInclusive in interface AttributeLookupSettingspublic Boolean isCaseSensitive()
AttributeLookupSettingsisCaseSensitive in interface AttributeLookupSettingspublic String getLowerLabel()
getLowerLabel in interface AttributeLookupSettingspublic String getUpperLabel()
getUpperLabel in interface AttributeLookupSettingspublic Boolean isLowerDatePicker()
isLowerDatePicker in interface AttributeLookupSettingspublic Boolean isUpperDatePicker()
isUpperDatePicker in interface AttributeLookupSettingsCopyright © 2005–2015 The Kuali Foundation. All rights reserved.