Class EntryPointGroupEntity

    • Constructor Detail

      • EntryPointGroupEntity

        public EntryPointGroupEntity()
    • 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)
        Returns true if the argument is an EntryPointGroupEntity 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