org.tubo.exception.baseimpl
Class BaseExceptionManagerImpl.Rank

java.lang.Object
  extended by org.tubo.exception.baseimpl.BaseExceptionManagerImpl.Rank
Enclosing class:
BaseExceptionManagerImpl

protected class BaseExceptionManagerImpl.Rank
extends java.lang.Object


Constructor Summary
BaseExceptionManagerImpl.Rank()
           
BaseExceptionManagerImpl.Rank(int upperLimit, int lowerLimit, java.lang.String exceptionId)
           
 
Method Summary
 java.lang.String getExceptionId()
           
 int getLowerLimit()
           
 int getUpperLimit()
           
 void setExceptionId(java.lang.String exceptionId)
           
 void setLowerLimit(int lowerLimit)
           
 void setUpperLimit(int upperLimit)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseExceptionManagerImpl.Rank

public BaseExceptionManagerImpl.Rank()

BaseExceptionManagerImpl.Rank

public BaseExceptionManagerImpl.Rank(int upperLimit,
                                     int lowerLimit,
                                     java.lang.String exceptionId)
Method Detail

getUpperLimit

public int getUpperLimit()

setUpperLimit

public void setUpperLimit(int upperLimit)

getLowerLimit

public int getLowerLimit()

setLowerLimit

public void setLowerLimit(int lowerLimit)

getExceptionId

public java.lang.String getExceptionId()

setExceptionId

public void setExceptionId(java.lang.String exceptionId)


Copyright © 2004-2007 Tubo. All Rights Reserved.