Package com.soffid.iam.model
Class EntryPointAccountEntity
- java.lang.Object
-
- com.soffid.iam.model.EntryPointAccountEntity
-
- Direct Known Subclasses:
EntryPointAccountEntityImpl
public abstract class EntryPointAccountEntity extends Object
Entity EntryPointAccountEntity
-
-
Constructor Summary
Constructors Constructor Description EntryPointAccountEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
Returnstrue
if the argument is an EntryPointAccountEntity instance and all identifiers for this entity equal the identifiers of the argument entity.AccountEntity
getAccount()
Gets value for attribute accountString
getAuthorizationlevel()
Gets value for attribute authorizationlevelEntryPointEntity
getEntryPoint()
Gets value for attribute entryPointLong
getId()
Gets value for attribute idint
hashCode()
Returns a hash code based on this entity's identifiers.void
setAccount(AccountEntity account)
Sets value for attribute accountvoid
setAuthorizationlevel(String authorizationlevel)
Sets value for attribute authorizationlevelvoid
setEntryPoint(EntryPointEntity entryPoint)
Sets value for attribute entryPointvoid
setId(Long id)
Sets value for attribute id
-
-
-
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
-
getAccount
public AccountEntity getAccount()
Gets value for attribute account
-
setAccount
public void setAccount(AccountEntity account)
Sets value for attribute account
-
equals
public boolean equals(Object object)
Returnstrue
if the argument is an EntryPointAccountEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalse
otherwise.
-
-