public class NodeFeatureModel extends Object
| Constructor and Description |
|---|
NodeFeatureModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Feature description (translated)
|
NodeFeature |
getId()
Feature ID
|
String |
getName()
Feature name (translated)
|
NodeFeatureModel |
setDescription(String description)
Set feature description
|
NodeFeatureModel |
setId(NodeFeature id)
Set feature ID
|
NodeFeatureModel |
setName(String name)
Set feature name
|
public NodeFeature getId()
public NodeFeatureModel setId(NodeFeature id)
id - IDpublic String getName()
public NodeFeatureModel setName(String name)
name - namepublic String getDescription()
public NodeFeatureModel setDescription(String description)
description - descriptionCopyright © 2024 Gentics Software. All rights reserved.