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 boolean
equals(Object object)
Returnstrue
if the argument is an EntryPointRoleEntity instance and all identifiers for this entity equal the identifiers of the argument entity.String
getAuthorizationLevel()
Gets value for attribute authorizationLevelEntryPointEntity
getEntryPoint()
Gets value for attribute entryPointLong
getId()
Gets value for attribute idRoleEntity
getRole()
Gets value for attribute roleint
hashCode()
Returns a hash code based on this entity's identifiers.void
setAuthorizationLevel(String authorizationLevel)
Sets value for attribute authorizationLevelvoid
setEntryPoint(EntryPointEntity entryPoint)
Sets value for attribute entryPointvoid
setId(Long id)
Sets value for attribute idvoid
setRole(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)
Returnstrue
if the argument is an EntryPointRoleEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalse
otherwise.
-
-