Class PageTemplateCollection
java.lang.Object
com.liferay.headless.delivery.dto.v1_0.PageTemplateCollection
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
@Valid Creator
getId()
getName()
getUuid()
int
hashCode()
void
setCreator
(Creator creator) void
setCreator
(com.liferay.petra.function.UnsafeSupplier<Creator, Exception> creatorUnsafeSupplier) void
setDateCreated
(com.liferay.petra.function.UnsafeSupplier<Date, Exception> dateCreatedUnsafeSupplier) void
setDateCreated
(Date dateCreated) void
setDateModified
(com.liferay.petra.function.UnsafeSupplier<Date, Exception> dateModifiedUnsafeSupplier) void
setDateModified
(Date dateModified) void
setDescription
(com.liferay.petra.function.UnsafeSupplier<String, Exception> descriptionUnsafeSupplier) void
setDescription
(String description) void
void
void
void
void
void
static PageTemplateCollection
toString()
static PageTemplateCollection
unsafeToDTO
(String json)
-
Field Details
-
creator
-
dateCreated
-
dateModified
-
description
-
id
-
name
-
uuid
-
xClassName
-
-
Constructor Details
-
PageTemplateCollection
public PageTemplateCollection()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getCreator
-
setCreator
-
setCreator
-
getDateCreated
-
setDateCreated
-
setDateCreated
-
getDateModified
-
setDateModified
-
setDateModified
-
getDescription
-
setDescription
-
setDescription
-
getId
-
setId
-
setId
-
getName
-
setName
-
setName
-
getUuid
-
setUuid
-
setUuid
-
equals
-
hashCode
public int hashCode() -
toString
-