Package com.soffid.iam.model
Class VaultFolderAccessEntity
- java.lang.Object
-
- com.soffid.iam.model.VaultFolderAccessEntity
-
- Direct Known Subclasses:
VaultFolderAccessEntityImpl
public abstract class VaultFolderAccessEntity extends Object
Entity VaultFolderAccessEntity Contains the access control list for a vault folder
-
-
Constructor Summary
Constructors Constructor Description VaultFolderAccessEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)Returnstrueif the argument is an VaultFolderAccessEntity instance and all identifiers for this entity equal the identifiers of the argument entity.GroupEntitygetGroup()Gets value for attribute groupLonggetId()Gets value for attribute ides.caib.seycon.ng.comu.AccountAccessLevelEnumgetLevel()Gets value for attribute levelRoleEntitygetRole()Gets value for attribute roleUserEntitygetUser()Gets value for attribute userVaultFolderEntitygetVault()Gets value for attribute vaultinthashCode()Returns a hash code based on this entity's identifiers.voidsetGroup(GroupEntity group)Sets value for attribute groupvoidsetId(Long id)Sets value for attribute idvoidsetLevel(es.caib.seycon.ng.comu.AccountAccessLevelEnum level)Sets value for attribute levelvoidsetRole(RoleEntity role)Sets value for attribute rolevoidsetUser(UserEntity user)Sets value for attribute uservoidsetVault(VaultFolderEntity vault)Sets value for attribute vault
-
-
-
Method Detail
-
getRole
public RoleEntity getRole()
Gets value for attribute role
-
setRole
public void setRole(RoleEntity role)
Sets value for attribute role
-
getGroup
public GroupEntity getGroup()
Gets value for attribute group
-
setGroup
public void setGroup(GroupEntity group)
Sets value for attribute group
-
getUser
public UserEntity getUser()
Gets value for attribute user
-
setUser
public void setUser(UserEntity user)
Sets value for attribute user
-
getVault
public VaultFolderEntity getVault()
Gets value for attribute vault
-
setVault
public void setVault(VaultFolderEntity vault)
Sets value for attribute vault
-
getLevel
public es.caib.seycon.ng.comu.AccountAccessLevelEnum getLevel()
Gets value for attribute level
-
setLevel
public void setLevel(es.caib.seycon.ng.comu.AccountAccessLevelEnum level)
Sets value for attribute level
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
equals
public boolean equals(Object object)
Returnstrueif the argument is an VaultFolderAccessEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalseotherwise.
-
-