Class AttachmentBase64
java.lang.Object
com.liferay.headless.commerce.admin.catalog.dto.v1_0.AttachmentBase64
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
@Valid CustomField[]
@DecimalMin("0") Long
getId()
getSrc()
String[]
getTags()
getTitle()
getType()
int
hashCode()
void
setAttachment
(com.liferay.petra.function.UnsafeSupplier<String, Exception> attachmentUnsafeSupplier) void
setAttachment
(String attachment) void
setContentType
(com.liferay.petra.function.UnsafeSupplier<String, Exception> contentTypeUnsafeSupplier) void
setContentType
(String contentType) void
setCustomFields
(CustomField[] customFields) void
setCustomFields
(com.liferay.petra.function.UnsafeSupplier<CustomField[], Exception> customFieldsUnsafeSupplier) void
setDisplayDate
(com.liferay.petra.function.UnsafeSupplier<Date, Exception> displayDateUnsafeSupplier) void
setDisplayDate
(Date displayDate) void
setExpirationDate
(com.liferay.petra.function.UnsafeSupplier<Date, Exception> expirationDateUnsafeSupplier) void
setExpirationDate
(Date expirationDate) void
setExternalReferenceCode
(com.liferay.petra.function.UnsafeSupplier<String, Exception> externalReferenceCodeUnsafeSupplier) void
setExternalReferenceCode
(String externalReferenceCode) void
setGalleryEnabled
(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> galleryEnabledUnsafeSupplier) void
setGalleryEnabled
(Boolean galleryEnabled) void
void
void
setNeverExpire
(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> neverExpireUnsafeSupplier) void
setNeverExpire
(Boolean neverExpire) void
setOptions
(com.liferay.petra.function.UnsafeSupplier<Map<String, String>, Exception> optionsUnsafeSupplier) void
setOptions
(Map<String, String> options) void
setPriority
(com.liferay.petra.function.UnsafeSupplier<Double, Exception> priorityUnsafeSupplier) void
setPriority
(Double priority) void
void
void
void
void
setTitle
(com.liferay.petra.function.UnsafeSupplier<Map<String, String>, Exception> titleUnsafeSupplier) void
void
void
static AttachmentBase64
toString()
static AttachmentBase64
unsafeToDTO
(String json)
-
Field Details
-
attachment
-
contentType
-
customFields
-
displayDate
-
expirationDate
-
externalReferenceCode
-
galleryEnabled
-
id
-
neverExpire
-
options
-
priority
-
src
-
tags
-
title
-
type
-
xClassName
-
-
Constructor Details
-
AttachmentBase64
public AttachmentBase64()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getAttachment
-
setAttachment
-
setAttachment
-
getContentType
-
setContentType
-
setContentType
-
getCustomFields
-
setCustomFields
-
setCustomFields
public void setCustomFields(com.liferay.petra.function.UnsafeSupplier<CustomField[], Exception> customFieldsUnsafeSupplier) -
getDisplayDate
-
setDisplayDate
-
setDisplayDate
-
getExpirationDate
-
setExpirationDate
-
setExpirationDate
-
getExternalReferenceCode
-
setExternalReferenceCode
-
setExternalReferenceCode
-
getGalleryEnabled
-
setGalleryEnabled
-
setGalleryEnabled
-
getId
-
setId
-
setId
-
getNeverExpire
-
setNeverExpire
-
setNeverExpire
-
getOptions
-
setOptions
-
setOptions
-
getPriority
-
setPriority
-
setPriority
-
getSrc
-
setSrc
-
setSrc
-
getTags
-
setTags
-
setTags
-
getTitle
-
setTitle
-
setTitle
-
getType
-
setType
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-