public class Code extends Object implements Serializable
| Constructor and Description |
|---|
Code() |
| Modifier and Type | Method and Description |
|---|---|
Code |
code(String code)
Code
|
boolean |
equals(Object o) |
Code |
extra(List<CodeExtra> extra)
Names
|
String |
getCode() |
List<CodeExtra> |
getExtra() |
String |
getId() |
List<LocalizedValue> |
getNames() |
String |
getType() |
int |
hashCode() |
Code |
id(String id)
Kunta API id for code
|
Code |
names(List<LocalizedValue> names)
Names
|
void |
setCode(String code) |
void |
setExtra(List<CodeExtra> extra) |
void |
setId(String id) |
void |
setNames(List<LocalizedValue> names) |
void |
setType(String type) |
String |
toString() |
Code |
type(String type)
Type of the code.
|
public String getId()
public void setId(String id)
public Code type(String type)
public String getType()
public void setType(String type)
public String getCode()
public void setCode(String code)
public Code names(List<LocalizedValue> names)
public List<LocalizedValue> getNames()
public void setNames(List<LocalizedValue> names)
Copyright © 2019 Metatavu Oy. All rights reserved.