Class EntryPointExecutableEntity

    • Constructor Detail

      • EntryPointExecutableEntity

        public EntryPointExecutableEntity()
    • Method Detail

      • getId

        public Long getId()
        Gets value for attribute id
      • setId

        public void setId​(Long id)
        Sets value for attribute id
      • getScope

        public String getScope()
        Gets value for attribute scope
      • setScope

        public void setScope​(String scope)
        Sets value for attribute scope
      • getContent

        public String getContent()
        Gets value for attribute content
      • setContent

        public void setContent​(String content)
        Sets value for attribute content
      • getEntryPoint

        public EntryPointEntity getEntryPoint()
        Gets value for attribute entryPoint
      • setEntryPoint

        public void setEntryPoint​(EntryPointEntity entryPoint)
        Sets value for attribute entryPoint
      • getExecutionCode

        public String getExecutionCode()
        Gets value for attribute executionCode
      • setExecutionCode

        public void setExecutionCode​(String executionCode)
        Sets value for attribute executionCode
      • equals

        public boolean equals​(Object object)
        Returns true if the argument is an EntryPointExecutableEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returns false otherwise.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Returns a hash code based on this entity's identifiers.
        Overrides:
        hashCode in class Object