Class Diagram
java.lang.Object
com.liferay.headless.commerce.admin.catalog.dto.v1_0.Diagram
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
@Valid AttachmentBase64
getColor()
@DecimalMin("0") Long
getId()
@DecimalMin("0") Long
@DecimalMin("0") Long
getType()
int
hashCode()
void
setAttachmentBase64
(AttachmentBase64 attachmentBase64) void
setAttachmentBase64
(com.liferay.petra.function.UnsafeSupplier<AttachmentBase64, Exception> attachmentBase64UnsafeSupplier) void
void
void
void
void
setImageId
(com.liferay.petra.function.UnsafeSupplier<Long, Exception> imageIdUnsafeSupplier) void
setImageId
(Long imageId) void
setImageURL
(com.liferay.petra.function.UnsafeSupplier<String, Exception> imageURLUnsafeSupplier) void
setImageURL
(String imageURL) void
setProductExternalReferenceCode
(com.liferay.petra.function.UnsafeSupplier<String, Exception> productExternalReferenceCodeUnsafeSupplier) void
setProductExternalReferenceCode
(String productExternalReferenceCode) void
setProductId
(com.liferay.petra.function.UnsafeSupplier<Long, Exception> productIdUnsafeSupplier) void
setProductId
(Long productId) void
void
void
void
static Diagram
toString()
static Diagram
unsafeToDTO
(String json)
-
Field Details
-
attachmentBase64
-
color
-
id
-
imageId
-
imageURL
-
productExternalReferenceCode
-
productId
-
radius
-
type
-
xClassName
-
-
Constructor Details
-
Diagram
public Diagram()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getAttachmentBase64
-
setAttachmentBase64
-
setAttachmentBase64
public void setAttachmentBase64(com.liferay.petra.function.UnsafeSupplier<AttachmentBase64, Exception> attachmentBase64UnsafeSupplier) -
getColor
-
setColor
-
setColor
-
getId
-
setId
-
setId
-
getImageId
-
setImageId
-
setImageId
-
getImageURL
-
setImageURL
-
setImageURL
-
getProductExternalReferenceCode
-
setProductExternalReferenceCode
-
setProductExternalReferenceCode
-
getProductId
-
setProductId
-
setProductId
-
getRadius
-
setRadius
-
setRadius
-
getType
-
setType
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-