|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectparseq.Requirement
Defines a requirement in the program
Field Summary | |
private double |
priority1
|
private double |
priority2
|
private java.lang.String |
relNbr
|
private java.lang.String |
req
|
private java.lang.String |
reqNbr
|
Constructor Summary | |
Requirement()
Constructs an "empty" requirment |
Method Summary | |
Requirement |
getCopy()
Returns a new requirement with the same attributes and values as this. |
double |
getPriority1()
Returns the priority according to the first criteria. |
double |
getPriority2()
Returns the priority according to the second criteria. |
java.lang.String |
getRelNbr()
Returns the release number of the requirement |
java.lang.String |
getReq()
Returns the description of the requirement |
java.lang.String |
getReqNbr()
Returns the requirment number of the requirement |
void |
setPriority1(double priority1)
Sets the priority according to the first criteria. |
void |
setPriority2(double priority2)
Sets the priority according to the second criteria. |
void |
setRelNbr(java.lang.String relNbr)
Sets the release number of the requirement |
void |
setReq(java.lang.String req)
Sets the description of the requirement |
void |
setReqNbr(java.lang.String reqNbr)
Sets the requirment number of the requirement |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.lang.String reqNbr
private java.lang.String req
private java.lang.String relNbr
private double priority1
private double priority2
Constructor Detail |
public Requirement()
Method Detail |
public java.lang.String getReqNbr()
public void setReqNbr(java.lang.String reqNbr)
reqNbr
- the requirement number to set.public java.lang.String getReq()
public void setReq(java.lang.String req)
req
- the requirement description to set.public java.lang.String getRelNbr()
public void setRelNbr(java.lang.String relNbr)
relNbr
- the release number to set.public double getPriority1()
public void setPriority1(double priority1)
priority1
- the first priority to set.public double getPriority2()
public void setPriority2(double priority2)
priority2
- the second priority to set.public Requirement getCopy()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |