Class AccessTree

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

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

  • Method Details

    • getId

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

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

      public String getCode()
      Gets value for attribute code
    • setCode

      public void setCode(String code)
      Sets value for attribute code
    • getName

      public String getName()
      Gets value for attribute name
    • setName

      public void setName(String name)
      Sets value for attribute name
    • getDescription

      public String getDescription()
      Gets value for attribute description
    • setDescription

      public void setDescription(String description)
      Sets value for attribute description
    • isVisible

      public boolean isVisible()
      Gets value for attribute visible
    • setVisible

      public void setVisible(boolean visible)
      Sets value for attribute visible
    • isMenu

      public boolean isMenu()
      Gets value for attribute menu
    • setMenu

      public void setMenu(boolean menu)
      Sets value for attribute menu
    • getColumnsNumber

      public Long getColumnsNumber()
      Gets value for attribute columnsNumber
    • setColumnsNumber

      public void setColumnsNumber(Long columnsNumber)
      Sets value for attribute columnsNumber
    • isPublicAccess

      public boolean isPublicAccess()
      Gets value for attribute publicAccess
    • setPublicAccess

      public void setPublicAccess(boolean publicAccess)
      Sets value for attribute publicAccess
    • getMenuType

      public String getMenuType()
      Gets value for attribute menuType
    • setMenuType

      public void setMenuType(String menuType)
      Sets value for attribute menuType
    • getAuthorizations

      public Collection<AccessTreeAuthorization> getAuthorizations()
      Gets value for attribute authorizations
    • setAuthorizations

      public void setAuthorizations(Collection<AccessTreeAuthorization> authorizations)
      Sets value for attribute authorizations
    • getExecutions

      public Collection<AccessTreeExecution> getExecutions()
      Gets value for attribute executions
    • setExecutions

      public void setExecutions(Collection<AccessTreeExecution> executions)
      Sets value for attribute executions
    • getIcon1Image

      public byte[] getIcon1Image()
      Gets value for attribute icon1Image
    • setIcon1Image

      public void setIcon1Image(byte[] icon1Image)
      Sets value for attribute icon1Image
    • getIcon2Image

      public byte[] getIcon2Image()
      Gets value for attribute icon2Image
    • setIcon2Image

      public void setIcon2Image(byte[] icon2Image)
      Sets value for attribute icon2Image
    • getInformationSystem

      public String getInformationSystem()
      Gets value for attribute informationSystem
    • setInformationSystem

      public void setInformationSystem(String informationSystem)
      Sets value for attribute informationSystem
    • getParentId

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

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

      public String getOrder()
      Gets value for attribute order
    • setOrder

      public void setOrder(String order)
      Sets value for attribute order
    • getIcon1Id

      public Long getIcon1Id()
      Gets value for attribute icon1Id
    • setIcon1Id

      public void setIcon1Id(Long icon1Id)
      Sets value for attribute icon1Id
    • getIcon2Id

      public Long getIcon2Id()
      Gets value for attribute icon2Id
    • setIcon2Id

      public void setIcon2Id(Long icon2Id)
      Sets value for attribute icon2Id
    • getXmlAccessTree

      public String getXmlAccessTree()
      Gets value for attribute xmlAccessTree
    • setXmlAccessTree

      public void setXmlAccessTree(String xmlAccessTree)
      Sets value for attribute xmlAccessTree
    • getSystem

      public String getSystem()
      Gets value for attribute system
    • setSystem

      public void setSystem(String system)
      Sets value for attribute system
    • getCreatedOn

      public Date getCreatedOn()
      Gets value for attribute createdOn
    • setCreatedOn

      public void setCreatedOn(Date createdOn)
      Sets value for attribute createdOn
    • getCreatedBy

      public String getCreatedBy()
      Gets value for attribute createdBy
    • setCreatedBy

      public void setCreatedBy(String createdBy)
      Sets value for attribute createdBy
    • getUpdatedOn

      public Date getUpdatedOn()
      Gets value for attribute updatedOn
    • setUpdatedOn

      public void setUpdatedOn(Date updatedOn)
      Sets value for attribute updatedOn
    • getUpdatedBy

      public String getUpdatedBy()
      Gets value for attribute updatedBy
    • setUpdatedBy

      public void setUpdatedBy(String updatedBy)
      Sets value for attribute updatedBy
    • getDeletedOn

      public Date getDeletedOn()
      Gets value for attribute deletedOn
    • setDeletedOn

      public void setDeletedOn(Date deletedOn)
      Sets value for attribute deletedOn
    • getDeletedBy

      public String getDeletedBy()
      Gets value for attribute deletedBy
    • setDeletedBy

      public void setDeletedBy(String deletedBy)
      Sets value for attribute deletedBy
    • toString

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