public class RichTextFieldProperty extends Object implements FieldProperty
| Constructor and Description |
|---|
RichTextFieldProperty() |
| 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() |
RichTextFieldProperty |
setCode(String code)
The field code of the field.
|
RichTextFieldProperty |
setDefaultValue(String defaultValue)
The default value.
|
RichTextFieldProperty |
setLabel(String label)
The field name.
|
RichTextFieldProperty |
setNoLabel(Boolean noLabel)
The "Hide field name" option.
|
RichTextFieldProperty |
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 RichTextFieldProperty setCode(String code)
this.public RichTextFieldProperty setLabel(String label)
this.public RichTextFieldProperty setNoLabel(Boolean noLabel)
this.public RichTextFieldProperty setRequired(Boolean required)
this.public RichTextFieldProperty 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