public class Feature extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
beta |
protected FeatureCategory |
category |
protected Map<String,String> |
description |
protected Long |
id |
protected String |
logoPath |
protected Map<String,String> |
name |
protected List<Long> |
requiredFeatures |
protected Integer |
sortOrder |
protected Boolean |
visible |
| Constructor and Description |
|---|
Feature() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
FeatureCategory |
getCategory() |
Map<String,String> |
getDescription()
The description of the object translated into different languages.
|
Long |
getId()
A unique identifier for the object.
|
String |
getLogoPath() |
Map<String,String> |
getName()
The name of the object translated into different languages.
|
List<Long> |
getRequiredFeatures() |
Integer |
getSortOrder() |
int |
hashCode() |
Boolean |
isBeta() |
Boolean |
isVisible() |
String |
toString() |
protected Boolean beta
protected FeatureCategory category
protected Long id
protected String logoPath
protected Integer sortOrder
protected Boolean visible
public Boolean isBeta()
public FeatureCategory getCategory()
public Map<String,String> getDescription()
public Long getId()
public String getLogoPath()
public Map<String,String> getName()
public Integer getSortOrder()
public Boolean isVisible()
Copyright © 2023. All rights reserved.