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 boolean
equals(Object object)
Returnstrue
if the argument is an VaultFolderAccessEntity instance and all identifiers for this entity equal the identifiers of the argument entity.GroupEntity
getGroup()
Gets value for attribute groupLong
getId()
Gets value for attribute ides.caib.seycon.ng.comu.AccountAccessLevelEnum
getLevel()
Gets value for attribute levelRoleEntity
getRole()
Gets value for attribute roleUserEntity
getUser()
Gets value for attribute userVaultFolderEntity
getVault()
Gets value for attribute vaultint
hashCode()
Returns a hash code based on this entity's identifiers.void
setGroup(GroupEntity group)
Sets value for attribute groupvoid
setId(Long id)
Sets value for attribute idvoid
setLevel(es.caib.seycon.ng.comu.AccountAccessLevelEnum level)
Sets value for attribute levelvoid
setRole(RoleEntity role)
Sets value for attribute rolevoid
setUser(UserEntity user)
Sets value for attribute uservoid
setVault(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)
Returnstrue
if the argument is an VaultFolderAccessEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalse
otherwise.
-
-