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 booleanequals(Object object)Returnstrueif 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 childrenEntryPointTreeStringgetCode()Gets value for attribute codeCollection<EntryPointExecutableEntity>getExecutionMethod()Gets value for attribute executionMethodCollection<HostEntryPointEntity>getHosts()Gets value for attribute hostsLonggetIcon1()Gets value for attribute icon1LonggetIcon2()Gets value for attribute icon2LonggetId()Gets value for attribute idInformationSystemEntitygetInformationSystem()Gets value for attribute informationSystemStringgetMenu()Gets value for attribute menuStringgetMenuType()Gets value for attribute menuTypeStringgetName()Gets value for attribute nameLonggetNumberOfColumns()Gets value for attribute numberOfColumnsCollection<EntryPointTreeEntity>getParentEntryPointTree()Gets value for attribute parentEntryPointTreeStringgetPublicAccess()Gets value for attribute publicAccessSystemEntitygetSystem()Gets value for attribute systemTenantEntitygetTenant()Gets value for attribute tenantStringgetVisible()Gets value for attribute visibleStringgetXmlEntryPoint()Gets value for attribute xmlEntryPointinthashCode()Returns a hash code based on this entity's identifiers.voidsetAuthorizedAccounts(Collection<EntryPointAccountEntity> authorizedAccounts)Sets value for attribute authorizedAccountsvoidsetAuthorizedGroups(Collection<EntryPointGroupEntity> authorizedGroups)Sets value for attribute authorizedGroupsvoidsetAuthorizedRoles(Collection<EntryPointRoleEntity> authorizedRoles)Sets value for attribute authorizedRolesvoidsetAuthorizedUsers(Collection<EntryPointUserEntity> authorizedUsers)Sets value for attribute authorizedUsersvoidsetChildrenEntryPointTree(Collection<EntryPointTreeEntity> childrenEntryPointTree)Sets value for attribute childrenEntryPointTreevoidsetCode(String code)Sets value for attribute codevoidsetExecutionMethod(Collection<EntryPointExecutableEntity> executionMethod)Sets value for attribute executionMethodvoidsetHosts(Collection<HostEntryPointEntity> hosts)Sets value for attribute hostsvoidsetIcon1(Long icon1)Sets value for attribute icon1voidsetIcon2(Long icon2)Sets value for attribute icon2voidsetId(Long id)Sets value for attribute idvoidsetInformationSystem(InformationSystemEntity informationSystem)Sets value for attribute informationSystemvoidsetMenu(String menu)Sets value for attribute menuvoidsetMenuType(String menuType)Sets value for attribute menuTypevoidsetName(String name)Sets value for attribute namevoidsetNumberOfColumns(Long numberOfColumns)Sets value for attribute numberOfColumnsvoidsetParentEntryPointTree(Collection<EntryPointTreeEntity> parentEntryPointTree)Sets value for attribute parentEntryPointTreevoidsetPublicAccess(String publicAccess)Sets value for attribute publicAccessvoidsetSystem(SystemEntity system)Sets value for attribute systemvoidsetTenant(TenantEntity tenant)Sets value for attribute tenantvoidsetVisible(String visible)Sets value for attribute visiblevoidsetXmlEntryPoint(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)
Returnstrueif the argument is an EntryPointEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalseotherwise.
-
-