public class Project
extends java.lang.Object
| Constructor and Description |
|---|
Project() |
| 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.
|
boolean |
isActive()
Retrieves whether the project is active or hidden.
|
void |
setActive(boolean active)
Set a project to active (visible) or inactive (hidden).
|
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 final boolean isActive()
public void setActive(boolean active)
active - true = active; false = inactivepublic int getId()
public void setId(int id)
id - public java.lang.String getName()
public void setName(java.lang.String name)
name - public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - Copyright © Micro Focus 2004-2019. All rights reserved.