Class MasterPage

java.lang.Object
com.liferay.headless.admin.site.dto.v1_0.MasterPage
All Implemented Interfaces:
Serializable

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

    • creator

      protected com.liferay.headless.admin.user.dto.v1_0.Creator creator
    • creatorExternalReferenceCode

      protected String creatorExternalReferenceCode
    • dateCreated

      protected Date dateCreated
    • dateModified

      protected Date dateModified
    • datePublished

      protected Date datePublished
    • externalReferenceCode

      protected String externalReferenceCode
    • key

      protected String key
    • keywordItemExternalReferences

      protected ItemExternalReference[] keywordItemExternalReferences
    • keywords

      protected com.liferay.headless.admin.taxonomy.dto.v1_0.Keyword[] keywords
    • markedAsDefault

      protected Boolean markedAsDefault
    • name

      protected String name
    • pageSpecifications

      protected PageSpecification[] pageSpecifications
    • taxonomyCategories

      protected com.liferay.headless.admin.taxonomy.dto.v1_0.TaxonomyCategory[] taxonomyCategories
    • taxonomyCategoryItemExternalReferences

      protected ItemExternalReference[] taxonomyCategoryItemExternalReferences
    • thumbnail

      protected ItemExternalReference thumbnail
    • uuid

      protected String uuid
    • xClassName

      public String xClassName
  • Constructor Details

    • MasterPage

      public MasterPage()
  • Method Details

    • toDTO

      public static MasterPage toDTO(String json)
    • unsafeToDTO

      public static MasterPage unsafeToDTO(String json)
    • getCreator

      @Valid public @Valid com.liferay.headless.admin.user.dto.v1_0.Creator getCreator()
    • setCreator

      public void setCreator(com.liferay.headless.admin.user.dto.v1_0.Creator creator)
    • setCreator

      public void setCreator(com.liferay.petra.function.UnsafeSupplier<com.liferay.headless.admin.user.dto.v1_0.Creator,Exception> creatorUnsafeSupplier)
    • getCreatorExternalReferenceCode

      public String getCreatorExternalReferenceCode()
    • setCreatorExternalReferenceCode

      public void setCreatorExternalReferenceCode(String creatorExternalReferenceCode)
    • setCreatorExternalReferenceCode

      public void setCreatorExternalReferenceCode(com.liferay.petra.function.UnsafeSupplier<String,Exception> creatorExternalReferenceCodeUnsafeSupplier)
    • 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)
    • getDatePublished

      public Date getDatePublished()
    • setDatePublished

      public void setDatePublished(Date datePublished)
    • setDatePublished

      public void setDatePublished(com.liferay.petra.function.UnsafeSupplier<Date,Exception> datePublishedUnsafeSupplier)
    • getExternalReferenceCode

      public String getExternalReferenceCode()
    • setExternalReferenceCode

      public void setExternalReferenceCode(String externalReferenceCode)
    • setExternalReferenceCode

      public void setExternalReferenceCode(com.liferay.petra.function.UnsafeSupplier<String,Exception> externalReferenceCodeUnsafeSupplier)
    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)
    • setKey

      public void setKey(com.liferay.petra.function.UnsafeSupplier<String,Exception> keyUnsafeSupplier)
    • getKeywordItemExternalReferences

      @Valid public @Valid ItemExternalReference[] getKeywordItemExternalReferences()
    • setKeywordItemExternalReferences

      public void setKeywordItemExternalReferences(ItemExternalReference[] keywordItemExternalReferences)
    • setKeywordItemExternalReferences

      public void setKeywordItemExternalReferences(com.liferay.petra.function.UnsafeSupplier<ItemExternalReference[],Exception> keywordItemExternalReferencesUnsafeSupplier)
    • getKeywords

      @Valid public @Valid com.liferay.headless.admin.taxonomy.dto.v1_0.Keyword[] getKeywords()
    • setKeywords

      public void setKeywords(com.liferay.headless.admin.taxonomy.dto.v1_0.Keyword[] keywords)
    • setKeywords

      public void setKeywords(com.liferay.petra.function.UnsafeSupplier<com.liferay.headless.admin.taxonomy.dto.v1_0.Keyword[],Exception> keywordsUnsafeSupplier)
    • getMarkedAsDefault

      public Boolean getMarkedAsDefault()
    • setMarkedAsDefault

      public void setMarkedAsDefault(Boolean markedAsDefault)
    • setMarkedAsDefault

      public void setMarkedAsDefault(com.liferay.petra.function.UnsafeSupplier<Boolean,Exception> markedAsDefaultUnsafeSupplier)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • setName

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

      @Valid public @Valid PageSpecification[] getPageSpecifications()
    • setPageSpecifications

      public void setPageSpecifications(PageSpecification[] pageSpecifications)
    • setPageSpecifications

      public void setPageSpecifications(com.liferay.petra.function.UnsafeSupplier<PageSpecification[],Exception> pageSpecificationsUnsafeSupplier)
    • getTaxonomyCategories

      @Valid public @Valid com.liferay.headless.admin.taxonomy.dto.v1_0.TaxonomyCategory[] getTaxonomyCategories()
    • setTaxonomyCategories

      public void setTaxonomyCategories(com.liferay.headless.admin.taxonomy.dto.v1_0.TaxonomyCategory[] taxonomyCategories)
    • setTaxonomyCategories

      public void setTaxonomyCategories(com.liferay.petra.function.UnsafeSupplier<com.liferay.headless.admin.taxonomy.dto.v1_0.TaxonomyCategory[],Exception> taxonomyCategoriesUnsafeSupplier)
    • getTaxonomyCategoryItemExternalReferences

      @Valid public @Valid ItemExternalReference[] getTaxonomyCategoryItemExternalReferences()
    • setTaxonomyCategoryItemExternalReferences

      public void setTaxonomyCategoryItemExternalReferences(ItemExternalReference[] taxonomyCategoryItemExternalReferences)
    • setTaxonomyCategoryItemExternalReferences

      public void setTaxonomyCategoryItemExternalReferences(com.liferay.petra.function.UnsafeSupplier<ItemExternalReference[],Exception> taxonomyCategoryItemExternalReferencesUnsafeSupplier)
    • getThumbnail

      @Valid public @Valid ItemExternalReference getThumbnail()
    • setThumbnail

      public void setThumbnail(ItemExternalReference thumbnail)
    • setThumbnail

      public void setThumbnail(com.liferay.petra.function.UnsafeSupplier<ItemExternalReference,Exception> thumbnailUnsafeSupplier)
    • 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