org.exoplatform.wiki.service.diff
Class DiffResult

java.lang.Object
  extended by org.exoplatform.wiki.service.diff.DiffResult

public class DiffResult
extends Object

Created by The eXo Platform SAS Author : Lai Trung Hieu hieu.lai@exoplatform.com 10 Nov 2010


Constructor Summary
DiffResult(String diffHTML, int changes)
           
 
Method Summary
 int getChanges()
           
 String getDiffHTML()
           
 void setChanges(int changes)
           
 void setDiffHTML(String diffHTML)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiffResult

public DiffResult(String diffHTML,
                  int changes)
Method Detail

getDiffHTML

public String getDiffHTML()

setDiffHTML

public void setDiffHTML(String diffHTML)

getChanges

public int getChanges()

setChanges

public void setChanges(int changes)


Copyright © 2013 eXo Platform SAS. All Rights Reserved.