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