public class FileFieldProperty extends Object implements FieldProperty
| Constructor and Description |
|---|
FileFieldProperty() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getCode()
The field code of the field.
|
String |
getLabel()
The field name.
|
Boolean |
getNoLabel()
The "Hide field name" option.
|
Boolean |
getRequired()
The "Required field" option.
|
Long |
getThumbnailSize()
The size of the image thumbnail in pixels.
|
FieldType |
getType()
Get the field type.
|
int |
hashCode() |
FileFieldProperty |
setCode(String code)
The field code of the field.
|
FileFieldProperty |
setLabel(String label)
The field name.
|
FileFieldProperty |
setNoLabel(Boolean noLabel)
The "Hide field name" option.
|
FileFieldProperty |
setRequired(Boolean required)
The "Required field" option.
|
FileFieldProperty |
setThumbnailSize(Long thumbnailSize)
The size of the image thumbnail in pixels.
|
String |
toString() |
public FieldType getType()
getType in interface FieldPropertypublic String getCode()
getCode in interface FieldPropertypublic String getLabel()
public Boolean getNoLabel()
public Boolean getRequired()
public Long getThumbnailSize()
public FileFieldProperty setCode(String code)
this.public FileFieldProperty setLabel(String label)
this.public FileFieldProperty setNoLabel(Boolean noLabel)
this.public FileFieldProperty setRequired(Boolean required)
this.public FileFieldProperty setThumbnailSize(Long thumbnailSize)
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