public class ProjectView extends Object implements Serializable
Item as the currentProject,
including all of its children or values (if any) and a Collection of Item
in which the currentProject) is not included.
Each Item of the Collection has the basic information
of a project, not including its children or values (if any).| Modifier and Type | Field and Description |
|---|---|
protected static long |
serialVersionUID
For interoperability with possible future changes.
|
| Constructor and Description |
|---|
ProjectView(Item currentProject,
Collection<Item> projects)
Constructs a
ProjectView. |
| Modifier and Type | Method and Description |
|---|---|
Item |
getCurrentProject() |
Collection<Item> |
getProjects()
Obtains all the projects of the application, currentProject
is not included.
|
void |
setCurrentProject(Item currentProject) |
void |
setProjectNames(List<Item> projects) |
String |
toString() |
protected static final long serialVersionUID
public ProjectView(Item currentProject, Collection<Item> projects)
ProjectView.currentProject - projects - a Collection of Item (currentProject)
should not be included), each encapsulating the basic information
of a project, not including its children or values (if any).public Item getCurrentProject()
public void setCurrentProject(Item currentProject)
currentProject - the currentProject to setpublic Collection<Item> getProjects()
public void setProjectNames(List<Item> projects)
projects - the projectNames to setCopyright © 2024 Denodo Technologies. All rights reserved.