@Generated(value="")
public class PageSectionDefinition
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
backgroundColor |
protected FragmentImage |
backgroundImage |
protected Layout |
layout |
java.lang.String |
xClassName |
Constructor and Description |
---|
PageSectionDefinition() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object) |
java.lang.String |
getBackgroundColor() |
@Valid FragmentImage |
getBackgroundImage() |
@Valid Layout |
getLayout() |
int |
hashCode() |
void |
setBackgroundColor(java.lang.String backgroundColor) |
void |
setBackgroundColor(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> backgroundColorUnsafeSupplier) |
void |
setBackgroundImage(FragmentImage backgroundImage) |
void |
setBackgroundImage(com.liferay.petra.function.UnsafeSupplier<FragmentImage,java.lang.Exception> backgroundImageUnsafeSupplier) |
void |
setLayout(Layout layout) |
void |
setLayout(com.liferay.petra.function.UnsafeSupplier<Layout,java.lang.Exception> layoutUnsafeSupplier) |
static PageSectionDefinition |
toDTO(java.lang.String json) |
java.lang.String |
toString() |
protected java.lang.String backgroundColor
protected FragmentImage backgroundImage
protected Layout layout
public java.lang.String xClassName
public static PageSectionDefinition toDTO(java.lang.String json)
public java.lang.String getBackgroundColor()
public void setBackgroundColor(java.lang.String backgroundColor)
public void setBackgroundColor(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> backgroundColorUnsafeSupplier)
@Valid public @Valid FragmentImage getBackgroundImage()
public void setBackgroundImage(FragmentImage backgroundImage)
public void setBackgroundImage(com.liferay.petra.function.UnsafeSupplier<FragmentImage,java.lang.Exception> backgroundImageUnsafeSupplier)
@Valid public @Valid Layout getLayout()
public void setLayout(Layout layout)
public void setLayout(com.liferay.petra.function.UnsafeSupplier<Layout,java.lang.Exception> layoutUnsafeSupplier)
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