public class AppTableFieldForList extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
AppTableFieldForList.Builder |
| 构造器和说明 |
|---|
AppTableFieldForList() |
AppTableFieldForList(AppTableFieldForList.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
getDescription() |
String |
getFieldId() |
String |
getFieldName() |
Boolean |
getIsHidden() |
Boolean |
getIsPrimary() |
AppTableFieldProperty |
getProperty() |
Integer |
getType() |
String |
getUiType() |
static AppTableFieldForList.Builder |
newBuilder() |
void |
setDescription(Object description) |
void |
setFieldId(String fieldId) |
void |
setFieldName(String fieldName) |
void |
setIsHidden(Boolean isHidden) |
void |
setIsPrimary(Boolean isPrimary) |
void |
setProperty(AppTableFieldProperty property) |
void |
setType(Integer type) |
void |
setUiType(String uiType) |
public AppTableFieldForList()
public AppTableFieldForList(AppTableFieldForList.Builder builder)
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 Object getDescription()
public void setDescription(Object description)
public Boolean getIsPrimary()
public void setIsPrimary(Boolean isPrimary)
public String getFieldId()
public void setFieldId(String fieldId)
public String getUiType()
public void setUiType(String uiType)
public Boolean getIsHidden()
public void setIsHidden(Boolean isHidden)
public static AppTableFieldForList.Builder newBuilder()
Copyright © 2025. All rights reserved.