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 booleanequals(Object object)Returnstrueif the argument is an EntryPointAccountEntity instance and all identifiers for this entity equal the identifiers of the argument entity.AccountEntitygetAccount()Gets value for attribute accountStringgetAuthorizationlevel()Gets value for attribute authorizationlevelEntryPointEntitygetEntryPoint()Gets value for attribute entryPointLonggetId()Gets value for attribute idinthashCode()Returns a hash code based on this entity's identifiers.voidsetAccount(AccountEntity account)Sets value for attribute accountvoidsetAuthorizationlevel(String authorizationlevel)Sets value for attribute authorizationlevelvoidsetEntryPoint(EntryPointEntity entryPoint)Sets value for attribute entryPointvoidsetId(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)
Returnstrueif the argument is an EntryPointAccountEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalseotherwise.
-
-