/**
  * Get Pensum of the EmployerCandidateDO
  *
  * @return Pensum of the EmployerCandidateDO
  * @exception DataObjectException If the object is not found in the database.
  */
 public int getPensum() throws DataObjectException {
   beforeAnyGet(); // business actions/assertions prior to data return
   return DO.getPensum();
 }