Class EntryPointEntity

    • Constructor Detail

      • EntryPointEntity

        public EntryPointEntity()
    • 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
      • 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
      • setParentEntryPointTree

        public void setParentEntryPointTree​(Collection<EntryPointTreeEntity> parentEntryPointTree)
        Sets value for attribute parentEntryPointTree
      • 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
      • equals

        public boolean equals​(Object object)
        Returns true if the argument is an EntryPointEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returns false otherwise.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Returns a hash code based on this entity's identifiers.
        Overrides:
        hashCode in class Object