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 TypeMethodDescriptionboolean
int
hashCode()
void
setTaxonomyCategoryId
(com.liferay.petra.function.UnsafeSupplier<Long, Exception> taxonomyCategoryIdUnsafeSupplier) void
setTaxonomyCategoryId
(Long taxonomyCategoryId) void
setTaxonomyCategoryName
(com.liferay.petra.function.UnsafeSupplier<String, Exception> taxonomyCategoryNameUnsafeSupplier) void
setTaxonomyCategoryName
(String taxonomyCategoryName) static TaxonomyCategory
toString()
static TaxonomyCategory
unsafeToDTO
(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
-