com.ibm.team.fvt.tests.clm.pages.rm.history
Class RmHistoryEntryData.SimpleHistoryRow

java.lang.Object
  extended by com.ibm.team.fvt.tests.clm.pages.rm.history.RmHistoryEntryData.HistoryRow
      extended by com.ibm.team.fvt.tests.clm.pages.rm.history.RmHistoryEntryData.SimpleHistoryRow
Enclosing class:
RmHistoryEntryData

public class RmHistoryEntryData.SimpleHistoryRow
extends RmHistoryEntryData.HistoryRow

A Simple History Row contains the list of strings in the row.


Constructor Summary
RmHistoryEntryData.SimpleHistoryRow(java.util.List<java.lang.String> values)
           
 
Method Summary
 java.util.List<java.lang.String> getValueParts()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RmHistoryEntryData.SimpleHistoryRow

public RmHistoryEntryData.SimpleHistoryRow(java.util.List<java.lang.String> values)
Method Detail

getValueParts

public java.util.List<java.lang.String> getValueParts()