Class VaultFolder

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

public class VaultFolder extends Object implements Serializable
ValueObject VaultFolder
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
    • getName

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

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

      public boolean isPersonal()
      Gets value for attribute personal
    • setPersonal

      public void setPersonal(boolean personal)
      Sets value for attribute personal
    • getDescription

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

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

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

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

      public String getParentFolder()
      Gets value for attribute parentFolder
    • setParentFolder

      public void setParentFolder(String parentFolder)
      Sets value for attribute parentFolder
    • getGrantedGroups

      public Collection<String> getGrantedGroups()
      Gets value for attribute grantedGroups
    • setGrantedGroups

      public void setGrantedGroups(Collection<String> grantedGroups)
      Sets value for attribute grantedGroups
    • getGrantedUsers

      public Collection<String> getGrantedUsers()
      Gets value for attribute grantedUsers
    • setGrantedUsers

      public void setGrantedUsers(Collection<String> grantedUsers)
      Sets value for attribute grantedUsers
    • getGrantedRoles

      public Collection<String> getGrantedRoles()
      Gets value for attribute grantedRoles
    • setGrantedRoles

      public void setGrantedRoles(Collection<String> grantedRoles)
      Sets value for attribute grantedRoles
    • getManagerGroups

      public Collection<String> getManagerGroups()
      Gets value for attribute managerGroups
    • setManagerGroups

      public void setManagerGroups(Collection<String> managerGroups)
      Sets value for attribute managerGroups
    • getManagerUsers

      public Collection<String> getManagerUsers()
      Gets value for attribute managerUsers
    • setManagerUsers

      public void setManagerUsers(Collection<String> managerUsers)
      Sets value for attribute managerUsers
    • getManagerRoles

      public Collection<String> getManagerRoles()
      Gets value for attribute managerRoles
    • setManagerRoles

      public void setManagerRoles(Collection<String> managerRoles)
      Sets value for attribute managerRoles
    • getOwnerGroups

      public Collection<String> getOwnerGroups()
      Gets value for attribute ownerGroups
    • setOwnerGroups

      public void setOwnerGroups(Collection<String> ownerGroups)
      Sets value for attribute ownerGroups
    • getOwnerUsers

      public Collection<String> getOwnerUsers()
      Gets value for attribute ownerUsers
    • setOwnerUsers

      public void setOwnerUsers(Collection<String> ownerUsers)
      Sets value for attribute ownerUsers
    • getOwnerRoles

      public Collection<String> getOwnerRoles()
      Gets value for attribute ownerRoles
    • setOwnerRoles

      public void setOwnerRoles(Collection<String> ownerRoles)
      Sets value for attribute ownerRoles
    • getNavigateGroups

      public Collection<String> getNavigateGroups()
      Gets value for attribute navigateGroups
    • setNavigateGroups

      public void setNavigateGroups(Collection<String> navigateGroups)
      Sets value for attribute navigateGroups
    • getNavigateUsers

      public Collection<String> getNavigateUsers()
      Gets value for attribute navigateUsers
    • setNavigateUsers

      public void setNavigateUsers(Collection<String> navigateUsers)
      Sets value for attribute navigateUsers
    • getNavigateRoles

      public Collection<String> getNavigateRoles()
      Gets value for attribute navigateRoles
    • setNavigateRoles

      public void setNavigateRoles(Collection<String> navigateRoles)
      Sets value for attribute navigateRoles
    • getAccessLevel

      public AccountAccessLevelEnum getAccessLevel()
      Gets value for attribute accessLevel
    • setAccessLevel

      public void setAccessLevel(AccountAccessLevelEnum accessLevel)
      Sets value for attribute accessLevel
    • getPamPolicy

      public String getPamPolicy()
      Gets value for attribute pamPolicy
    • setPamPolicy

      public void setPamPolicy(String pamPolicy)
      Sets value for attribute pamPolicy
    • 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