public class CodeListFormObject extends VersionableItemFormObject<CodeList>
| Modifier and Type | Class and Description |
|---|---|
static class |
CodeListFormObject.Type |
VERSION_EMPTY_SELECTION| Constructor and Description |
|---|
CodeListFormObject() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultDescription() |
String |
getDefaultItemLabel() |
String |
getDefaultListLabel() |
String |
getDescription() |
String |
getItemLabel() |
String |
getListLabel() |
String |
getName() |
String |
getType() |
void |
loadFrom(CodeList source,
String languageCode) |
void |
saveTo(CodeList dest,
String languageCode) |
void |
setDescription(String description) |
void |
setItemLabel(String itemLabel) |
void |
setListLabel(String listLabel) |
void |
setName(String name) |
void |
setType(String type) |
getDeprecatedVersionId, getSinceVersionId, reset, setDeprecatedVersionId, setSinceVersionIdgetSourcepublic void loadFrom(CodeList source, String languageCode)
loadFrom in class VersionableItemFormObject<CodeList>public void saveTo(CodeList dest, String languageCode)
saveTo in class VersionableItemFormObject<CodeList>public String getName()
public void setName(String name)
public String getItemLabel()
public void setItemLabel(String itemLabel)
public String getListLabel()
public void setListLabel(String listLabel)
public String getDescription()
public void setDescription(String description)
public String getType()
public void setType(String type)
public String getDefaultItemLabel()
public String getDefaultListLabel()
public String getDefaultDescription()
Copyright © 2021 Open Foris. All rights reserved.