public class Project
extends java.lang.Object
| Constructor and Description |
|---|
Project() |
Project(int id,
java.lang.String name,
java.lang.String description)
Creates a new Project object.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Gets the description of the project.
|
int |
getId()
Gets the ID of the project.
|
java.lang.String |
getName()
Gets the name of the project.
|
void |
setDescription(java.lang.String description)
Sets the description of the project.
|
void |
setId(int id)
Sets the ID of the project.
|
void |
setName(java.lang.String name)
Sets the name of the project.
|
public Project()
public Project(int id,
java.lang.String name,
java.lang.String description)
name - the name of the projectdescription - The description of the projectpublic java.lang.String getName()
public void setName(java.lang.String name)
name - new name for projectpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - new description of projectpublic int getId()
public void setId(int id)
id - ID of object, set during creationCopyright © Micro Focus 2004-2019. All rights reserved.