public class WithItem extends Object implements CloneSupport<WithItem>
| 限定符和类型 | 字段和说明 |
|---|---|
private String |
name |
private List<String> |
params |
private WithDetail |
withDetail |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
private WithDetail withDetail
public WithDetail getWithDetail()
public void setWithDetail(WithDetail withDetail)
public Object[] getParamValues()
public WithItem clone()
CloneSupportObject.clone() 方法。clone 在接口中 CloneSupport<WithItem>clone 在类中 ObjectCopyright © 2025. All rights reserved.