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() |
Long |
getId()
The ID is the primary key of the entity.
|
String |
getLogoPath() |
Map<String,String> |
getName() |
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 Long getId()
public String getLogoPath()
public Integer getSortOrder()
public Boolean isVisible()
Copyright © 2021. All rights reserved.