Class DataDefinitionField
java.lang.Object
com.liferay.data.engine.rest.dto.v2_0.DataDefinitionField
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
getLabel()
getName()
@Valid DataDefinitionField[]
getTip()
int
hashCode()
void
setCustomProperties
(com.liferay.petra.function.UnsafeSupplier<Map<String, Object>, Exception> customPropertiesUnsafeSupplier) void
setCustomProperties
(Map<String, Object> customProperties) void
setDefaultValue
(com.liferay.petra.function.UnsafeSupplier<Map<String, Object>, Exception> defaultValueUnsafeSupplier) void
setDefaultValue
(Map<String, Object> defaultValue) void
setFieldType
(com.liferay.petra.function.UnsafeSupplier<String, Exception> fieldTypeUnsafeSupplier) void
setFieldType
(String fieldType) void
void
void
setIndexable
(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> indexableUnsafeSupplier) void
setIndexable
(Boolean indexable) void
setIndexType
(DataDefinitionField.IndexType indexType) void
setIndexType
(com.liferay.petra.function.UnsafeSupplier<DataDefinitionField.IndexType, Exception> indexTypeUnsafeSupplier) void
setLabel
(com.liferay.petra.function.UnsafeSupplier<Map<String, Object>, Exception> labelUnsafeSupplier) void
void
setLocalizable
(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> localizableUnsafeSupplier) void
setLocalizable
(Boolean localizable) void
void
void
setNestedDataDefinitionFields
(DataDefinitionField[] nestedDataDefinitionFields) void
setNestedDataDefinitionFields
(com.liferay.petra.function.UnsafeSupplier<DataDefinitionField[], Exception> nestedDataDefinitionFieldsUnsafeSupplier) void
setReadOnly
(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> readOnlyUnsafeSupplier) void
setReadOnly
(Boolean readOnly) void
setRepeatable
(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> repeatableUnsafeSupplier) void
setRepeatable
(Boolean repeatable) void
setRequired
(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> requiredUnsafeSupplier) void
setRequired
(Boolean required) void
setShowLabel
(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> showLabelUnsafeSupplier) void
setShowLabel
(Boolean showLabel) void
void
void
setVisible
(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> visibleUnsafeSupplier) void
setVisible
(Boolean visible) static DataDefinitionField
toString()
static DataDefinitionField
unsafeToDTO
(String json)
-
Field Details
-
customProperties
-
defaultValue
-
fieldType
-
id
-
indexType
-
indexable
-
label
-
localizable
-
name
-
nestedDataDefinitionFields
-
readOnly
-
repeatable
-
required
-
showLabel
-
tip
-
visible
-
xClassName
-
-
Constructor Details
-
DataDefinitionField
public DataDefinitionField()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getCustomProperties
-
setCustomProperties
-
setCustomProperties
-
getDefaultValue
-
setDefaultValue
-
setDefaultValue
-
getFieldType
-
setFieldType
-
setFieldType
-
getId
-
setId
-
setId
-
getIndexType
-
getIndexTypeAsString
-
setIndexType
-
setIndexType
public void setIndexType(com.liferay.petra.function.UnsafeSupplier<DataDefinitionField.IndexType, Exception> indexTypeUnsafeSupplier) -
getIndexable
-
setIndexable
-
setIndexable
-
getLabel
-
setLabel
-
setLabel
-
getLocalizable
-
setLocalizable
-
setLocalizable
-
getName
-
setName
-
setName
-
getNestedDataDefinitionFields
-
setNestedDataDefinitionFields
-
setNestedDataDefinitionFields
public void setNestedDataDefinitionFields(com.liferay.petra.function.UnsafeSupplier<DataDefinitionField[], Exception> nestedDataDefinitionFieldsUnsafeSupplier) -
getReadOnly
-
setReadOnly
-
setReadOnly
-
getRepeatable
-
setRepeatable
-
setRepeatable
-
getRequired
-
setRequired
-
setRequired
-
getShowLabel
-
setShowLabel
-
setShowLabel
-
getTip
-
setTip
-
setTip
-
getVisible
-
setVisible
-
setVisible
-
equals
-
hashCode
public int hashCode() -
toString
-