Package com.beaglesecurity.entities
Class ProjectWithTeam
- java.lang.Object
-
- com.beaglesecurity.entities.ProjectWithTeam
-
public class ProjectWithTeam extends Object
-
-
Constructor Summary
Constructors Constructor Description ProjectWithTeam()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ProjectWithApplication>getMyProjects()List<TeamProject>getTeamProjects()voidsetMyProjects(List<ProjectWithApplication> myProjects)voidsetTeamProjects(List<TeamProject> teamProjects)
-
-
-
Method Detail
-
getMyProjects
public List<ProjectWithApplication> getMyProjects()
-
setMyProjects
public void setMyProjects(List<ProjectWithApplication> myProjects)
-
getTeamProjects
public List<TeamProject> getTeamProjects()
-
setTeamProjects
public void setTeamProjects(List<TeamProject> teamProjects)
-
-