@Generated(value="")
public class MultiValuedAttribute
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
$ref |
protected java.lang.String |
display |
protected java.lang.Boolean |
primary |
protected java.lang.String |
type |
protected java.lang.String |
value |
java.lang.String |
xClassName |
| Constructor and Description |
|---|
MultiValuedAttribute() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
java.lang.String |
get$ref() |
java.lang.String |
getDisplay() |
java.lang.Boolean |
getPrimary() |
java.lang.String |
getType() |
java.lang.String |
getValue() |
int |
hashCode() |
void |
set$ref(java.lang.String $ref) |
void |
set$ref(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> $refUnsafeSupplier) |
void |
setDisplay(java.lang.String display) |
void |
setDisplay(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> displayUnsafeSupplier) |
void |
setPrimary(java.lang.Boolean primary) |
void |
setPrimary(com.liferay.petra.function.UnsafeSupplier<java.lang.Boolean,java.lang.Exception> primaryUnsafeSupplier) |
void |
setType(java.lang.String type) |
void |
setType(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> typeUnsafeSupplier) |
void |
setValue(java.lang.String value) |
void |
setValue(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> valueUnsafeSupplier) |
static MultiValuedAttribute |
toDTO(java.lang.String json) |
java.lang.String |
toString() |
static MultiValuedAttribute |
unsafeToDTO(java.lang.String json) |
protected java.lang.String $ref
protected java.lang.String display
protected java.lang.Boolean primary
protected java.lang.String type
protected java.lang.String value
public java.lang.String xClassName
public static MultiValuedAttribute toDTO(java.lang.String json)
public static MultiValuedAttribute unsafeToDTO(java.lang.String json)
public java.lang.String get$ref()
public void set$ref(java.lang.String $ref)
public void set$ref(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> $refUnsafeSupplier)
public java.lang.String getDisplay()
public void setDisplay(java.lang.String display)
public void setDisplay(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> displayUnsafeSupplier)
public java.lang.Boolean getPrimary()
public void setPrimary(java.lang.Boolean primary)
public void setPrimary(com.liferay.petra.function.UnsafeSupplier<java.lang.Boolean,java.lang.Exception> primaryUnsafeSupplier)
public java.lang.String getType()
public void setType(java.lang.String type)
public void setType(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> typeUnsafeSupplier)
public java.lang.String getValue()
public void setValue(java.lang.String value)
public void setValue(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> valueUnsafeSupplier)
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