org.drools.guvnor.client.rpc
Class SnapshotComparisonPageRow

java.lang.Object
  extended by org.drools.guvnor.client.rpc.AbstractPageRow
      extended by org.drools.guvnor.client.rpc.SnapshotComparisonPageRow
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, Comparable<AbstractPageRow>

public class SnapshotComparisonPageRow
extends AbstractPageRow

A single row of the Snapshot comparison results


Constructor Summary
SnapshotComparisonPageRow()
           
 
Method Summary
 SnapshotDiff getDiff()
           
 void setDiff(SnapshotDiff diff)
           
 
Methods inherited from class org.drools.guvnor.client.rpc.AbstractPageRow
compareTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SnapshotComparisonPageRow

public SnapshotComparisonPageRow()
Method Detail

getDiff

public SnapshotDiff getDiff()

setDiff

public void setDiff(SnapshotDiff diff)


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.