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.