public final function GetIdentifier() { $this->UpdateIdentifer(); return $this->GlobalIdentifier; }
public final function SetEntityMap(IEntityMap $EntityMap = null) { $this->EntityMap = $EntityMap; if ($EntityMap !== null) { $this->Accessor->SetEntityType($EntityMap->GetEntityType()); $this->Identifier = $this->Accessor->GetIdentifier(); } }