org.finra.jtaf.core.model.test
Class Requirement

java.lang.Object
  extended by org.finra.jtaf.core.model.test.Requirement

public class Requirement
extends Object

Represents the requirement the test is addressing.


Constructor Summary
Requirement()
           
 
Method Summary
 String getType()
           
 String getValue()
           
 void setType(String key)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Requirement

public Requirement()
Method Detail

getType

public String getType()

setType

public void setType(String key)

getValue

public String getValue()

setValue

public void setValue(String value)


Copyright © 2014. All rights reserved.