Class ApplicationAccessTree

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

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

    • ApplicationAccessTree

      public ApplicationAccessTree()
    • ApplicationAccessTree

      public ApplicationAccessTree(Long id, String ordre, Long parentId, String parentName, Long childId, String childName)
    • ApplicationAccessTree

      public ApplicationAccessTree(ApplicationAccessTree otherBean)
  • Method Details

    • getId

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

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

      public String getOrdre()
      Gets value for attribute ordre
    • setOrdre

      public void setOrdre(String ordre)
      Sets value for attribute ordre
    • getParentId

      public Long getParentId()
      Gets value for attribute parentId
    • setParentId

      public void setParentId(Long parentId)
      Sets value for attribute parentId
    • getParentName

      public String getParentName()
      Gets value for attribute parentName
    • setParentName

      public void setParentName(String parentName)
      Sets value for attribute parentName
    • getChildId

      public Long getChildId()
      Gets value for attribute childId
    • setChildId

      public void setChildId(Long childId)
      Sets value for attribute childId
    • getChildName

      public String getChildName()
      Gets value for attribute childName
    • setChildName

      public void setChildName(String childName)
      Sets value for attribute childName
    • toString

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