com.pmease.quickbuild.web.page.source.diff
Class DiffChunk

java.lang.Object
  extended by com.pmease.quickbuild.web.page.source.diff.DiffChunk

public class DiffChunk
extends java.lang.Object


Field Summary
protected  int first
           
protected  int length
           
protected  java.util.List<DiffLine> lines
           
 
Constructor Summary
DiffChunk()
           
 
Method Summary
 int getFirst()
           
 int getLength()
           
 java.util.List<DiffLine> getLines()
           
 void setFirst(int first)
           
 void setLength(int length)
           
 void setLines(java.util.List<DiffLine> lines)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lines

protected java.util.List<DiffLine> lines

first

protected int first

length

protected int length
Constructor Detail

DiffChunk

public DiffChunk()
Method Detail

getLines

public java.util.List<DiffLine> getLines()

setLines

public void setLines(java.util.List<DiffLine> lines)

getFirst

public int getFirst()

setFirst

public void setFirst(int first)

getLength

public int getLength()

setLength

public void setLength(int length)


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.