@Generated(value="")
public class DisplayPageTemplate
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected ContentSubtype |
contentSubtype |
protected ContentType |
contentType |
protected java.lang.String |
key |
protected java.lang.String |
name |
java.lang.String |
xClassName |
Constructor and Description |
---|
DisplayPageTemplate() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object) |
@Valid ContentSubtype |
getContentSubtype() |
@Valid ContentType |
getContentType() |
java.lang.String |
getKey() |
java.lang.String |
getName() |
int |
hashCode() |
void |
setContentSubtype(ContentSubtype contentSubtype) |
void |
setContentSubtype(com.liferay.petra.function.UnsafeSupplier<ContentSubtype,java.lang.Exception> contentSubtypeUnsafeSupplier) |
void |
setContentType(ContentType contentType) |
void |
setContentType(com.liferay.petra.function.UnsafeSupplier<ContentType,java.lang.Exception> contentTypeUnsafeSupplier) |
void |
setKey(java.lang.String key) |
void |
setKey(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> keyUnsafeSupplier) |
void |
setName(java.lang.String name) |
void |
setName(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> nameUnsafeSupplier) |
static DisplayPageTemplate |
toDTO(java.lang.String json) |
java.lang.String |
toString() |
protected ContentSubtype contentSubtype
protected ContentType contentType
protected java.lang.String key
protected java.lang.String name
public java.lang.String xClassName
public static DisplayPageTemplate toDTO(java.lang.String json)
@Valid public @Valid ContentSubtype getContentSubtype()
public void setContentSubtype(ContentSubtype contentSubtype)
public void setContentSubtype(com.liferay.petra.function.UnsafeSupplier<ContentSubtype,java.lang.Exception> contentSubtypeUnsafeSupplier)
@Valid public @Valid ContentType getContentType()
public void setContentType(ContentType contentType)
public void setContentType(com.liferay.petra.function.UnsafeSupplier<ContentType,java.lang.Exception> contentTypeUnsafeSupplier)
public java.lang.String getKey()
public void setKey(java.lang.String key)
public void setKey(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> keyUnsafeSupplier)
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