@Entity public class AllowedEnumValueImpl extends Object implements AllowedEnumValue
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
adminDisplayPriority |
protected CustomField |
customField |
protected Long |
id |
protected String |
value |
| Constructor and Description |
|---|
AllowedEnumValueImpl() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAdminDisplayPriority()
Returns the admin display priority for this allowed value
|
CustomField |
getCustomField()
Returns the custom field associated to this allowed value
|
Long |
getId()
Returns the id
|
String |
getValue()
Returns the value for this allowed value
|
void |
setAdminDisplayPriority(Integer adminDisplayPriority)
Sets the admin display priority for this allowed value
|
void |
setCustomField(CustomField customField)
Sets the custom field associated to this allowed value
|
void |
setId(Long id)
Sets the id
|
void |
setValue(String value)
Sets the value for this allowed value
|
protected Long id
protected String value
protected CustomField customField
protected Integer adminDisplayPriority
public Long getId()
AllowedEnumValuegetId in interface AllowedEnumValuepublic void setId(Long id)
AllowedEnumValuesetId in interface AllowedEnumValuepublic String getValue()
AllowedEnumValuegetValue in interface AllowedEnumValuepublic void setValue(String value)
AllowedEnumValuesetValue in interface AllowedEnumValuepublic CustomField getCustomField()
AllowedEnumValuegetCustomField in interface AllowedEnumValuepublic void setCustomField(CustomField customField)
AllowedEnumValuesetCustomField in interface AllowedEnumValuepublic Integer getAdminDisplayPriority()
AllowedEnumValuegetAdminDisplayPriority in interface AllowedEnumValuepublic void setAdminDisplayPriority(Integer adminDisplayPriority)
AllowedEnumValuesetAdminDisplayPriority in interface AllowedEnumValueCopyright © 2020. All rights reserved.