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 booleanequals(Object object)Returnstrueif the argument is an EntryPointGroupEntity instance and all identifiers for this entity equal the identifiers of the argument entity.StringgetAuhtorizationLevel()Gets value for attribute auhtorizationLevelEntryPointEntitygetEntryPoint()Gets value for attribute entryPointGroupEntitygetGroup()Gets value for attribute groupLonggetId()Gets value for attribute idinthashCode()Returns a hash code based on this entity's identifiers.voidsetAuhtorizationLevel(String auhtorizationLevel)Sets value for attribute auhtorizationLevelvoidsetEntryPoint(EntryPointEntity entryPoint)Sets value for attribute entryPointvoidsetGroup(GroupEntity group)Sets value for attribute groupvoidsetId(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)
Returnstrueif the argument is an EntryPointGroupEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalseotherwise.
-
-