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

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

public class Student
extends Object

Student representation


Constructor Summary
Student()
           
 
Method Summary
 String getEmail()
           
 String getId()
           
 String getName()
           
 void setEmail(String email)
           
 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

Student

public Student()
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

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.