public class CustomFieldLookupTable extends ListWithCallbacks<CustomFieldValueItem>
modCount
Constructor and Description |
---|
CustomFieldLookupTable() |
Modifier and Type | Method and Description |
---|---|
boolean |
getAllLevelsRequired()
Retrieve the all levels required flag.
|
boolean |
getEnterprise()
Retrieve the enterprise flag.
|
UUID |
getGUID()
Retrieve the lookup table GUID.
|
boolean |
getLeafOnly()
Retrieve the leaf only flag.
|
boolean |
getOnlyTableValuesAllowed()
Retrieve the only table values allowed flag.
|
boolean |
getResourceSubstitutionEnabled()
Retrieve the resource substitution enabled flag.
|
boolean |
getShowIndent()
Retrieve the show indent flag.
|
void |
setAllLevelsRequired(boolean allLevelsRequired)
Set the all levels required flag.
|
void |
setEnterprise(boolean enterprise)
Set the enterprise flag.
|
void |
setGUID(UUID guid)
Set the lookup table GUID.
|
void |
setLeafOnly(boolean leafOnly)
Set the leaf only flag.
|
void |
setOnlyTableValuesAllowed(boolean onlyTableValuesAllowed)
Set the only table values allowed flag.
|
void |
setResourceSubstitutionEnabled(boolean resourceSubstitutionEnabled)
Set the resource substitution enabled flag.
|
void |
setShowIndent(boolean showIndent)
Set the show indent flag.
|
add, add, added, clear, get, remove, removed, replaced, set, size
addAll, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
parallelStream, removeIf, stream
public UUID getGUID()
public void setGUID(UUID guid)
guid
- lookup table GUID.public boolean getEnterprise()
public void setEnterprise(boolean enterprise)
enterprise
- enterprise flagpublic boolean getShowIndent()
public void setShowIndent(boolean showIndent)
showIndent
- show indent flagpublic boolean getResourceSubstitutionEnabled()
public void setResourceSubstitutionEnabled(boolean resourceSubstitutionEnabled)
resourceSubstitutionEnabled
- resource substitution enabled flagpublic boolean getLeafOnly()
public void setLeafOnly(boolean leafOnly)
leafOnly
- leaf only flagpublic boolean getAllLevelsRequired()
public void setAllLevelsRequired(boolean allLevelsRequired)
allLevelsRequired
- all levels required flagpublic boolean getOnlyTableValuesAllowed()
public void setOnlyTableValuesAllowed(boolean onlyTableValuesAllowed)
onlyTableValuesAllowed
- only table values allowed flagCopyright © 2000–2024 Packwood Software. All rights reserved.