|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.broadleafcommerce.common.enumeration.domain.DataDrivenEnumerationImpl
@Entity public class DataDrivenEnumerationImpl
| Field Summary | |
|---|---|
protected List<DataDrivenEnumerationValue> |
enumValues
|
protected Long |
id
|
protected String |
key
|
protected Boolean |
modifiable
|
| Constructor Summary | |
|---|---|
DataDrivenEnumerationImpl()
|
|
| Method Summary | |
|---|---|
List<DataDrivenEnumerationValue> |
getEnumValues()
Gets list of values associated with this enumeration. |
Long |
getId()
|
String |
getKey()
|
Boolean |
getModifiable()
|
List<DataDrivenEnumerationValue> |
getOrderItems()
Deprecated. |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Long id
protected String key
protected Boolean modifiable
protected List<DataDrivenEnumerationValue> enumValues
| Constructor Detail |
|---|
public DataDrivenEnumerationImpl()
| Method Detail |
|---|
public Long getId()
getId in interface DataDrivenEnumerationpublic void setId(Long id)
setId in interface DataDrivenEnumerationpublic String getKey()
getKey in interface DataDrivenEnumerationpublic void setKey(String key)
setKey in interface DataDrivenEnumerationpublic Boolean getModifiable()
getModifiable in interface DataDrivenEnumerationpublic void setModifiable(Boolean modifiable)
setModifiable in interface DataDrivenEnumerationpublic List<DataDrivenEnumerationValue> getEnumValues()
DataDrivenEnumeration
getEnumValues in interface DataDrivenEnumerationpublic void setEnumValues(List<DataDrivenEnumerationValue> enumValues)
DataDrivenEnumeration
setEnumValues in interface DataDrivenEnumeration@Deprecated public List<DataDrivenEnumerationValue> getOrderItems()
DataDrivenEnumeration
getOrderItems in interface DataDrivenEnumeration@Deprecated public void setOrderItems(List<DataDrivenEnumerationValue> orderItems)
DataDrivenEnumeration
setOrderItems in interface DataDrivenEnumeration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||