Class PageTemplate

java.lang.Object
com.liferay.headless.delivery.dto.v1_0.PageTemplate
All Implemented Interfaces:
Serializable

@Generated("") public class PageTemplate extends Object implements Serializable
See Also:
Generated:
  • Field Details

    • creator

      protected Creator creator
    • dateCreated

      protected Date dateCreated
    • dateModified

      protected Date dateModified
    • id

      protected Long id
    • keywords

      protected String[] keywords
    • name

      protected String name
    • pageDefinition

      protected PageDefinition pageDefinition
    • pageTemplateCollection

      protected PageTemplateCollection pageTemplateCollection
    • taxonomyCategoryBriefs

      protected TaxonomyCategoryBrief[] taxonomyCategoryBriefs
    • taxonomyCategoryIds

      protected Long[] taxonomyCategoryIds
    • uuid

      protected String uuid
    • xClassName

      public String xClassName
  • Constructor Details

    • PageTemplate

      public PageTemplate()
  • Method Details

    • toDTO

      public static PageTemplate toDTO(String json)
    • unsafeToDTO

      public static PageTemplate unsafeToDTO(String json)
    • getCreator

      @Valid public @Valid Creator getCreator()
    • setCreator

      public void setCreator(Creator creator)
    • setCreator

      public void setCreator(com.liferay.petra.function.UnsafeSupplier<Creator,Exception> creatorUnsafeSupplier)
    • getDateCreated

      public Date getDateCreated()
    • setDateCreated

      public void setDateCreated(Date dateCreated)
    • setDateCreated

      public void setDateCreated(com.liferay.petra.function.UnsafeSupplier<Date,Exception> dateCreatedUnsafeSupplier)
    • getDateModified

      public Date getDateModified()
    • setDateModified

      public void setDateModified(Date dateModified)
    • setDateModified

      public void setDateModified(com.liferay.petra.function.UnsafeSupplier<Date,Exception> dateModifiedUnsafeSupplier)
    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • setId

      public void setId(com.liferay.petra.function.UnsafeSupplier<Long,Exception> idUnsafeSupplier)
    • getKeywords

      public String[] getKeywords()
    • setKeywords

      public void setKeywords(String[] keywords)
    • setKeywords

      public void setKeywords(com.liferay.petra.function.UnsafeSupplier<String[],Exception> keywordsUnsafeSupplier)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • setName

      public void setName(com.liferay.petra.function.UnsafeSupplier<String,Exception> nameUnsafeSupplier)
    • getPageDefinition

      @Valid public @Valid PageDefinition getPageDefinition()
    • setPageDefinition

      public void setPageDefinition(PageDefinition pageDefinition)
    • setPageDefinition

      public void setPageDefinition(com.liferay.petra.function.UnsafeSupplier<PageDefinition,Exception> pageDefinitionUnsafeSupplier)
    • getPageTemplateCollection

      @Valid public @Valid PageTemplateCollection getPageTemplateCollection()
    • setPageTemplateCollection

      public void setPageTemplateCollection(PageTemplateCollection pageTemplateCollection)
    • setPageTemplateCollection

      public void setPageTemplateCollection(com.liferay.petra.function.UnsafeSupplier<PageTemplateCollection,Exception> pageTemplateCollectionUnsafeSupplier)
    • getTaxonomyCategoryBriefs

      @Valid public @Valid TaxonomyCategoryBrief[] getTaxonomyCategoryBriefs()
    • setTaxonomyCategoryBriefs

      public void setTaxonomyCategoryBriefs(TaxonomyCategoryBrief[] taxonomyCategoryBriefs)
    • setTaxonomyCategoryBriefs

      public void setTaxonomyCategoryBriefs(com.liferay.petra.function.UnsafeSupplier<TaxonomyCategoryBrief[],Exception> taxonomyCategoryBriefsUnsafeSupplier)
    • getTaxonomyCategoryIds

      public Long[] getTaxonomyCategoryIds()
    • setTaxonomyCategoryIds

      public void setTaxonomyCategoryIds(Long[] taxonomyCategoryIds)
    • setTaxonomyCategoryIds

      public void setTaxonomyCategoryIds(com.liferay.petra.function.UnsafeSupplier<Long[],Exception> taxonomyCategoryIdsUnsafeSupplier)
    • getUuid

      public String getUuid()
    • setUuid

      public void setUuid(String uuid)
    • setUuid

      public void setUuid(com.liferay.petra.function.UnsafeSupplier<String,Exception> uuidUnsafeSupplier)
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object