public class Param extends Object
| 构造器和说明 |
|---|
Param() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addPair(Pair pair)
Add pair.
|
void |
addSql(Sql sql)
Add sql.
|
void |
fillParamMap()
Fill param map.
|
DateStamp |
getDateStamp()
Gets date stamp.
|
Function |
getFunction()
Gets function.
|
String |
getMultiple()
Gets multiple.
|
String |
getName()
Gets name.
|
List<Pair> |
getPairs()
Gets pairs.
|
Map<String,Sql> |
getSqlMap()
Gets sql map.
|
List<Sql> |
getSqls()
Gets sqls.
|
String |
getType()
Gets type.
|
String |
getValue()
Gets value.
|
String |
getValue(boolean useDecode)
Gets value.
|
boolean |
isShow()
Is show boolean.
|
void |
setDateStamp(DateStamp dateStamp)
Sets date stamp.
|
void |
setFunction(Function function)
Sets function.
|
void |
setMultiple(String multipule)
Sets multiple.
|
void |
setName(String name)
Sets name.
|
void |
setPair(List<Pair> pairs)
Sets pair.
|
void |
setShow(boolean show)
Sets show.
|
void |
setShow(String show)
Sets show.
|
void |
setSqls(List<Sql> sqls)
Sets sqls.
|
void |
setType(String type)
Sets type.
|
void |
setValue(String value)
Sets value.
|
String |
toString() |
public String getName()
public void setName(String name)
name - the namepublic String getType()
public void setType(String type)
type - the typepublic String getValue(boolean useDecode)
useDecode - the use decodepublic String getValue()
public void setValue(String value)
value - the valuepublic void addSql(Sql sql)
sql - the sqlpublic void fillParamMap()
public String getMultiple()
public void setMultiple(String multipule)
multipule - the multipulepublic DateStamp getDateStamp()
public void setDateStamp(DateStamp dateStamp)
dateStamp - the date stamppublic void addPair(Pair pair)
pair - the pairpublic Function getFunction()
public void setFunction(Function function)
function - the functionpublic boolean isShow()
public void setShow(String show)
show - the showpublic void setShow(boolean show)
show - the showCopyright © 2016. All rights reserved.