category property

IContentCategory? category

Property getter and setter for category:

Implementation

IContentCategory? get category;
void category=(IContentCategory? category)

Implementation

set category(IContentCategory? category);