id; } /** * Set usr_id * * @param integer $usrId * @return AggregateToken */ public function setUsrId($usrId) { $this->usrId = $usrId; return $this; } /** * Get usr_id * * @return integer */ public function getUsrId() { return $this->usrId; } /** * Set value * * @param string $value * @return AggregateToken */ public function setValue($value) { $this->value = $value; return $this; } /** * Get value * * @return string */ public function getValue() { return $this->value; } }