nl.surfnet.coin.teams.domain
Class Stem

java.lang.Object
  extended by nl.surfnet.coin.teams.domain.Stem

public class Stem
extends Object


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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Stem

public Stem(String id,
            String name,
            String description)
Constructor for a stem

Parameters:
id - String the stem identifier
name - String the stem name
description - String the stem description
Method Detail

getId

public String getId()
Get the Stem identifier

Returns:
String the stem Identifier

setId

public void setId(String id)
Set the stem identifier

Parameters:
id - String the stem identifier

getName

public String getName()
Get the stem name

Returns:
String the stem name

setName

public void setName(String name)
Set the stem name

Parameters:
name - String the stem name

getDescription

public String getDescription()
Get the stem description

Returns:
String the stem description

setDescription

public void setDescription(String description)
Set the stem description

Parameters:
description - String the stem description


Copyright © 2009-2012 SURFnet bv, The Netherlands. All Rights Reserved.