Package com.liferay.object.rest.dto.v1_0
Class TaxonomyCategoryBrief
java.lang.Object
com.liferay.object.rest.dto.v1_0.TaxonomyCategoryBrief
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Objectprotected ParentTaxonomyCategoryprotected ParentTaxonomyVocabularyprotected Scopeprotected Stringprotected Longprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@Valid Object@Valid ParentTaxonomyCategory@Valid ParentTaxonomyVocabulary@Valid ScopegetScope()inthashCode()voidsetEmbeddedTaxonomyCategory(com.liferay.petra.function.UnsafeSupplier<Object, Exception> embeddedTaxonomyCategoryUnsafeSupplier) voidsetEmbeddedTaxonomyCategory(Object embeddedTaxonomyCategory) voidsetParentTaxonomyCategory(ParentTaxonomyCategory parentTaxonomyCategory) voidsetParentTaxonomyCategory(com.liferay.petra.function.UnsafeSupplier<ParentTaxonomyCategory, Exception> parentTaxonomyCategoryUnsafeSupplier) voidsetParentTaxonomyVocabulary(ParentTaxonomyVocabulary parentTaxonomyVocabulary) voidsetParentTaxonomyVocabulary(com.liferay.petra.function.UnsafeSupplier<ParentTaxonomyVocabulary, Exception> parentTaxonomyVocabularyUnsafeSupplier) voidvoidvoidsetTaxonomyCategoryExternalReferenceCode(com.liferay.petra.function.UnsafeSupplier<String, Exception> taxonomyCategoryExternalReferenceCodeUnsafeSupplier) voidsetTaxonomyCategoryExternalReferenceCode(String taxonomyCategoryExternalReferenceCode) voidsetTaxonomyCategoryId(com.liferay.petra.function.UnsafeSupplier<Long, Exception> taxonomyCategoryIdUnsafeSupplier) voidsetTaxonomyCategoryId(Long taxonomyCategoryId) voidsetTaxonomyCategoryName(com.liferay.petra.function.UnsafeSupplier<String, Exception> taxonomyCategoryNameUnsafeSupplier) voidsetTaxonomyCategoryName(String taxonomyCategoryName) voidsetTaxonomyCategoryName_i18n(com.liferay.petra.function.UnsafeSupplier<Map<String, String>, Exception> taxonomyCategoryName_i18nUnsafeSupplier) voidsetTaxonomyCategoryName_i18n(Map<String, String> taxonomyCategoryName_i18n) static TaxonomyCategoryBrieftoString()static TaxonomyCategoryBriefunsafeToDTO(String json)
-
Field Details
-
embeddedTaxonomyCategory
-
parentTaxonomyCategory
-
parentTaxonomyVocabulary
-
scope
-
taxonomyCategoryExternalReferenceCode
-
taxonomyCategoryId
-
taxonomyCategoryName
-
taxonomyCategoryName_i18n
-
xClassName
-
-
Constructor Details
-
TaxonomyCategoryBrief
public TaxonomyCategoryBrief()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getEmbeddedTaxonomyCategory
-
setEmbeddedTaxonomyCategory
-
setEmbeddedTaxonomyCategory
-
getParentTaxonomyCategory
-
setParentTaxonomyCategory
-
setParentTaxonomyCategory
public void setParentTaxonomyCategory(com.liferay.petra.function.UnsafeSupplier<ParentTaxonomyCategory, Exception> parentTaxonomyCategoryUnsafeSupplier) -
getParentTaxonomyVocabulary
-
setParentTaxonomyVocabulary
-
setParentTaxonomyVocabulary
public void setParentTaxonomyVocabulary(com.liferay.petra.function.UnsafeSupplier<ParentTaxonomyVocabulary, Exception> parentTaxonomyVocabularyUnsafeSupplier) -
getScope
-
setScope
-
setScope
-
getTaxonomyCategoryExternalReferenceCode
-
setTaxonomyCategoryExternalReferenceCode
-
setTaxonomyCategoryExternalReferenceCode
-
getTaxonomyCategoryId
-
setTaxonomyCategoryId
-
setTaxonomyCategoryId
-
getTaxonomyCategoryName
-
setTaxonomyCategoryName
-
setTaxonomyCategoryName
-
getTaxonomyCategoryName_i18n
-
setTaxonomyCategoryName_i18n
-
setTaxonomyCategoryName_i18n
-
equals
-
hashCode
public int hashCode() -
toString
-