public class Data extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
id |
protected String |
label |
protected String |
name |
protected Integer |
sort |
protected String |
type |
protected String |
value |
| 构造器和说明 |
|---|
Data() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getId() |
String |
getLabel() |
String |
getName() |
Integer |
getSort() |
String |
getType() |
String |
getValue() |
void |
setId(String id) |
void |
setLabel(String label) |
void |
setName(String name) |
void |
setSort(Integer sort) |
void |
setType(String type) |
void |
setValue(String value) |
String |
toString() |
protected String id
protected String label
protected String name
protected String type
protected String value
protected Integer sort
public String getId()
public void setId(String id)
public String getLabel()
public void setLabel(String label)
public String getName()
public void setName(String name)
public String getType()
public void setType(String type)
public String getValue()
public void setValue(String value)
public Integer getSort()
public void setSort(Integer sort)
Copyright © 2022. All rights reserved.