|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.surfnet.coin.teams.domain.Stem
public class Stem
| Constructor Summary | |
|---|---|
Stem(String id,
String name,
String description)
Constructor for a stem |
|
| Method Summary | |
|---|---|
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 |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Stem(String id,
String name,
String description)
id - String the stem identifiername - String the stem namedescription - String the stem description| Method Detail |
|---|
public String getId()
String the stem Identifierpublic void setId(String id)
id - String the stem identifierpublic String getName()
String the stem namepublic void setName(String name)
name - String the stem namepublic String getDescription()
String the stem descriptionpublic void setDescription(String description)
description - String the stem descriptionpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||