java.lang.Objecttelosys.objects.Ancestor
Constructor Summary | |
Ancestor()
|
Method Summary | |
void |
error(string sMsg)
Allows to show an error (an alert) |
string |
getClassName()
Returns the name of the class |
boolean |
getTrace()
Returns true if the trace flag exists |
void |
setTrace(boolean bFlag)
Sets the trace flag |
void |
trace(string sMsg)
Allows to trace (an alert) the code |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Ancestor()
Method Detail |
public void trace(string sMsg)
sMsg
- the messagepublic void error(string sMsg)
sMsg
- the error messagepublic string getClassName()
public boolean getTrace()
public void setTrace(boolean bFlag)
bFlag
- the flag value to set