public class FeatureSystem extends AbstractValueObject
| Constructor and Description |
|---|
FeatureSystem() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
Collection<FeatureGroup> |
getGroups() |
String |
getName() |
void |
setDescription(String description) |
void |
setGroups(Collection<FeatureGroup> groups) |
void |
setName(String name) |
getEndLineNumber, getStartLineNumber, getXML, setEndLineNumber, setStartLineNumber, setXML, toStringpublic String getDescription()
public void setDescription(String description)
description - The description to set.public Collection<FeatureGroup> getGroups()
public void setGroups(Collection<FeatureGroup> groups)
groups - the group to set.public String getName()
public void setName(String name)
name - The name to set.Copyright © 2017 SAP SE. All Rights Reserved.