Class TaxonomyCategory

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

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

    • actions

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

      protected String[] availableLanguages
    • creator

      protected Creator creator
    • dateCreated

      protected Date dateCreated
    • dateModified

      protected Date dateModified
    • description

      protected String description
    • description_i18n

      protected Map<String,String> description_i18n
    • externalReferenceCode

      protected String externalReferenceCode
    • id

      protected String id
    • name

      @NotEmpty protected @NotEmpty String name
    • name_i18n

      protected Map<String,String> name_i18n
    • numberOfTaxonomyCategories

      protected Integer numberOfTaxonomyCategories
    • parentTaxonomyCategory

      protected ParentTaxonomyCategory parentTaxonomyCategory
    • parentTaxonomyVocabulary

      protected ParentTaxonomyVocabulary parentTaxonomyVocabulary
    • siteExternalReferenceCode

      protected String siteExternalReferenceCode
    • siteId

      protected Long siteId
    • taxonomyCategoryProperties

      protected TaxonomyCategoryProperty[] taxonomyCategoryProperties
    • taxonomyCategoryUsageCount

      protected Integer taxonomyCategoryUsageCount
    • taxonomyVocabularyId

      protected Long taxonomyVocabularyId
    • viewableBy

      protected TaxonomyCategory.ViewableBy viewableBy
    • xClassName

      public String xClassName
  • Constructor Details

    • TaxonomyCategory

      public TaxonomyCategory()
  • Method Details

    • toDTO

      public static TaxonomyCategory toDTO(String json)
    • unsafeToDTO

      public static TaxonomyCategory 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)
    • getAvailableLanguages

      public String[] getAvailableLanguages()
    • setAvailableLanguages

      public void setAvailableLanguages(String[] availableLanguages)
    • setAvailableLanguages

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

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • setDescription

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

      @Valid public @Valid Map<String,String> getDescription_i18n()
    • setDescription_i18n

      public void setDescription_i18n(Map<String,String> description_i18n)
    • setDescription_i18n

      public void setDescription_i18n(com.liferay.petra.function.UnsafeSupplier<Map<String,String>,Exception> description_i18nUnsafeSupplier)
    • getExternalReferenceCode

      public String getExternalReferenceCode()
    • setExternalReferenceCode

      public void setExternalReferenceCode(String externalReferenceCode)
    • setExternalReferenceCode

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

      public String getId()
    • setId

      public void setId(String id)
    • setId

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

      public String getName()
    • setName

      public void setName(String name)
    • setName

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

      @Valid public @Valid Map<String,String> getName_i18n()
    • setName_i18n

      public void setName_i18n(Map<String,String> name_i18n)
    • setName_i18n

      public void setName_i18n(com.liferay.petra.function.UnsafeSupplier<Map<String,String>,Exception> name_i18nUnsafeSupplier)
    • getNumberOfTaxonomyCategories

      public Integer getNumberOfTaxonomyCategories()
    • setNumberOfTaxonomyCategories

      public void setNumberOfTaxonomyCategories(Integer numberOfTaxonomyCategories)
    • setNumberOfTaxonomyCategories

      public void setNumberOfTaxonomyCategories(com.liferay.petra.function.UnsafeSupplier<Integer,Exception> numberOfTaxonomyCategoriesUnsafeSupplier)
    • getParentTaxonomyCategory

      @Valid public @Valid ParentTaxonomyCategory getParentTaxonomyCategory()
    • setParentTaxonomyCategory

      public void setParentTaxonomyCategory(ParentTaxonomyCategory parentTaxonomyCategory)
    • setParentTaxonomyCategory

      public void setParentTaxonomyCategory(com.liferay.petra.function.UnsafeSupplier<ParentTaxonomyCategory,Exception> parentTaxonomyCategoryUnsafeSupplier)
    • getParentTaxonomyVocabulary

      @Valid public @Valid ParentTaxonomyVocabulary getParentTaxonomyVocabulary()
    • setParentTaxonomyVocabulary

      public void setParentTaxonomyVocabulary(ParentTaxonomyVocabulary parentTaxonomyVocabulary)
    • setParentTaxonomyVocabulary

      public void setParentTaxonomyVocabulary(com.liferay.petra.function.UnsafeSupplier<ParentTaxonomyVocabulary,Exception> parentTaxonomyVocabularyUnsafeSupplier)
    • 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)
    • getTaxonomyCategoryProperties

      @Valid public @Valid TaxonomyCategoryProperty[] getTaxonomyCategoryProperties()
    • setTaxonomyCategoryProperties

      public void setTaxonomyCategoryProperties(TaxonomyCategoryProperty[] taxonomyCategoryProperties)
    • setTaxonomyCategoryProperties

      public void setTaxonomyCategoryProperties(com.liferay.petra.function.UnsafeSupplier<TaxonomyCategoryProperty[],Exception> taxonomyCategoryPropertiesUnsafeSupplier)
    • getTaxonomyCategoryUsageCount

      public Integer getTaxonomyCategoryUsageCount()
    • setTaxonomyCategoryUsageCount

      public void setTaxonomyCategoryUsageCount(Integer taxonomyCategoryUsageCount)
    • setTaxonomyCategoryUsageCount

      public void setTaxonomyCategoryUsageCount(com.liferay.petra.function.UnsafeSupplier<Integer,Exception> taxonomyCategoryUsageCountUnsafeSupplier)
    • getTaxonomyVocabularyId

      public Long getTaxonomyVocabularyId()
    • setTaxonomyVocabularyId

      public void setTaxonomyVocabularyId(Long taxonomyVocabularyId)
    • setTaxonomyVocabularyId

      public void setTaxonomyVocabularyId(com.liferay.petra.function.UnsafeSupplier<Long,Exception> taxonomyVocabularyIdUnsafeSupplier)
    • getViewableBy

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

      public String getViewableByAsString()
    • setViewableBy

      public void setViewableBy(TaxonomyCategory.ViewableBy viewableBy)
    • setViewableBy

      public void setViewableBy(com.liferay.petra.function.UnsafeSupplier<TaxonomyCategory.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