org.foray.demo.embed.model
Class ProjectMember

java.lang.Object
  extended by org.foray.demo.embed.model.ProjectMember

public class ProjectMember
extends Object

This bean represents a project member.


Constructor Summary
ProjectMember()
          Default no-parameter constructor.
ProjectMember(String name, String function, String email)
          Convenience constructor.
 
Method Summary
 String getEmail()
          Returns the email address.
 String getFunction()
          Returns the function.
 String getName()
          Returns the name.
 void setEmail(String email)
          Sets the email address.
 void setFunction(String function)
          Sets the function.
 void setName(String name)
          Sets the name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectMember

public ProjectMember()
Default no-parameter constructor.


ProjectMember

public ProjectMember(String name,
                     String function,
                     String email)
Convenience constructor.

Parameters:
name - The member's name.
function - The member's function.
email - The member's email.
Method Detail

getName

public String getName()
Returns the name.

Returns:
String the name

getFunction

public String getFunction()
Returns the function.

Returns:
String the function

getEmail

public String getEmail()
Returns the email address.

Returns:
String the email address

setName

public void setName(String name)
Sets the name.

Parameters:
name - The name to set

setFunction

public void setFunction(String function)
Sets the function.

Parameters:
function - The function to set

setEmail

public void setEmail(String email)
Sets the email address.

Parameters:
email - The email address to set


Copyright © 2017. All rights reserved.