public class WithItem extends Object implements CloneSupport<WithItem>
| Constructor and Description |
|---|
WithItem() |
WithItem(String name,
List<String> params) |
| Modifier and Type | Method and Description |
|---|---|
WithItem |
clone()
改写
Object.clone() 方法。 |
String |
getName() |
List<String> |
getParams() |
Object[] |
getParamValues() |
WithDetail |
getWithDetail() |
void |
setName(String name) |
void |
setParams(List<String> params) |
void |
setWithDetail(WithDetail withDetail) |
String |
toSql(IDialect dialect) |
public String getName()
public void setName(String name)
public WithDetail getWithDetail()
public void setWithDetail(WithDetail withDetail)
public Object[] getParamValues()
public WithItem clone()
CloneSupportObject.clone() 方法。clone in interface CloneSupport<WithItem>clone in class ObjectCopyright © 2024. All rights reserved.