public class ParamInfoModel extends Object implements Serializable
| Constructor and Description |
|---|
ParamInfoModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComment() |
String |
getDataMaxLength() |
String |
getDataMinLength() |
String |
getDataType() |
String |
getDefaultValue() |
String |
getName() |
boolean |
isRequired() |
void |
setComment(String comment) |
void |
setDataMaxLength(String dataMaxLength) |
void |
setDataMinLength(String dataMinLength) |
void |
setDataType(String dataType) |
void |
setDefaultValue(String defaultValue) |
void |
setName(String name) |
void |
setRequired(boolean isRequired) |
String |
toString() |
public String getName()
public void setName(String name)
name - the name to setpublic String getDataType()
public void setDataType(String dataType)
dataType - the dataType to setpublic String getDataMinLength()
public void setDataMinLength(String dataMinLength)
dataMinLength - the dataMinLength to setpublic String getDataMaxLength()
public void setDataMaxLength(String dataMaxLength)
dataMaxLength - the dataMaxLength to setpublic String getComment()
public void setComment(String comment)
comment - the comment to setpublic boolean isRequired()
public void setRequired(boolean isRequired)
public String getDefaultValue()
public void setDefaultValue(String defaultValue)
Copyright © 2018. All rights reserved.