<?php
/**
* Table Definition for timeb_track
*/
require_once 'DB/DataObject.php';
class libdb_Timeb_track extends DB_DataObject
{
###START_AUTOCODE
/* the code below is auto generated do not remove the above tag */
var $__table = 'timeb_track'; // table name
var $id; // int(3) not_null primary_key unique_key multiple_key unsigned auto_increment
var $idworker; // int(20) not_null unsigned
var $date; // date(10) not_null
var $start; // time(8) not_null
var $end; // time(8) not_null
var $time; // int(11) not_null
/* ZE2 compatibility trick*/
function __clone() { return $this;}
/* Static get */
function staticGet($k,$v=NULL) { return DB_DataObject::staticGet('libdb_Timeb_track',$k,$v); }
/* the code above is auto generated do not remove the tag below */
###END_AUTOCODE
}