Package com.soffid.iam.model
Class EntryPointRoleEntity
- java.lang.Object
-
- com.soffid.iam.model.EntryPointRoleEntity
-
- Direct Known Subclasses:
EntryPointRoleEntityImpl
public abstract class EntryPointRoleEntity extends Object
Entity EntryPointRoleEntity
-
-
Constructor Summary
Constructors Constructor Description EntryPointRoleEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)Returnstrueif the argument is an EntryPointRoleEntity instance and all identifiers for this entity equal the identifiers of the argument entity.StringgetAuthorizationLevel()Gets value for attribute authorizationLevelEntryPointEntitygetEntryPoint()Gets value for attribute entryPointLonggetId()Gets value for attribute idRoleEntitygetRole()Gets value for attribute roleinthashCode()Returns a hash code based on this entity's identifiers.voidsetAuthorizationLevel(String authorizationLevel)Sets value for attribute authorizationLevelvoidsetEntryPoint(EntryPointEntity entryPoint)Sets value for attribute entryPointvoidsetId(Long id)Sets value for attribute idvoidsetRole(RoleEntity role)Sets value for attribute role
-
-
-
Method Detail
-
getEntryPoint
public EntryPointEntity getEntryPoint()
Gets value for attribute entryPoint
-
setEntryPoint
public void setEntryPoint(EntryPointEntity entryPoint)
Sets value for attribute entryPoint
-
getAuthorizationLevel
public String getAuthorizationLevel()
Gets value for attribute authorizationLevel
-
setAuthorizationLevel
public void setAuthorizationLevel(String authorizationLevel)
Sets value for attribute authorizationLevel
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getRole
public RoleEntity getRole()
Gets value for attribute role
-
setRole
public void setRole(RoleEntity role)
Sets value for attribute role
-
equals
public boolean equals(Object object)
Returnstrueif the argument is an EntryPointRoleEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalseotherwise.
-
-