toxTree.tree
Class ProgressStatus
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_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
ProgressStatus
public ProgressStatus()
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.