public class CategoryType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<DescriptionType> |
description |
protected List<Object> |
presetGroupIdReferenceOrIdReferenceOrCategory |
| Constructor and Description |
|---|
CategoryType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<DescriptionType> |
getDescription()
Gets the value of the description property.
|
List<Object> |
getPresetGroupIdReferenceOrIdReferenceOrCategory()
Gets the value of the presetGroupIdReferenceOrIdReferenceOrCategory property.
|
int |
hashCode() |
String |
toString() |
CategoryType |
withDescription(Collection<DescriptionType> values) |
CategoryType |
withDescription(DescriptionType... values) |
CategoryType |
withPresetGroupIdReferenceOrIdReferenceOrCategory(Collection<Object> values) |
CategoryType |
withPresetGroupIdReferenceOrIdReferenceOrCategory(Object... values) |
protected List<DescriptionType> description
public List<DescriptionType> getDescription()
DescriptionTypepublic List<Object> getPresetGroupIdReferenceOrIdReferenceOrCategory()
PresetGroupIdReferenceType
IdReferenceType
CategoryTypepublic CategoryType withDescription(DescriptionType... values)
public CategoryType withDescription(Collection<DescriptionType> values)
public CategoryType withPresetGroupIdReferenceOrIdReferenceOrCategory(Object... values)
public CategoryType withPresetGroupIdReferenceOrIdReferenceOrCategory(Collection<Object> values)
Copyright © 2024. All rights reserved.