org.foray.demo.embed.model
Class ProjectTeam

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

public class ProjectTeam
extends Object

This bean represents a ProjectTeam.


Constructor Summary
ProjectTeam()
           
 
Method Summary
 void addMember(ProjectMember member)
          Adds a ProjectMember to this project team.
 List<ProjectMember> getMembers()
          Returns a list of project members.
 String getProjectName()
          Returns the name of the project.
 Source getSourceForProjectTeam()
          Resturns a Source object for this object so it can be used as input for a JAXP transformation.
 void setProjectName(String projectName)
          Sets the name of the project.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectTeam

public ProjectTeam()
Method Detail

getMembers

public List<ProjectMember> getMembers()
Returns a list of project members.

Returns:
List a list of ProjectMember objects

addMember

public void addMember(ProjectMember member)
Adds a ProjectMember to this project team.

Parameters:
member - the member to add

getProjectName

public String getProjectName()
Returns the name of the project.

Returns:
String the name of the project

setProjectName

public void setProjectName(String projectName)
Sets the name of the project.

Parameters:
projectName - the project name to set

getSourceForProjectTeam

public Source getSourceForProjectTeam()
Resturns a Source object for this object so it can be used as input for a JAXP transformation.

Returns:
Source The Source object


Copyright © 2017. All rights reserved.