public class Stem extends Object
| Constructor and Description |
|---|
Stem(String id,
String name,
String description)
Constructor for a stem
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Get the stem description
|
String |
getId()
Get the Stem identifier
|
String |
getName()
Get the stem name
|
void |
setDescription(String description)
Set the stem description
|
void |
setId(String id)
Set the stem identifier
|
void |
setName(String name)
Set the stem name
|
public String getId()
String the stem Identifierpublic void setId(String id)
id - String the stem identifierpublic String getDescription()
String the stem descriptionCopyright © 2009-2012 SURFnet bv, The Netherlands. All Rights Reserved.