Package com.soffid.iam.model
Class EntryPointEntity
- java.lang.Object
-
- com.soffid.iam.model.EntryPointEntity
-
- Direct Known Subclasses:
EntryPointEntityImpl
public abstract class EntryPointEntity extends Object
Entity EntryPointEntity
-
-
Constructor Summary
Constructors Constructor Description EntryPointEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
Returnstrue
if the argument is an EntryPointEntity instance and all identifiers for this entity equal the identifiers of the argument entity.Collection<EntryPointAccountEntity>
getAuthorizedAccounts()
Gets value for attribute authorizedAccountsCollection<EntryPointGroupEntity>
getAuthorizedGroups()
Gets value for attribute authorizedGroupsCollection<EntryPointRoleEntity>
getAuthorizedRoles()
Gets value for attribute authorizedRolesCollection<EntryPointUserEntity>
getAuthorizedUsers()
Gets value for attribute authorizedUsersCollection<EntryPointTreeEntity>
getChildrenEntryPointTree()
Gets value for attribute childrenEntryPointTreeString
getCode()
Gets value for attribute codeCollection<EntryPointExecutableEntity>
getExecutionMethod()
Gets value for attribute executionMethodCollection<HostEntryPointEntity>
getHosts()
Gets value for attribute hostsLong
getIcon1()
Gets value for attribute icon1Long
getIcon2()
Gets value for attribute icon2Long
getId()
Gets value for attribute idInformationSystemEntity
getInformationSystem()
Gets value for attribute informationSystemString
getMenu()
Gets value for attribute menuString
getMenuType()
Gets value for attribute menuTypeString
getName()
Gets value for attribute nameLong
getNumberOfColumns()
Gets value for attribute numberOfColumnsCollection<EntryPointTreeEntity>
getParentEntryPointTree()
Gets value for attribute parentEntryPointTreeString
getPublicAccess()
Gets value for attribute publicAccessSystemEntity
getSystem()
Gets value for attribute systemTenantEntity
getTenant()
Gets value for attribute tenantString
getVisible()
Gets value for attribute visibleString
getXmlEntryPoint()
Gets value for attribute xmlEntryPointint
hashCode()
Returns a hash code based on this entity's identifiers.void
setAuthorizedAccounts(Collection<EntryPointAccountEntity> authorizedAccounts)
Sets value for attribute authorizedAccountsvoid
setAuthorizedGroups(Collection<EntryPointGroupEntity> authorizedGroups)
Sets value for attribute authorizedGroupsvoid
setAuthorizedRoles(Collection<EntryPointRoleEntity> authorizedRoles)
Sets value for attribute authorizedRolesvoid
setAuthorizedUsers(Collection<EntryPointUserEntity> authorizedUsers)
Sets value for attribute authorizedUsersvoid
setChildrenEntryPointTree(Collection<EntryPointTreeEntity> childrenEntryPointTree)
Sets value for attribute childrenEntryPointTreevoid
setCode(String code)
Sets value for attribute codevoid
setExecutionMethod(Collection<EntryPointExecutableEntity> executionMethod)
Sets value for attribute executionMethodvoid
setHosts(Collection<HostEntryPointEntity> hosts)
Sets value for attribute hostsvoid
setIcon1(Long icon1)
Sets value for attribute icon1void
setIcon2(Long icon2)
Sets value for attribute icon2void
setId(Long id)
Sets value for attribute idvoid
setInformationSystem(InformationSystemEntity informationSystem)
Sets value for attribute informationSystemvoid
setMenu(String menu)
Sets value for attribute menuvoid
setMenuType(String menuType)
Sets value for attribute menuTypevoid
setName(String name)
Sets value for attribute namevoid
setNumberOfColumns(Long numberOfColumns)
Sets value for attribute numberOfColumnsvoid
setParentEntryPointTree(Collection<EntryPointTreeEntity> parentEntryPointTree)
Sets value for attribute parentEntryPointTreevoid
setPublicAccess(String publicAccess)
Sets value for attribute publicAccessvoid
setSystem(SystemEntity system)
Sets value for attribute systemvoid
setTenant(TenantEntity tenant)
Sets value for attribute tenantvoid
setVisible(String visible)
Sets value for attribute visiblevoid
setXmlEntryPoint(String xmlEntryPoint)
Sets value for attribute xmlEntryPoint
-
-
-
Method Detail
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getCode
public String getCode()
Gets value for attribute code
-
setCode
public void setCode(String code)
Sets value for attribute code
-
getName
public String getName()
Gets value for attribute name
-
setName
public void setName(String name)
Sets value for attribute name
-
getVisible
public String getVisible()
Gets value for attribute visible
-
setVisible
public void setVisible(String visible)
Sets value for attribute visible
-
getMenu
public String getMenu()
Gets value for attribute menu
-
setMenu
public void setMenu(String menu)
Sets value for attribute menu
-
getNumberOfColumns
public Long getNumberOfColumns()
Gets value for attribute numberOfColumns
-
setNumberOfColumns
public void setNumberOfColumns(Long numberOfColumns)
Sets value for attribute numberOfColumns
-
getPublicAccess
public String getPublicAccess()
Gets value for attribute publicAccess
-
setPublicAccess
public void setPublicAccess(String publicAccess)
Sets value for attribute publicAccess
-
getMenuType
public String getMenuType()
Gets value for attribute menuType
-
setMenuType
public void setMenuType(String menuType)
Sets value for attribute menuType
-
getSystem
public SystemEntity getSystem()
Gets value for attribute system
-
setSystem
public void setSystem(SystemEntity system)
Sets value for attribute system
-
getAuthorizedRoles
public Collection<EntryPointRoleEntity> getAuthorizedRoles()
Gets value for attribute authorizedRoles
-
setAuthorizedRoles
public void setAuthorizedRoles(Collection<EntryPointRoleEntity> authorizedRoles)
Sets value for attribute authorizedRoles
-
getAuthorizedUsers
public Collection<EntryPointUserEntity> getAuthorizedUsers()
Gets value for attribute authorizedUsers
-
setAuthorizedUsers
public void setAuthorizedUsers(Collection<EntryPointUserEntity> authorizedUsers)
Sets value for attribute authorizedUsers
-
getAuthorizedGroups
public Collection<EntryPointGroupEntity> getAuthorizedGroups()
Gets value for attribute authorizedGroups
-
setAuthorizedGroups
public void setAuthorizedGroups(Collection<EntryPointGroupEntity> authorizedGroups)
Sets value for attribute authorizedGroups
-
getExecutionMethod
public Collection<EntryPointExecutableEntity> getExecutionMethod()
Gets value for attribute executionMethod
-
setExecutionMethod
public void setExecutionMethod(Collection<EntryPointExecutableEntity> executionMethod)
Sets value for attribute executionMethod
-
getAuthorizedAccounts
public Collection<EntryPointAccountEntity> getAuthorizedAccounts()
Gets value for attribute authorizedAccounts
-
setAuthorizedAccounts
public void setAuthorizedAccounts(Collection<EntryPointAccountEntity> authorizedAccounts)
Sets value for attribute authorizedAccounts
-
getIcon1
public Long getIcon1()
Gets value for attribute icon1
-
setIcon1
public void setIcon1(Long icon1)
Sets value for attribute icon1
-
getIcon2
public Long getIcon2()
Gets value for attribute icon2
-
setIcon2
public void setIcon2(Long icon2)
Sets value for attribute icon2
-
getInformationSystem
public InformationSystemEntity getInformationSystem()
Gets value for attribute informationSystem
-
setInformationSystem
public void setInformationSystem(InformationSystemEntity informationSystem)
Sets value for attribute informationSystem
-
getParentEntryPointTree
public Collection<EntryPointTreeEntity> getParentEntryPointTree()
Gets value for attribute parentEntryPointTree
-
setParentEntryPointTree
public void setParentEntryPointTree(Collection<EntryPointTreeEntity> parentEntryPointTree)
Sets value for attribute parentEntryPointTree
-
getChildrenEntryPointTree
public Collection<EntryPointTreeEntity> getChildrenEntryPointTree()
Gets value for attribute childrenEntryPointTree
-
setChildrenEntryPointTree
public void setChildrenEntryPointTree(Collection<EntryPointTreeEntity> childrenEntryPointTree)
Sets value for attribute childrenEntryPointTree
-
getXmlEntryPoint
public String getXmlEntryPoint()
Gets value for attribute xmlEntryPoint
-
setXmlEntryPoint
public void setXmlEntryPoint(String xmlEntryPoint)
Sets value for attribute xmlEntryPoint
-
getTenant
public TenantEntity getTenant()
Gets value for attribute tenant
-
setTenant
public void setTenant(TenantEntity tenant)
Sets value for attribute tenant
-
getHosts
public Collection<HostEntryPointEntity> getHosts()
Gets value for attribute hosts
-
setHosts
public void setHosts(Collection<HostEntryPointEntity> hosts)
Sets value for attribute hosts
-
equals
public boolean equals(Object object)
Returnstrue
if the argument is an EntryPointEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalse
otherwise.
-
-