Example #1
0
 /**
  * 
  * @return timestamp
  */
 function setCtime($value)
 {
     $this->ctime = TableObjectUtil::cast($value, "timestamp");
 }
Example #2
0
 /**
  * 
  * @return timestamp
  */
 function setUpdated($value)
 {
     $this->updated = TableObjectUtil::cast($value, "timestamp");
 }
Example #3
0
 /**
  * 
  * @return string
  */
 function setName($value)
 {
     $this->name = TableObjectUtil::cast($value, "string");
 }
Example #4
0
 /**
  * 
  * @return integer
  */
 function setCategoryId($value)
 {
     $this->categoryId = TableObjectUtil::cast($value, "integer");
 }
 /**
  * 
  * @return timestamp
  */
 function setDate($value)
 {
     $this->date = TableObjectUtil::cast($value, "timestamp");
 }