Package com.soffid.iam.api
Class VaultFolderPermissions
- java.lang.Object
-
- com.soffid.iam.api.VaultFolderPermissions
-
- All Implemented Interfaces:
Serializable
public class VaultFolderPermissions extends Object implements Serializable
ValueObject VaultFolderPermissions- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VaultFolderPermissions()
VaultFolderPermissions(VaultFolderPermissions otherBean)
VaultFolderPermissions(Long vaultId, Vector<Object> grantee, Vector<VaultFolderAccountPermissions> accounts)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Vector<VaultFolderAccountPermissions>
getAccounts()
Gets value for attribute accountsVector<Object>
getGrantee()
Gets value for attribute granteeLong
getVaultId()
Gets value for attribute vaultIdvoid
setAccounts(Vector<VaultFolderAccountPermissions> accounts)
Sets value for attribute accountsvoid
setGrantee(Vector<Object> grantee)
Sets value for attribute granteevoid
setVaultId(Long vaultId)
Sets value for attribute vaultIdString
toString()
Returns a string representation of the value object.
-
-
-
Constructor Detail
-
VaultFolderPermissions
public VaultFolderPermissions()
-
VaultFolderPermissions
public VaultFolderPermissions(Long vaultId, Vector<Object> grantee, Vector<VaultFolderAccountPermissions> accounts)
-
VaultFolderPermissions
public VaultFolderPermissions(VaultFolderPermissions otherBean)
-
-
Method Detail
-
getVaultId
public Long getVaultId()
Gets value for attribute vaultId
-
setVaultId
public void setVaultId(Long vaultId)
Sets value for attribute vaultId
-
getAccounts
public Vector<VaultFolderAccountPermissions> getAccounts()
Gets value for attribute accounts
-
setAccounts
public void setAccounts(Vector<VaultFolderAccountPermissions> accounts)
Sets value for attribute accounts
-
-