public class ObjectEntity extends Object
| 构造器和说明 |
|---|
ObjectEntity() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<String> |
getIndices() |
List<PropertyEntity> |
getPropertyEntities() |
String |
getTableName() |
boolean |
isPropertyUseUnderlineStitching() |
boolean |
isTableUseUnderlineStitching() |
void |
setIndices(List<String> indices) |
void |
setPropertyEntities(List<PropertyEntity> propertyEntities) |
void |
setPropertyUseUnderlineStitching(boolean propertyUseUnderlineStitching) |
void |
setTableName(String tableName) |
void |
setTableUseUnderlineStitching(boolean tableUseUnderlineStitching) |
public String getTableName()
public void setTableName(String tableName)
public List<PropertyEntity> getPropertyEntities()
public void setPropertyEntities(List<PropertyEntity> propertyEntities)
public boolean isPropertyUseUnderlineStitching()
public void setPropertyUseUnderlineStitching(boolean propertyUseUnderlineStitching)
public boolean isTableUseUnderlineStitching()
public void setTableUseUnderlineStitching(boolean tableUseUnderlineStitching)
Copyright © 2020. All rights reserved.