org.surfnet.oaaas.example.api.domain
Class Course

java.lang.Object
  extended by org.surfnet.oaaas.example.api.domain.Course

public class Course
extends Object

Course representation


Constructor Summary
Course()
           
 
Method Summary
 String getDescription()
           
 String getId()
           
 String getName()
           
 void setDescription(String description)
           
 void setId(String id)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Course

public Course()
Method Detail

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.