useInAppDefault = $useInAppDefault; } public function getUseInAppDefault() { return $this->useInAppDefault; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } }