public class TitleFiled
extends Object
| Constructor and Description |
|---|
TitleFiled() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getCode()
The field to be used as the record title when the "selectionMode" is set to "MANUAL".
|
TitleFieldSelectionMode |
getSelectionMode()
The selection mode of the title field.
|
int |
hashCode() |
TitleFiled |
setCode(String code)
The field to be used as the record title when the "selectionMode" is set to "MANUAL".
|
TitleFiled |
setSelectionMode(TitleFieldSelectionMode selectionMode)
The selection mode of the title field.
|
String |
toString() |
public TitleFieldSelectionMode getSelectionMode()
public String getCode()
public TitleFiled setSelectionMode(TitleFieldSelectionMode selectionMode)
this.public TitleFiled setCode(String code)
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