array('numeric'), 'charge_type_id' => array('numeric'), 'lease_id' => array('numeric'), 'charge_date' => array('date'), 'charge_to_date' => array('date'), 'due_date' => array('date'), 'amount' => array('money'), 'tax' => array('money'), 'total' => array('money') ); var $belongsTo = array( 'ChargeType' => array( 'className' => 'ChargeType', 'foreignKey' => 'charge_type_id', 'conditions' => '', 'fields' => '', 'order' => '' ), 'Lease' => array( 'className' => 'Lease', 'foreignKey' => 'lease_id', 'conditions' => '', 'fields' => '', 'order' => '' ) ); var $hasAndBelongsToMany = array( 'Receipt' => array( 'className' => 'Receipt', 'joinTable' => 'charges_receipts', 'foreignKey' => 'charge_id', 'associationForeignKey' => 'receipt_id', 'unique' => true, 'conditions' => '', 'fields' => '', 'order' => '', 'limit' => '', 'offset' => '', 'finderQuery' => '', 'deleteQuery' => '', 'insertQuery' => '' ) ); } ?>