Class MessageBoardSection

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

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

    • actions

      protected Map<String,Map<String,String>> actions
    • creator

      protected Creator creator
    • customFields

      protected CustomField[] customFields
    • dateCreated

      protected Date dateCreated
    • dateModified

      protected Date dateModified
    • description

      protected String description
    • friendlyUrlPath

      protected String friendlyUrlPath
    • id

      protected Long id
    • numberOfMessageBoardSections

      protected Integer numberOfMessageBoardSections
    • numberOfMessageBoardThreads

      protected Integer numberOfMessageBoardThreads
    • parentMessageBoardSectionId

      protected Long parentMessageBoardSectionId
    • siteId

      protected Long siteId
    • subscribed

      protected Boolean subscribed
    • title

      @NotEmpty protected @NotEmpty String title
    • viewableBy

      protected MessageBoardSection.ViewableBy viewableBy
    • xClassName

      public String xClassName
  • Constructor Details

    • MessageBoardSection

      public MessageBoardSection()
  • Method Details

    • toDTO

      public static MessageBoardSection toDTO(String json)
    • unsafeToDTO

      public static MessageBoardSection unsafeToDTO(String json)
    • getActions

      @Valid public @Valid Map<String,Map<String,String>> getActions()
    • setActions

      public void setActions(Map<String,Map<String,String>> actions)
    • setActions

      public void setActions(com.liferay.petra.function.UnsafeSupplier<Map<String,Map<String,String>>,Exception> actionsUnsafeSupplier)
    • getCreator

      @Valid public @Valid Creator getCreator()
    • setCreator

      public void setCreator(Creator creator)
    • setCreator

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

      @Valid public @Valid CustomField[] getCustomFields()
    • setCustomFields

      public void setCustomFields(CustomField[] customFields)
    • setCustomFields

      public void setCustomFields(com.liferay.petra.function.UnsafeSupplier<CustomField[],Exception> customFieldsUnsafeSupplier)
    • 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)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • setDescription

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

      public String getFriendlyUrlPath()
    • setFriendlyUrlPath

      public void setFriendlyUrlPath(String friendlyUrlPath)
    • setFriendlyUrlPath

      public void setFriendlyUrlPath(com.liferay.petra.function.UnsafeSupplier<String,Exception> friendlyUrlPathUnsafeSupplier)
    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • setId

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

      public Integer getNumberOfMessageBoardSections()
    • setNumberOfMessageBoardSections

      public void setNumberOfMessageBoardSections(Integer numberOfMessageBoardSections)
    • setNumberOfMessageBoardSections

      public void setNumberOfMessageBoardSections(com.liferay.petra.function.UnsafeSupplier<Integer,Exception> numberOfMessageBoardSectionsUnsafeSupplier)
    • getNumberOfMessageBoardThreads

      public Integer getNumberOfMessageBoardThreads()
    • setNumberOfMessageBoardThreads

      public void setNumberOfMessageBoardThreads(Integer numberOfMessageBoardThreads)
    • setNumberOfMessageBoardThreads

      public void setNumberOfMessageBoardThreads(com.liferay.petra.function.UnsafeSupplier<Integer,Exception> numberOfMessageBoardThreadsUnsafeSupplier)
    • getParentMessageBoardSectionId

      public Long getParentMessageBoardSectionId()
    • setParentMessageBoardSectionId

      public void setParentMessageBoardSectionId(Long parentMessageBoardSectionId)
    • setParentMessageBoardSectionId

      public void setParentMessageBoardSectionId(com.liferay.petra.function.UnsafeSupplier<Long,Exception> parentMessageBoardSectionIdUnsafeSupplier)
    • getSiteId

      public Long getSiteId()
    • setSiteId

      public void setSiteId(Long siteId)
    • setSiteId

      public void setSiteId(com.liferay.petra.function.UnsafeSupplier<Long,Exception> siteIdUnsafeSupplier)
    • getSubscribed

      public Boolean getSubscribed()
    • setSubscribed

      public void setSubscribed(Boolean subscribed)
    • setSubscribed

      public void setSubscribed(com.liferay.petra.function.UnsafeSupplier<Boolean,Exception> subscribedUnsafeSupplier)
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • setTitle

      public void setTitle(com.liferay.petra.function.UnsafeSupplier<String,Exception> titleUnsafeSupplier)
    • getViewableBy

      @Valid public @Valid MessageBoardSection.ViewableBy getViewableBy()
    • getViewableByAsString

      public String getViewableByAsString()
    • setViewableBy

      public void setViewableBy(MessageBoardSection.ViewableBy viewableBy)
    • setViewableBy

      public void setViewableBy(com.liferay.petra.function.UnsafeSupplier<MessageBoardSection.ViewableBy,Exception> viewableByUnsafeSupplier)
    • 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