public class DataQueryTypeForm extends DataCleansingItemForm<DataQueryType>
| Constructor and Description |
|---|
DataQueryTypeForm() |
DataQueryTypeForm(DataQueryType obj) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
String |
getDescription() |
String |
getLabel() |
String |
getPrettyLabel()
Calculated property: returns a pretty representation of the object
|
void |
setCode(String code) |
void |
setDescription(String description) |
void |
setLabel(String label) |
void |
setPrettyLabel(String label)
Void: avoids deserialization issues
|
getCreationDate, getModifiedDate, getUuid, setCreationDate, setModifiedDate, setUuidpublic DataQueryTypeForm()
public DataQueryTypeForm(DataQueryType obj)
public String getPrettyLabel()
public void setPrettyLabel(String label)
public String getCode()
public void setCode(String code)
public String getLabel()
public void setLabel(String label)
public String getDescription()
public void setDescription(String description)
Copyright © 2022 Open Foris. All rights reserved.