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 booleanequals(Object object)Returnstrueif the argument is an CustomObjectRoleEntity instance and all identifiers for this entity equal the identifiers of the argument entity.CustomObjectTypeEntitygetCustomObjectType()Gets value for attribute customObjectTypeLonggetId()Gets value for attribute ides.caib.seycon.ng.comu.AccountAccessLevelEnumgetLevel()Gets value for attribute levelRoleEntitygetRole()Gets value for attribute roleinthashCode()Returns a hash code based on this entity's identifiers.voidsetCustomObjectType(CustomObjectTypeEntity customObjectType)Sets value for attribute customObjectTypevoidsetId(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 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)
Returnstrueif the argument is an CustomObjectRoleEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalseotherwise.
-
-