net.thucydides.core.requirements.model
Class Narrative

Package class diagram package Narrative
java.lang.Object
  extended by net.thucydides.core.requirements.model.Narrative

public class Narrative
extends Object


Constructor Summary
Narrative(com.google.common.base.Optional<String> title, com.google.common.base.Optional<String> cardNumber, List<String> versionNumbers, String type, String text)
           
 
Method Summary
 com.google.common.base.Optional<String> getCardNumber()
           
 String getText()
           
 com.google.common.base.Optional<String> getTitle()
           
 String getType()
           
 List<String> getVersionNumbers()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Narrative

public Narrative(com.google.common.base.Optional<String> title,
                 com.google.common.base.Optional<String> cardNumber,
                 List<String> versionNumbers,
                 String type,
                 String text)
Method Detail

getTitle

public com.google.common.base.Optional<String> getTitle()

getCardNumber

public com.google.common.base.Optional<String> getCardNumber()

getText

public String getText()

getType

public String getType()

getVersionNumbers

public List<String> getVersionNumbers()


Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.