public static class UacProperty.SourceProperty extends Object
| 构造器和说明 |
|---|
SourceProperty() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<UacProperty.TargetProperty> |
getAssociation() |
String |
getPrimaryColumn() |
String |
getRootColumn() |
String |
getSourceColumn() |
String |
getSourceTable() |
void |
setAssociation(List<UacProperty.TargetProperty> association) |
void |
setPrimaryColumn(String primaryColumn) |
void |
setRootColumn(String rootColumn) |
void |
setSourceColumn(String sourceColumn) |
void |
setSourceTable(String sourceTable) |
String |
toString() |
public String getSourceTable()
public void setSourceTable(String sourceTable)
public String getSourceColumn()
public void setSourceColumn(String sourceColumn)
public List<UacProperty.TargetProperty> getAssociation()
public void setAssociation(List<UacProperty.TargetProperty> association)
public String getRootColumn()
public void setRootColumn(String rootColumn)
public String getPrimaryColumn()
public void setPrimaryColumn(String primaryColumn)
Copyright © 2020. All rights reserved.