/**
  * @param WorkflowEntityAclIdentity $aclIdentity
  * @return WorkflowEntityAclIdentity
  */
 public function import(WorkflowEntityAclIdentity $aclIdentity)
 {
     $this->setEntityId($aclIdentity->getEntityId());
     return $this;
 }