java.lang.Object
com.liferay.headless.admin.taxonomy.dto.v1_0.Keyword
All Implemented Interfaces:
Serializable

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

    • actions

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

      protected String assetLibraryKey
    • creator

      protected Creator creator
    • dateCreated

      protected Date dateCreated
    • dateModified

      protected Date dateModified
    • externalReferenceCode

      protected String externalReferenceCode
    • id

      protected Long id
    • keywordUsageCount

      protected Integer keywordUsageCount
    • name

      @NotEmpty protected @NotEmpty String name
    • siteExternalReferenceCode

      protected String siteExternalReferenceCode
    • siteId

      protected Long siteId
    • subscribed

      protected Boolean subscribed
    • xClassName

      public String xClassName
  • Constructor Details

    • Keyword

      public Keyword()
  • Method Details

    • toDTO

      public static Keyword toDTO(String json)
    • unsafeToDTO

      public static Keyword 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)
    • getAssetLibraryKey

      public String getAssetLibraryKey()
    • setAssetLibraryKey

      public void setAssetLibraryKey(String assetLibraryKey)
    • setAssetLibraryKey

      public void setAssetLibraryKey(com.liferay.petra.function.UnsafeSupplier<String,Exception> assetLibraryKeyUnsafeSupplier)
    • 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)
    • getExternalReferenceCode

      public String getExternalReferenceCode()
    • setExternalReferenceCode

      public void setExternalReferenceCode(String externalReferenceCode)
    • setExternalReferenceCode

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

      public Long getId()
    • setId

      public void setId(Long id)
    • setId

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

      public Integer getKeywordUsageCount()
    • setKeywordUsageCount

      public void setKeywordUsageCount(Integer keywordUsageCount)
    • setKeywordUsageCount

      public void setKeywordUsageCount(com.liferay.petra.function.UnsafeSupplier<Integer,Exception> keywordUsageCountUnsafeSupplier)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • setName

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

      public String getSiteExternalReferenceCode()
    • setSiteExternalReferenceCode

      public void setSiteExternalReferenceCode(String siteExternalReferenceCode)
    • setSiteExternalReferenceCode

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