public class ProjectView
extends java.lang.Object
implements java.io.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,
java.util.Collection<Item> projects)
Constructs a
ProjectView. |
| Modifier and Type | Method and Description |
|---|---|
Item |
getCurrentProject() |
java.util.Collection<Item> |
getProjects()
Obtains all the projects of the application, currentProject
is not included.
|
void |
setCurrentProject(Item currentProject) |
void |
setProjectNames(java.util.List<Item> projects) |
java.lang.String |
toString() |
protected static final long serialVersionUID
public ProjectView(Item currentProject, java.util.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 java.util.Collection<Item> getProjects()
public void setProjectNames(java.util.List<Item> projects)
projects - the projectNames to setpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2024 Denodo Technologies. All rights reserved.