encryptionEntityId = $encryptionEntityId; } public function getEncryptionEntityId() { return $this->encryptionEntityId; } public function setEncryptionEntityType($encryptionEntityType) { $this->encryptionEntityType = $encryptionEntityType; } public function getEncryptionEntityType() { return $this->encryptionEntityType; } public function setEncryptionSource($encryptionSource) { $this->encryptionSource = $encryptionSource; } public function getEncryptionSource() { return $this->encryptionSource; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } }