public interface DataDrivenEnumeration extends Serializable, MultiTenantCloneable<DataDrivenEnumeration>
Modifier and Type | Method and Description |
---|---|
List<DataDrivenEnumerationValue> |
getEnumValues()
Gets list of values associated with this enumeration.
|
Long |
getId() |
String |
getKey() |
Boolean |
getModifiable() |
List<DataDrivenEnumerationValue> |
getOrderItems()
Deprecated.
use
getEnumValues() instead |
void |
setEnumValues(List<DataDrivenEnumerationValue> enumValues)
Sets list of values associated with this enumeration.
|
void |
setId(Long id) |
void |
setKey(String key) |
void |
setModifiable(Boolean modifiable) |
void |
setOrderItems(List<DataDrivenEnumerationValue> orderItems)
Deprecated.
use
#setEnumValues() instead |
createOrRetrieveCopyInstance
Long getId()
void setId(Long id)
String getKey()
void setKey(String key)
Boolean getModifiable()
void setModifiable(Boolean modifiable)
List<DataDrivenEnumerationValue> getEnumValues()
void setEnumValues(List<DataDrivenEnumerationValue> enumValues)
@Deprecated List<DataDrivenEnumerationValue> getOrderItems()
getEnumValues()
instead@Deprecated void setOrderItems(List<DataDrivenEnumerationValue> orderItems)
#setEnumValues()
insteadCopyright © 2022. All rights reserved.