|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.foray.demo.embed.model.ProjectMember
public class ProjectMember
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 |
|---|
public ProjectMember()
public ProjectMember(String name,
String function,
String email)
name - The member's name.function - The member's function.email - The member's email.| Method Detail |
|---|
public String getName()
public String getFunction()
public String getEmail()
public void setName(String name)
name - The name to setpublic void setFunction(String function)
function - The function to setpublic void setEmail(String email)
email - The email address to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||