toxTree.tree
Class ProgressStatus

java.lang.Object
  extended by toxTree.tree.ProgressStatus
All Implemented Interfaces:
java.io.Serializable, IProgressStatus

public class ProgressStatus
extends java.lang.Object
implements IProgressStatus, java.io.Serializable

See Also:
Serialized Form

Nested Class Summary
static class ProgressStatus.STATUS
           
 
Field Summary
static java.lang.String _eError
           
static java.lang.String _eMethodNotAssigned
           
static java.lang.String _eResultIsEstimating
           
static java.lang.String _eResultNotEstimated
           
static java.lang.String _eUnknownState
           
static java.lang.String _pClassID
           
static java.lang.String _pDecisionMethod
           
static java.lang.String _pRuleResult
           
protected  java.lang.String errMessage
           
protected  ProgressStatus.STATUS estimated
           
protected  int percent
           
 
Constructor Summary
ProgressStatus()
           
 
Method Summary
 void clear()
           
 java.lang.String getErrMessage()
           
 int getPercentEstimated()
           
 boolean isError()
           
 boolean isEstimated()
           
 boolean isEstimating()
           
 void setError(java.lang.String message)
           
 void setEstimated()
           
 void setEstimated(boolean value)
           
 void setEstimating()
           
 void setPercentEstimated(int percent)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_eMethodNotAssigned

public static final transient java.lang.String _eMethodNotAssigned
See Also:
Constant Field Values

_eResultNotEstimated

public static final transient java.lang.String _eResultNotEstimated
See Also:
Constant Field Values

_eResultIsEstimating

public static final transient java.lang.String _eResultIsEstimating
See Also:
Constant Field Values

_eUnknownState

public static final transient java.lang.String _eUnknownState
See Also:
Constant Field Values

_eError

public static final transient java.lang.String _eError
See Also:
Constant Field Values

_pClassID

public static final transient java.lang.String _pClassID
See Also:
Constant Field Values

_pDecisionMethod

public static final transient java.lang.String _pDecisionMethod
See Also:
Constant Field Values

_pRuleResult

public static final transient java.lang.String _pRuleResult
See Also:
Constant Field Values

estimated

protected ProgressStatus.STATUS estimated

errMessage

protected java.lang.String errMessage

percent

protected int percent
Constructor Detail

ProgressStatus

public ProgressStatus()
Method Detail

getPercentEstimated

public int getPercentEstimated()

setPercentEstimated

public void setPercentEstimated(int percent)
Specified by:
setPercentEstimated in interface IProgressStatus

clear

public void clear()

isEstimated

public boolean isEstimated()
Specified by:
isEstimated in interface IProgressStatus

isEstimating

public boolean isEstimating()
Specified by:
isEstimating in interface IProgressStatus

isError

public boolean isError()
Specified by:
isError in interface IProgressStatus

setEstimated

public void setEstimated()
Specified by:
setEstimated in interface IProgressStatus

setEstimated

public void setEstimated(boolean value)
Specified by:
setEstimated in interface IProgressStatus

setEstimating

public void setEstimating()
Specified by:
setEstimating in interface IProgressStatus

setError

public void setError(java.lang.String message)
Specified by:
setError in interface IProgressStatus

getErrMessage

public java.lang.String getErrMessage()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2004-2012 Ideaconsult Ltd.. All Rights Reserved.