telosys.objects
Class Ancestor

java.lang.Object
  extended bytelosys.objects.Ancestor
Direct Known Subclasses:
ScreenService

public class Ancestor
extends java.lang.Object


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

Ancestor

public Ancestor()
Method Detail

trace

public void trace(string sMsg)
Allows to trace (an alert) the code

Parameters:
sMsg - the message

error

public void error(string sMsg)
Allows to show an error (an alert)

Parameters:
sMsg - the error message

getClassName

public string getClassName()
Returns the name of the class

Returns:
the class name

getTrace

public boolean getTrace()
Returns true if the trace flag exists

Returns:
true(exists) | false (doesn't exist)

setTrace

public void setTrace(boolean bFlag)
Sets the trace flag

Parameters:
bFlag - the flag value to set