public interface AllowedEnumValue extends Serializable
| 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
|
Long getId()
void setId(Long id)
id - String getValue()
void setValue(String value)
value - CustomField getCustomField()
void setCustomField(CustomField customField)
customField - Integer getAdminDisplayPriority()
void setAdminDisplayPriority(Integer adminDisplayPriority)
adminDisplayPriority - Copyright © 2020. All rights reserved.