29    private RecordType $recordType;
 
   32    public function __construct(
ItemIdentifier $identifier, RecordType $recordType, 
string $name){
 
   33        $this->recordType = $recordType;
 
   34        parent::__construct($identifier, $name);
 
   37    public function getRecordType() : RecordType{
 
   38        return $this->recordType;