public class Project
extends java.lang.Object
| Constructor and Description |
|---|
Project() |
Project(int projectId,
java.lang.String projectName) |
| Modifier and Type | Method and Description |
|---|---|
int |
getProjectId()
Gets the ID of the project.
|
java.lang.String |
getProjectName()
Gets the name of the project.
|
void |
setProjectId(int projectId)
Sets the ID of the project.
|
void |
setProjectName(java.lang.String projectName)
Sets the name of the project.
|
public Project()
public Project(int projectId,
java.lang.String projectName)
public int getProjectId()
public void setProjectId(int projectId)
projectId - ID of the object, set during creationpublic java.lang.String getProjectName()
public void setProjectName(java.lang.String projectName)
projectName - new name for projectCopyright © Micro Focus 2004-2019. All rights reserved.