org.surfnet.oaaas.example.api.domain
Class Course
java.lang.Object
org.surfnet.oaaas.example.api.domain.Course
public class Course
- extends Object
Course representation
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Course
public Course()
getId
public String getId()
- Returns:
- the id
setId
public void setId(String id)
- Parameters:
id - the id to set
getName
public String getName()
- Returns:
- the name
setName
public void setName(String name)
- Parameters:
name - the name to set
getDescription
public String getDescription()
- Returns:
- the description
setDescription
public void setDescription(String description)
- Parameters:
description - the description to set
Copyright © 2012-2013 SURFnet bv, The Netherlands. All Rights Reserved.