## Package: dw.suggest

# Class SuggestedCategory

## Inheritance Hierarchy

- Object
  - dw.suggest.SuggestedCategory

## Description

This class represents a suggested catalog category. Use getCategory() method to get access to the actual Category object.

## Properties

### category

**Type:** Category (Read Only)

This method returns the actual Category object corresponding to this suggested category.

## Constructor Summary

## Method Summary

### getCategory

**Signature:** `getCategory() : Category`

This method returns the actual Category object corresponding to this suggested category.

## Method Detail

## Method Details

### getCategory

**Signature:** `getCategory() : Category`

**Description:** This method returns the actual Category object corresponding to this suggested category.

**Returns:**

the category object corresponding to this suggested category

---