Package com.liferay.bulk.rest.dto.v1_0
Class TaxonomyCategory
java.lang.Object
com.liferay.bulk.rest.dto.v1_0.TaxonomyCategory
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetTaxonomyCategoryId(com.liferay.petra.function.UnsafeSupplier<Long, Exception> taxonomyCategoryIdUnsafeSupplier) voidsetTaxonomyCategoryId(Long taxonomyCategoryId) voidsetTaxonomyCategoryName(com.liferay.petra.function.UnsafeSupplier<String, Exception> taxonomyCategoryNameUnsafeSupplier) voidsetTaxonomyCategoryName(String taxonomyCategoryName) static TaxonomyCategorytoString()static TaxonomyCategoryunsafeToDTO(String json)
-
Field Details
-
taxonomyCategoryId
-
taxonomyCategoryName
-
xClassName
-
-
Constructor Details
-
TaxonomyCategory
public TaxonomyCategory()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getTaxonomyCategoryId
-
setTaxonomyCategoryId
-
setTaxonomyCategoryId
-
getTaxonomyCategoryName
-
setTaxonomyCategoryName
-
setTaxonomyCategoryName
-
equals
-
hashCode
public int hashCode() -
toString
-