@Generated(value="")
public class ElementInstance
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected Configuration |
configurationEntry |
protected SXPElement |
sxpElement |
protected java.lang.Long |
sxpElementId |
protected java.lang.Integer |
type |
protected java.util.Map<java.lang.String,java.lang.Object> |
uiConfigurationValues |
java.lang.String |
xClassName |
Constructor and Description |
---|
ElementInstance() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object) |
@Valid Configuration |
getConfigurationEntry() |
@Valid SXPElement |
getSxpElement() |
java.lang.Long |
getSxpElementId() |
java.lang.Integer |
getType() |
@Valid java.util.Map<java.lang.String,java.lang.Object> |
getUiConfigurationValues() |
int |
hashCode() |
void |
setConfigurationEntry(Configuration configurationEntry) |
void |
setConfigurationEntry(com.liferay.petra.function.UnsafeSupplier<Configuration,java.lang.Exception> configurationEntryUnsafeSupplier) |
void |
setSxpElement(SXPElement sxpElement) |
void |
setSxpElement(com.liferay.petra.function.UnsafeSupplier<SXPElement,java.lang.Exception> sxpElementUnsafeSupplier) |
void |
setSxpElementId(java.lang.Long sxpElementId) |
void |
setSxpElementId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> sxpElementIdUnsafeSupplier) |
void |
setType(java.lang.Integer type) |
void |
setType(com.liferay.petra.function.UnsafeSupplier<java.lang.Integer,java.lang.Exception> typeUnsafeSupplier) |
void |
setUiConfigurationValues(java.util.Map<java.lang.String,java.lang.Object> uiConfigurationValues) |
void |
setUiConfigurationValues(com.liferay.petra.function.UnsafeSupplier<java.util.Map<java.lang.String,java.lang.Object>,java.lang.Exception> uiConfigurationValuesUnsafeSupplier) |
static ElementInstance |
toDTO(java.lang.String json) |
java.lang.String |
toString() |
static ElementInstance |
unsafeToDTO(java.lang.String json) |
protected Configuration configurationEntry
protected SXPElement sxpElement
protected java.lang.Long sxpElementId
protected java.lang.Integer type
protected java.util.Map<java.lang.String,java.lang.Object> uiConfigurationValues
public java.lang.String xClassName
public static ElementInstance toDTO(java.lang.String json)
public static ElementInstance unsafeToDTO(java.lang.String json)
@Valid public @Valid Configuration getConfigurationEntry()
public void setConfigurationEntry(Configuration configurationEntry)
public void setConfigurationEntry(com.liferay.petra.function.UnsafeSupplier<Configuration,java.lang.Exception> configurationEntryUnsafeSupplier)
@Valid public @Valid SXPElement getSxpElement()
public void setSxpElement(SXPElement sxpElement)
public void setSxpElement(com.liferay.petra.function.UnsafeSupplier<SXPElement,java.lang.Exception> sxpElementUnsafeSupplier)
public java.lang.Long getSxpElementId()
public void setSxpElementId(java.lang.Long sxpElementId)
public void setSxpElementId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> sxpElementIdUnsafeSupplier)
public java.lang.Integer getType()
public void setType(java.lang.Integer type)
public void setType(com.liferay.petra.function.UnsafeSupplier<java.lang.Integer,java.lang.Exception> typeUnsafeSupplier)
@Valid public @Valid java.util.Map<java.lang.String,java.lang.Object> getUiConfigurationValues()
public void setUiConfigurationValues(java.util.Map<java.lang.String,java.lang.Object> uiConfigurationValues)
public void setUiConfigurationValues(com.liferay.petra.function.UnsafeSupplier<java.util.Map<java.lang.String,java.lang.Object>,java.lang.Exception> uiConfigurationValuesUnsafeSupplier)
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