public class MultiLineTextFieldProperty extends Object implements FieldProperty
| Constructor and Description |
|---|
MultiLineTextFieldProperty() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getCode()
The field code of the field.
|
String |
getDefaultValue()
The default value.
|
String |
getLabel()
The field name.
|
Boolean |
getNoLabel()
The "Hide field name" option.
|
Boolean |
getRequired()
The "Required field" option.
|
FieldType |
getType()
Get the field type.
|
int |
hashCode() |
MultiLineTextFieldProperty |
setCode(String code)
The field code of the field.
|
MultiLineTextFieldProperty |
setDefaultValue(String defaultValue)
The default value.
|
MultiLineTextFieldProperty |
setLabel(String label)
The field name.
|
MultiLineTextFieldProperty |
setNoLabel(Boolean noLabel)
The "Hide field name" option.
|
MultiLineTextFieldProperty |
setRequired(Boolean required)
The "Required field" option.
|
String |
toString() |
public FieldType getType()
getType in interface FieldPropertypublic String getCode()
getCode in interface FieldPropertypublic String getLabel()
public Boolean getNoLabel()
public Boolean getRequired()
public String getDefaultValue()
public MultiLineTextFieldProperty setCode(String code)
this.public MultiLineTextFieldProperty setLabel(String label)
this.public MultiLineTextFieldProperty setNoLabel(Boolean noLabel)
this.public MultiLineTextFieldProperty setRequired(Boolean required)
this.public MultiLineTextFieldProperty setDefaultValue(String defaultValue)
this.public boolean equals(Object o)
equals in class Objectprotected boolean canEqual(Object other)
public int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object