CORE POS - Fannie
The CORE POS back end
Protected Attributes | List of all members
GumLoanValidTermsModel Class Reference
Inheritance diagram for GumLoanValidTermsModel:
BasicModel

Protected Attributes

 $name = "GumLoanValidTerms"
 
 $columns
 
- Protected Attributes inherited from BasicModel
 $normalize_lanes = false
 
 $currently_normalizing_lane = false
 

Additional Inherited Members

- Public Member Functions inherited from BasicModel
 __construct ($con)
 
 pushToLanes ()
 
 deleteFromLanes ()
 
 getModels ()
 
 setConnectionByName ($db_name)
 
- Public Attributes inherited from BasicModel
const NORMALIZE_MODE_CHECK = 1
 
const NORMALIZE_MODE_APPLY = 2
 
- Protected Member Functions inherited from BasicModel
 normalizeLanes ($db_name, $mode=BasicModel::NORMALIZE_MODE_CHECK)
 
 loadHooks ()
 
 afterNormalize ($db_name, $mode)
 

Detailed Description

This table maintains a list of loan terms (lengths) that are available. Total principal limit is optional and means the co-op would like to take no more than $totalPrincipalLimit dollars in loans with that term. This can be useful for spreading out loans so they are not all coming due simultaneously.

Member Data Documentation

GumLoanValidTermsModel::$columns
protected
Initial value:
= array(
'gumLoanValidTermID' => array('type'=>'INT', 'increment'=>true, 'index'=>true),
'termInMonths' => array('type'=>'INT', 'primary_key'=>true),
'totalPrincipalLimit' => array('type'=>'MONEY', 'default'=>0),
)

The documentation for this class was generated from the following file: