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