net.comtor.global
Class Comtor

java.lang.Object
  extended by net.comtor.global.Comtor

public class Comtor
extends java.lang.Object

Clase Utilitaria General.

Since:
Febrero 27, 2008.

Constructor Summary
Comtor()
           
 
Method Summary
static java.util.Date now()
          Obtiene el Tiempo Actual.
static java.sql.Date nowSql()
          Obtiene el Tiempo Actual
static void print(java.lang.String message, java.lang.Object object)
          Imprime un Mensaje de Log.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Comtor

public Comtor()
Method Detail

print

public static void print(java.lang.String message,
                         java.lang.Object object)
Imprime un Mensaje de Log.

Parameters:
message - Mensaje
object - Valor.

now

public static java.util.Date now()
Obtiene el Tiempo Actual.

Returns:
Tiempo Actual.

nowSql

public static java.sql.Date nowSql()
Obtiene el Tiempo Actual

Returns:
Tiempo Actual.