effectiveTime = $effectiveTime; } public function getEffectiveTime() { return $this->effectiveTime; } public function setIsLocked($isLocked) { $this->isLocked = $isLocked; } public function getIsLocked() { return $this->isLocked; } public function setRetentionPeriod($retentionPeriod) { $this->retentionPeriod = $retentionPeriod; } public function getRetentionPeriod() { return $this->retentionPeriod; } }