Package com.beaglesecurity.entities
Class ProjectWithApplication
- java.lang.Object
-
- com.beaglesecurity.entities.ProjectWithApplication
-
public class ProjectWithApplication extends Object
-
-
Constructor Summary
Constructors Constructor Description ProjectWithApplication()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Application>getApplications()StringgetDescription()StringgetName()UUIDgetProjectKey()voidsetApplications(List<Application> applications)voidsetDescription(String description)voidsetName(String name)voidsetProjectKey(UUID projectKey)
-
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getProjectKey
public UUID getProjectKey()
-
setProjectKey
public void setProjectKey(UUID projectKey)
-
getApplications
public List<Application> getApplications()
-
setApplications
public void setApplications(List<Application> applications)
-
-