Class DeleteEvent

    • Constructor Detail

      • DeleteEvent

        public DeleteEvent()
    • Method Detail

      • getQualifiedName

        public String getQualifiedName()
        Return the entity qualified name
        Returns:
        String - qualified name of the entity
      • getGuid

        public String getGuid()
        Return the entity unique identifier
        Returns:
        String - unique identifier of the entity
      • getDeleteSemantic

        public DeleteSemantic getDeleteSemantic()
        Return the delete semantic
        Returns:
        String - unique identifier of the entity
      • setQualifiedName

        public void setQualifiedName​(String qualifiedName)
        Set up the qualified name of the entity
        Parameters:
        qualifiedName - of the entity
      • setGuid

        public void setGuid​(String guid)
        Set up the unique identifier of the entity
        Parameters:
        guid - of the entity
      • setDeleteSemantic

        public void setDeleteSemantic​(DeleteSemantic deleteSemantic)
        Set up the delete semantic
        Parameters:
        deleteSemantic - of the entity