Class UtilityPage

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

@Generated("") public class UtilityPage 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
    • friendlyUrlHistory

      protected FriendlyUrlHistory friendlyUrlHistory
    • friendlyUrlPath_i18n

      protected Map<String,String> friendlyUrlPath_i18n
    • markedAsDefault

      protected Boolean markedAsDefault
    • name

      protected String name
    • pageSpecifications

      protected PageSpecification[] pageSpecifications
    • thumbnail

      protected ItemExternalReference thumbnail
    • type

      protected UtilityPage.Type type
    • utilityPageSettings

      protected UtilityPageSettings utilityPageSettings
    • uuid

      protected String uuid
    • xClassName

      public String xClassName
  • Constructor Details

    • UtilityPage

      public UtilityPage()
  • Method Details

    • toDTO

      public static UtilityPage toDTO(String json)
    • unsafeToDTO

      public static UtilityPage 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)
    • getFriendlyUrlHistory

      @Valid public @Valid FriendlyUrlHistory getFriendlyUrlHistory()
    • setFriendlyUrlHistory

      public void setFriendlyUrlHistory(FriendlyUrlHistory friendlyUrlHistory)
    • setFriendlyUrlHistory

      public void setFriendlyUrlHistory(com.liferay.petra.function.UnsafeSupplier<FriendlyUrlHistory,Exception> friendlyUrlHistoryUnsafeSupplier)
    • getFriendlyUrlPath_i18n

      @Valid public @Valid Map<String,String> getFriendlyUrlPath_i18n()
    • setFriendlyUrlPath_i18n

      public void setFriendlyUrlPath_i18n(Map<String,String> friendlyUrlPath_i18n)
    • setFriendlyUrlPath_i18n

      public void setFriendlyUrlPath_i18n(com.liferay.petra.function.UnsafeSupplier<Map<String,String>,Exception> friendlyUrlPath_i18nUnsafeSupplier)
    • 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)
    • getThumbnail

      @Valid public @Valid ItemExternalReference getThumbnail()
    • setThumbnail

      public void setThumbnail(ItemExternalReference thumbnail)
    • setThumbnail

      public void setThumbnail(com.liferay.petra.function.UnsafeSupplier<ItemExternalReference,Exception> thumbnailUnsafeSupplier)
    • getType

      @Valid public @Valid UtilityPage.Type getType()
    • getTypeAsString

      public String getTypeAsString()
    • setType

      public void setType(UtilityPage.Type type)
    • setType

      public void setType(com.liferay.petra.function.UnsafeSupplier<UtilityPage.Type,Exception> typeUnsafeSupplier)
    • getUtilityPageSettings

      @Valid public @Valid UtilityPageSettings getUtilityPageSettings()
    • setUtilityPageSettings

      public void setUtilityPageSettings(UtilityPageSettings utilityPageSettings)
    • setUtilityPageSettings

      public void setUtilityPageSettings(com.liferay.petra.function.UnsafeSupplier<UtilityPageSettings,Exception> utilityPageSettingsUnsafeSupplier)
    • 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