Class VaultFolderPermissions

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

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

  • Method Details

    • getVaultId

      public Long getVaultId()
      Gets value for attribute vaultId
    • setVaultId

      public void setVaultId(Long vaultId)
      Sets value for attribute vaultId
    • getGrantee

      public Vector<Object> getGrantee()
      Gets value for attribute grantee
    • setGrantee

      public void setGrantee(Vector<Object> grantee)
      Sets value for attribute grantee
    • getAccounts

      public Vector<VaultFolderAccountPermissions> getAccounts()
      Gets value for attribute accounts
    • setAccounts

      public void setAccounts(Vector<VaultFolderAccountPermissions> accounts)
      Sets value for attribute accounts
    • toString

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