/**
  * Gets the historical journal for this object's GrowthGroup relationship from the log database.
  * @return QDatabaseResult $objResult
  */
 public function GetJournalGrowthGroupAssociation()
 {
     return GrowthGroupStructure::GetJournalGrowthGroupAssociationForId($this->intId);
 }