public class AppTableField extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
AppTableField.Builder |
| 构造器和说明 |
|---|
AppTableField() |
AppTableField(AppTableField.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
AppTableFieldDescription |
getDescription() |
String |
getFieldId() |
String |
getFieldName() |
AppTableFieldProperty |
getProperty() |
Integer |
getType() |
static AppTableField.Builder |
newBuilder() |
void |
setDescription(AppTableFieldDescription description) |
void |
setFieldId(String fieldId) |
void |
setFieldName(String fieldName) |
void |
setProperty(AppTableFieldProperty property) |
void |
setType(Integer type) |
public AppTableField()
public AppTableField(AppTableField.Builder builder)
public static AppTableField.Builder newBuilder()
public String getFieldId()
public void setFieldId(String fieldId)
public String getFieldName()
public void setFieldName(String fieldName)
public Integer getType()
public void setType(Integer type)
public AppTableFieldProperty getProperty()
public void setProperty(AppTableFieldProperty property)
public AppTableFieldDescription getDescription()
public void setDescription(AppTableFieldDescription description)
Copyright © 2022. All rights reserved.