org.kuali.common.jdbc.context
Class ProgressContext

java.lang.Object
  extended by org.kuali.common.jdbc.context.ProgressContext

public class ProgressContext
extends Object


Constructor Summary
ProgressContext()
           
 
Method Summary
 int getDivisor()
           
 int getMin()
           
 long getProgress()
           
 long getTotalCount()
           
 boolean isShowProgress()
           
 void setDivisor(int divisor)
           
 void setMin(int min)
           
 void setProgress(long progress)
           
 void setShowProgress(boolean showProgress)
           
 void setTotalCount(long totalCount)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProgressContext

public ProgressContext()
Method Detail

getTotalCount

public long getTotalCount()

setTotalCount

public void setTotalCount(long totalCount)

getDivisor

public int getDivisor()

setDivisor

public void setDivisor(int divisor)

getMin

public int getMin()

setMin

public void setMin(int min)

isShowProgress

public boolean isShowProgress()

setShowProgress

public void setShowProgress(boolean showProgress)

getProgress

public long getProgress()

setProgress

public void setProgress(long progress)


Copyright © 2010-2012 The Kuali Foundation. All Rights Reserved.