Esempio n. 1
0
 /**
  * Set taxLossHarvestingId
  *
  * @param integer $taxLossHarvestingId
  * @return CeModelEntity
  */
 public function setTaxLossHarvestingId($taxLossHarvestingId)
 {
     parent::setTaxLossHarvestingId($taxLossHarvestingId);
     return $this;
 }