public class CodeListEntry extends BizEntity
Modifier and Type | Field and Description |
---|---|
static sirius.db.mixing.Mapping |
ADDITIONAL_VALUE
Contains the additional value associated with the code of this entry.
|
static sirius.db.mixing.Mapping |
CODE
Contains the code of the entry.
|
static sirius.db.mixing.Mapping |
CODE_LIST
References the code list this entrd belongs to.
|
static sirius.db.mixing.Mapping |
DESCRIPTION
Contains a description of the value or the entry.
|
static sirius.db.mixing.Mapping |
PRIORITY
Contains the priority of the entry used for sorting
|
static sirius.db.mixing.Mapping |
VALUE
Contains the value associated with the code of this entry.
|
Constructor and Description |
---|
CodeListEntry() |
Modifier and Type | Method and Description |
---|---|
String |
getAdditionalValue() |
String |
getCode() |
sirius.db.jdbc.SQLEntityRef<CodeList> |
getCodeList() |
String |
getDescription() |
int |
getPriority() |
String |
getValue() |
void |
setAdditionalValue(String additionalValue) |
void |
setCode(String code) |
void |
setDescription(String description) |
void |
setPriority(int priority) |
void |
setValue(String value) |
getTrace, isAnyColumnChangedExceptNoJournal
equals, getFetchRow, getId, getMapper, hashCode, isNew, isUnique, setId
public static final sirius.db.mixing.Mapping CODE_LIST
public static final sirius.db.mixing.Mapping CODE
public static final sirius.db.mixing.Mapping PRIORITY
public static final sirius.db.mixing.Mapping VALUE
public static final sirius.db.mixing.Mapping ADDITIONAL_VALUE
public static final sirius.db.mixing.Mapping DESCRIPTION
public sirius.db.jdbc.SQLEntityRef<CodeList> getCodeList()
public String getValue()
public void setValue(String value)
public String getCode()
public void setCode(String code)
public String getAdditionalValue()
public void setAdditionalValue(String additionalValue)
public String getDescription()
public void setDescription(String description)
public int getPriority()
public void setPriority(int priority)
Copyright © 2018. All rights reserved.