Package com.soffid.iam.model
Class CustomObjectRoleEntity
- java.lang.Object
-
- com.soffid.iam.model.CustomObjectRoleEntity
-
- Direct Known Subclasses:
CustomObjectRoleEntityImpl
public abstract class CustomObjectRoleEntity extends Object
Entity CustomObjectRoleEntity
-
-
Constructor Summary
Constructors Constructor Description CustomObjectRoleEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
Returnstrue
if the argument is an CustomObjectRoleEntity instance and all identifiers for this entity equal the identifiers of the argument entity.CustomObjectTypeEntity
getCustomObjectType()
Gets value for attribute customObjectTypeLong
getId()
Gets value for attribute ides.caib.seycon.ng.comu.AccountAccessLevelEnum
getLevel()
Gets value for attribute levelRoleEntity
getRole()
Gets value for attribute roleint
hashCode()
Returns a hash code based on this entity's identifiers.void
setCustomObjectType(CustomObjectTypeEntity customObjectType)
Sets value for attribute customObjectTypevoid
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 role
-
-
-
Method Detail
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getCustomObjectType
public CustomObjectTypeEntity getCustomObjectType()
Gets value for attribute customObjectType
-
setCustomObjectType
public void setCustomObjectType(CustomObjectTypeEntity customObjectType)
Sets value for attribute customObjectType
-
getRole
public RoleEntity getRole()
Gets value for attribute role
-
setRole
public void setRole(RoleEntity role)
Sets value for attribute role
-
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
-
equals
public boolean equals(Object object)
Returnstrue
if the argument is an CustomObjectRoleEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalse
otherwise.
-
-