public class Requirement
extends java.lang.Object
| Constructor and Description |
|---|
Requirement() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Gets the description of the requirement.
|
java.lang.String |
getExternalId()
Gets the external ID of the requirement.
|
int |
getId()
Gets the ID of the requirement.
|
java.lang.String |
getName()
Gets the name of the requirement.
|
int |
getParentId()
Gets the ID of the parent requirement.
|
void |
setDescription(java.lang.String description)
Sets the description of the requirement.
|
void |
setExternalId(java.lang.String externalId)
Sets the external ID of the requirement.
|
void |
setId(int id)
Sets the ID of the requirement.
|
void |
setName(java.lang.String name)
Sets the name of the requirement.
|
void |
setParentId(int parentId)
Sets the ID of the parent requirement.
|
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 - public int getId()
public void setId(int id)
id - public int getParentId()
-1 if the requirement has no parent requirement.public void setParentId(int parentId)
-1 if the requirement has no parent requirement.parentId - public java.lang.String getExternalId()
public void setExternalId(java.lang.String externalId)
externalId - Copyright © Micro Focus 2004-2019. All rights reserved.