public class AppTableFieldProperty extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
AppTableFieldProperty.Builder |
| 构造器和说明 |
|---|
AppTableFieldProperty() |
AppTableFieldProperty(AppTableFieldProperty.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
getAutoFill() |
AppFieldPropertyAutoSerial |
getAutoSerial() |
String |
getBackFieldName() |
String |
getDateFormatter() |
String |
getFormatter() |
String |
getFormulaExpression() |
AppFieldPropertyLocation |
getLocation() |
Boolean |
getMultiple() |
AppTableFieldPropertyOption[] |
getOptions() |
String |
getTableId() |
String |
getTableName() |
static AppTableFieldProperty.Builder |
newBuilder() |
void |
setAutoFill(Boolean autoFill) |
void |
setAutoSerial(AppFieldPropertyAutoSerial autoSerial) |
void |
setBackFieldName(String backFieldName) |
void |
setDateFormatter(String dateFormatter) |
void |
setFormatter(String formatter) |
void |
setFormulaExpression(String formulaExpression) |
void |
setLocation(AppFieldPropertyLocation location) |
void |
setMultiple(Boolean multiple) |
void |
setOptions(AppTableFieldPropertyOption[] options) |
void |
setTableId(String tableId) |
void |
setTableName(String tableName) |
public AppTableFieldProperty()
public AppTableFieldProperty(AppTableFieldProperty.Builder builder)
public static AppTableFieldProperty.Builder newBuilder()
public AppTableFieldPropertyOption[] getOptions()
public void setOptions(AppTableFieldPropertyOption[] options)
public String getFormatter()
public void setFormatter(String formatter)
public String getDateFormatter()
public void setDateFormatter(String dateFormatter)
public Boolean getAutoFill()
public void setAutoFill(Boolean autoFill)
public Boolean getMultiple()
public void setMultiple(Boolean multiple)
public String getTableId()
public void setTableId(String tableId)
public String getTableName()
public void setTableName(String tableName)
public String getBackFieldName()
public void setBackFieldName(String backFieldName)
public AppFieldPropertyAutoSerial getAutoSerial()
public void setAutoSerial(AppFieldPropertyAutoSerial autoSerial)
public AppFieldPropertyLocation getLocation()
public void setLocation(AppFieldPropertyLocation location)
public String getFormulaExpression()
public void setFormulaExpression(String formulaExpression)
Copyright © 2022. All rights reserved.