org.surfnet.oaaas.example.api.domain
Class Student
java.lang.Object
org.surfnet.oaaas.example.api.domain.Student
public class Student
- extends Object
Student representation
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Student
public Student()
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
getEmail
public String getEmail()
- Returns:
- the email
setEmail
public void setEmail(String email)
- Parameters:
email - the email to set
Copyright © 2012-2013 SURFnet bv, The Netherlands. All Rights Reserved.