Class ItemValue
java.lang.Object
com.liferay.headless.admin.site.dto.v1_0.ItemValue
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@Valid ItemExternalReferencegetItem()@Valid TemplateReferenceinthashCode()voidsetItem(ItemExternalReference item) voidsetItem(com.liferay.petra.function.UnsafeSupplier<ItemExternalReference, Exception> itemUnsafeSupplier) voidsetTemplate(TemplateReference template) voidsetTemplate(com.liferay.petra.function.UnsafeSupplier<TemplateReference, Exception> templateUnsafeSupplier) static ItemValuetoString()static ItemValueunsafeToDTO(String json)
-
Field Details
-
item
-
template
-
xClassName
-
-
Constructor Details
-
ItemValue
public ItemValue()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getItem
-
setItem
-
setItem
public void setItem(com.liferay.petra.function.UnsafeSupplier<ItemExternalReference, Exception> itemUnsafeSupplier) -
getTemplate
-
setTemplate
-
setTemplate
public void setTemplate(com.liferay.petra.function.UnsafeSupplier<TemplateReference, Exception> templateUnsafeSupplier) -
equals
-
hashCode
public int hashCode() -
toString
-