Class AccessTreeExecution

    • Constructor Detail

      • AccessTreeExecution

        public AccessTreeExecution()
      • AccessTreeExecution

        public AccessTreeExecution​(Long id,
                                   String scope,
                                   String content,
                                   String executionTypeCode,
                                   String typeMimeExecution,
                                   Long AccessTreeId)
      • AccessTreeExecution

        public AccessTreeExecution​(String scope)
    • 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
      • getExecutionTypeCode

        public String getExecutionTypeCode()
        Gets value for attribute executionTypeCode
      • setExecutionTypeCode

        public void setExecutionTypeCode​(String executionTypeCode)
        Sets value for attribute executionTypeCode
      • getTypeMimeExecution

        public String getTypeMimeExecution()
        Gets value for attribute typeMimeExecution
      • setTypeMimeExecution

        public void setTypeMimeExecution​(String typeMimeExecution)
        Sets value for attribute typeMimeExecution
      • getAccessTreeId

        public Long getAccessTreeId()
        Gets value for attribute AccessTreeId
      • setAccessTreeId

        public void setAccessTreeId​(Long AccessTreeId)
        Sets value for attribute AccessTreeId
      • toString

        public String toString()
        Returns a string representation of the value object.
        Overrides:
        toString in class Object
      • toAccessTreeExecution

        public static AccessTreeExecution toAccessTreeExecution​(ExecucioPuntEntrada vo)
        Creates a AccessTreeExecution value object based on a ExecucioPuntEntrada object.
      • toAccessTreeExecutionArray

        public static AccessTreeExecution[] toAccessTreeExecutionArray​(ExecucioPuntEntrada[] source)
        Creates a AccessTreeExecution array on a ExecucioPuntEntrada array.
      • toAccessTreeExecution

        public static void toAccessTreeExecution​(ExecucioPuntEntrada source,
                                                 AccessTreeExecution target)
        Updates a AccessTreeExecution value object based on a ExecucioPuntEntrada object.