Package com.soffid.iam.model
Class EntryPointGroupEntity
- java.lang.Object
-
- com.soffid.iam.model.EntryPointGroupEntity
-
- Direct Known Subclasses:
EntryPointGroupEntityImpl
public abstract class EntryPointGroupEntity extends Object
Entity EntryPointGroupEntity
-
-
Constructor Summary
Constructors Constructor Description EntryPointGroupEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
Returnstrue
if the argument is an EntryPointGroupEntity instance and all identifiers for this entity equal the identifiers of the argument entity.String
getAuhtorizationLevel()
Gets value for attribute auhtorizationLevelEntryPointEntity
getEntryPoint()
Gets value for attribute entryPointGroupEntity
getGroup()
Gets value for attribute groupLong
getId()
Gets value for attribute idint
hashCode()
Returns a hash code based on this entity's identifiers.void
setAuhtorizationLevel(String auhtorizationLevel)
Sets value for attribute auhtorizationLevelvoid
setEntryPoint(EntryPointEntity entryPoint)
Sets value for attribute entryPointvoid
setGroup(GroupEntity group)
Sets value for attribute groupvoid
setId(Long id)
Sets value for attribute id
-
-
-
Method Detail
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getAuhtorizationLevel
public String getAuhtorizationLevel()
Gets value for attribute auhtorizationLevel
-
setAuhtorizationLevel
public void setAuhtorizationLevel(String auhtorizationLevel)
Sets value for attribute auhtorizationLevel
-
getEntryPoint
public EntryPointEntity getEntryPoint()
Gets value for attribute entryPoint
-
setEntryPoint
public void setEntryPoint(EntryPointEntity entryPoint)
Sets value for attribute entryPoint
-
getGroup
public GroupEntity getGroup()
Gets value for attribute group
-
setGroup
public void setGroup(GroupEntity group)
Sets value for attribute group
-
equals
public boolean equals(Object object)
Returnstrue
if the argument is an EntryPointGroupEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalse
otherwise.
-
-