Class AccessTreeExecution

java.lang.Object
com.soffid.iam.am.api.AccessTreeExecution
All Implemented Interfaces:
Serializable

public class AccessTreeExecution extends Object implements Serializable
ValueObject AccessTreeExecution
See Also:
  • Constructor Details

    • AccessTreeExecution

      public AccessTreeExecution()
    • AccessTreeExecution

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

      public AccessTreeExecution(String scope)
    • AccessTreeExecution

      public AccessTreeExecution(AccessTreeExecution otherBean)
  • Method Details

    • 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