org.pentaho.reporting.engine.classic.core.states
Class GroupStartRecord

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.states.GroupStartRecord

public class GroupStartRecord
extends Object

Todo: Document Me

Author:
Thomas Morgner

Constructor Summary
GroupStartRecord(int row, String groupName)
           
 
Method Summary
 String getGroupName()
           
 int getRow()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupStartRecord

public GroupStartRecord(int row,
                        String groupName)
Method Detail

getRow

public int getRow()

getGroupName

public String getGroupName()