public class FieldLayout
extends Object
| Constructor and Description |
|---|
FieldLayout() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getCode()
The field code.
|
String |
getElementId()
The element ID of the Space field.
|
String |
getLabel()
The text set in the Label field.
|
FieldSize |
getSize()
An object with data of the field's size.
|
FieldType |
getType()
The type of field.
|
int |
hashCode() |
FieldLayout |
setCode(String code)
The field code.
|
FieldLayout |
setElementId(String elementId)
The element ID of the Space field.
|
FieldLayout |
setLabel(String label)
The text set in the Label field.
|
FieldLayout |
setSize(FieldSize size)
An object with data of the field's size.
|
FieldLayout |
setType(FieldType type)
The type of field.
|
String |
toString() |
public FieldType getType()
public String getCode()
public String getLabel()
public String getElementId()
public FieldSize getSize()
public FieldLayout setType(FieldType type)
this.public FieldLayout setCode(String code)
this.public FieldLayout setLabel(String label)
this.public FieldLayout setElementId(String elementId)
this.public FieldLayout setSize(FieldSize size)
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