public interface DataDrivenEnumeration extends Serializable
Modifier and Type | Method and Description |
---|---|
Long |
getId() |
String |
getKey() |
Boolean |
getModifiable() |
List<DataDrivenEnumerationValue> |
getOrderItems() |
void |
setId(Long id) |
void |
setKey(String key) |
void |
setModifiable(Boolean modifiable) |
void |
setOrderItems(List<DataDrivenEnumerationValue> orderItems) |
Long getId()
void setId(Long id)
String getKey()
void setKey(String key)
Boolean getModifiable()
void setModifiable(Boolean modifiable)
List<DataDrivenEnumerationValue> getOrderItems()
void setOrderItems(List<DataDrivenEnumerationValue> orderItems)
Copyright © 2013. All rights reserved.