public class TableRole extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
TableRole.Builder |
| 构造器和说明 |
|---|
TableRole() |
TableRole(TableRole.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
getAllowAddRecord() |
Boolean |
getAllowDeleteRecord() |
Map<String,Map<String,Integer>> |
getFieldActionRules() |
Map<String,Integer> |
getFieldPerm() |
OtherRecRule |
getOtherRecRule() |
RecRule |
getRecRule() |
String |
getTableId() |
String |
getTableName() |
Integer |
getTablePerm() |
Integer |
getViewPerm() |
Map<String,Integer> |
getViewRules() |
static TableRole.Builder |
newBuilder() |
void |
setAllowAddRecord(Boolean allowAddRecord) |
void |
setAllowDeleteRecord(Boolean allowDeleteRecord) |
void |
setFieldActionRules(Map<String,Map<String,Integer>> fieldActionRules) |
void |
setFieldPerm(Map<String,Integer> fieldPerm) |
void |
setOtherRecRule(OtherRecRule otherRecRule) |
void |
setRecRule(RecRule recRule) |
void |
setTableId(String tableId) |
void |
setTableName(String tableName) |
void |
setTablePerm(Integer tablePerm) |
void |
setViewPerm(Integer viewPerm) |
void |
setViewRules(Map<String,Integer> viewRules) |
public TableRole()
public TableRole(TableRole.Builder builder)
public Integer getTablePerm()
public void setTablePerm(Integer tablePerm)
public String getTableName()
public void setTableName(String tableName)
public String getTableId()
public void setTableId(String tableId)
public RecRule getRecRule()
public void setRecRule(RecRule recRule)
public OtherRecRule getOtherRecRule()
public void setOtherRecRule(OtherRecRule otherRecRule)
public Boolean getAllowAddRecord()
public void setAllowAddRecord(Boolean allowAddRecord)
public Boolean getAllowDeleteRecord()
public void setAllowDeleteRecord(Boolean allowDeleteRecord)
public Integer getViewPerm()
public void setViewPerm(Integer viewPerm)
public void setFieldActionRules(Map<String,Map<String,Integer>> fieldActionRules)
public static TableRole.Builder newBuilder()
Copyright © 2025. All rights reserved.