@Generated(value="")
public class WidgetPageSection
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
customizable |
protected java.lang.String |
id |
protected WidgetPageWidgetInstance[] |
widgetPageWidgetInstances |
java.lang.String |
xClassName |
| Constructor and Description |
|---|
WidgetPageSection() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
java.lang.Boolean |
getCustomizable() |
java.lang.String |
getId() |
@Valid WidgetPageWidgetInstance[] |
getWidgetPageWidgetInstances() |
int |
hashCode() |
void |
setCustomizable(java.lang.Boolean customizable) |
void |
setCustomizable(com.liferay.petra.function.UnsafeSupplier<java.lang.Boolean,java.lang.Exception> customizableUnsafeSupplier) |
void |
setId(java.lang.String id) |
void |
setId(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> idUnsafeSupplier) |
void |
setWidgetPageWidgetInstances(com.liferay.petra.function.UnsafeSupplier<WidgetPageWidgetInstance[],java.lang.Exception> widgetPageWidgetInstancesUnsafeSupplier) |
void |
setWidgetPageWidgetInstances(WidgetPageWidgetInstance[] widgetPageWidgetInstances) |
static WidgetPageSection |
toDTO(java.lang.String json) |
java.lang.String |
toString() |
static WidgetPageSection |
unsafeToDTO(java.lang.String json) |
protected java.lang.Boolean customizable
protected java.lang.String id
protected WidgetPageWidgetInstance[] widgetPageWidgetInstances
public java.lang.String xClassName
public static WidgetPageSection toDTO(java.lang.String json)
public static WidgetPageSection unsafeToDTO(java.lang.String json)
public java.lang.Boolean getCustomizable()
public void setCustomizable(java.lang.Boolean customizable)
public void setCustomizable(com.liferay.petra.function.UnsafeSupplier<java.lang.Boolean,java.lang.Exception> customizableUnsafeSupplier)
public java.lang.String getId()
public void setId(java.lang.String id)
public void setId(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> idUnsafeSupplier)
@Valid public @Valid WidgetPageWidgetInstance[] getWidgetPageWidgetInstances()
public void setWidgetPageWidgetInstances(WidgetPageWidgetInstance[] widgetPageWidgetInstances)
public void setWidgetPageWidgetInstances(com.liferay.petra.function.UnsafeSupplier<WidgetPageWidgetInstance[],java.lang.Exception> widgetPageWidgetInstancesUnsafeSupplier)
public boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object