public class MetaCreateChildTable extends Meta
| Constructor and Description |
|---|
MetaCreateChildTable() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<ChildTableInfo> |
getCreateList() |
int |
getTagNum() |
List<Tag> |
getTags() |
String |
getUsing() |
int |
hashCode() |
void |
setCreateList(List<ChildTableInfo> createList) |
void |
setTagNum(int tagNum) |
void |
setTags(List<Tag> tags) |
void |
setUsing(String using) |
getTableName, getTableType, getType, setTableName, setTableType, setTypepublic String getUsing()
public void setUsing(String using)
public int getTagNum()
public void setTagNum(int tagNum)
public List<ChildTableInfo> getCreateList()
public void setCreateList(List<ChildTableInfo> createList)
Copyright © 2025. All rights reserved.