@Generated(value="")
public class CustomField
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected CustomValue |
customValue |
protected java.lang.String |
dataType |
protected java.lang.String |
name |
Constructor and Description |
---|
CustomField() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object) |
@Valid CustomValue |
getCustomValue() |
java.lang.String |
getDataType() |
java.lang.String |
getName() |
int |
hashCode() |
void |
setCustomValue(CustomValue customValue) |
void |
setCustomValue(com.liferay.petra.function.UnsafeSupplier<CustomValue,java.lang.Exception> customValueUnsafeSupplier) |
void |
setDataType(java.lang.String dataType) |
void |
setDataType(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> dataTypeUnsafeSupplier) |
void |
setName(java.lang.String name) |
void |
setName(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> nameUnsafeSupplier) |
java.lang.String |
toString() |
protected CustomValue customValue
protected java.lang.String dataType
protected java.lang.String name
@Valid public @Valid CustomValue getCustomValue()
public void setCustomValue(CustomValue customValue)
public void setCustomValue(com.liferay.petra.function.UnsafeSupplier<CustomValue,java.lang.Exception> customValueUnsafeSupplier)
public java.lang.String getDataType()
public void setDataType(java.lang.String dataType)
public void setDataType(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> dataTypeUnsafeSupplier)
public java.lang.String getName()
public void setName(java.lang.String name)
public void setName(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> nameUnsafeSupplier)
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object