Class FragmentComposition

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

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

      protected String description
    • externalReferenceCode

      protected String externalReferenceCode
    • fragmentSetExternalReferenceCode

      protected String fragmentSetExternalReferenceCode
    • key

      protected String key
    • name

      protected String name
    • pageElement

      protected PageElement pageElement
    • thumbnail

      protected ItemExternalReference thumbnail
    • xClassName

      public String xClassName
  • Constructor Details

    • FragmentComposition

      public FragmentComposition()
  • Method Details

    • toDTO

      public static FragmentComposition toDTO(String json)
    • unsafeToDTO

      public static FragmentComposition 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)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • setDescription

      public void setDescription(com.liferay.petra.function.UnsafeSupplier<String,Exception> descriptionUnsafeSupplier)
    • getExternalReferenceCode

      public String getExternalReferenceCode()
    • setExternalReferenceCode

      public void setExternalReferenceCode(String externalReferenceCode)
    • setExternalReferenceCode

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

      public String getFragmentSetExternalReferenceCode()
    • setFragmentSetExternalReferenceCode

      public void setFragmentSetExternalReferenceCode(String fragmentSetExternalReferenceCode)
    • setFragmentSetExternalReferenceCode

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

      public String getKey()
    • setKey

      public void setKey(String key)
    • setKey

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

      public String getName()
    • setName

      public void setName(String name)
    • setName

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

      @Valid public @Valid PageElement getPageElement()
    • setPageElement

      public void setPageElement(PageElement pageElement)
    • setPageElement

      public void setPageElement(com.liferay.petra.function.UnsafeSupplier<PageElement,Exception> pageElementUnsafeSupplier)
    • getThumbnail

      @Valid public @Valid ItemExternalReference getThumbnail()
    • setThumbnail

      public void setThumbnail(ItemExternalReference thumbnail)
    • setThumbnail

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