hashValue = $hash_value; return $this; } public function getHashValue() { return $this->hashValue; } public function setHashType($hash_type) { $this->hashType = $hash_type; return $this; } public function getHashType() { return $this->hashType; } }