类 ScriptPostData
java.lang.Object
com.gdxsoft.easyweb.datasource.ScriptPostData
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明intbooleanvoidsetFieldLength(int fieldLength) voidsetFieldName(String fieldName) voidsetFieldType(String fieldType) voidsetFieldValue(String fieldValue) voidsetIsEncrypt(boolean isEncrypt)
-
构造器详细资料
-
ScriptPostData
-
ScriptPostData
public ScriptPostData()
-
-
方法详细资料
-
getFieldLength
public int getFieldLength() -
getFieldName
-
getFieldType
-
getFieldValue
-
isEncrypt
public boolean isEncrypt() -
setFieldName
- 参数:
fieldName- the _FieldName to set
-
setFieldType
- 参数:
fieldType- the _FieldType to set
-
setFieldLength
public void setFieldLength(int fieldLength) - 参数:
fieldLength- the _FieldLength to set
-
setFieldValue
- 参数:
fieldValue- the _FieldValue to set
-
setIsEncrypt
public void setIsEncrypt(boolean isEncrypt) - 参数:
isEncrypt- the _IsEncrypt to set
-