public class TimeFieldProperty extends Object implements FieldProperty
| Constructor and Description |
|---|
TimeFieldProperty() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getCode()
The field code of the field.
|
Boolean |
getDefaultNowValue()
The "Default to the record creation date" option.
|
LocalTime |
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() |
TimeFieldProperty |
setCode(String code)
The field code of the field.
|
TimeFieldProperty |
setDefaultNowValue(Boolean defaultNowValue)
The "Default to the record creation date" option.
|
TimeFieldProperty |
setDefaultValue(LocalTime defaultValue)
The default value.
|
TimeFieldProperty |
setLabel(String label)
The field name.
|
TimeFieldProperty |
setNoLabel(Boolean noLabel)
The "Hide field name" option.
|
TimeFieldProperty |
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 LocalTime getDefaultValue()
public Boolean getDefaultNowValue()
public TimeFieldProperty setCode(String code)
this.public TimeFieldProperty setLabel(String label)
this.public TimeFieldProperty setNoLabel(Boolean noLabel)
this.public TimeFieldProperty setRequired(Boolean required)
this.public TimeFieldProperty setDefaultValue(LocalTime defaultValue)
this.public TimeFieldProperty setDefaultNowValue(Boolean defaultNowValue)
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