Class EntryPointAccountEntity

    • Constructor Detail

      • EntryPointAccountEntity

        public EntryPointAccountEntity()
    • Method Detail

      • getEntryPoint

        public EntryPointEntity getEntryPoint()
        Gets value for attribute entryPoint
      • setEntryPoint

        public void setEntryPoint​(EntryPointEntity entryPoint)
        Sets value for attribute entryPoint
      • getAuthorizationlevel

        public String getAuthorizationlevel()
        Gets value for attribute authorizationlevel
      • setAuthorizationlevel

        public void setAuthorizationlevel​(String authorizationlevel)
        Sets value for attribute authorizationlevel
      • getId

        public Long getId()
        Gets value for attribute id
      • setId

        public void setId​(Long id)
        Sets value for attribute id
      • getAccount

        public AccountEntity getAccount()
        Gets value for attribute account
      • setAccount

        public void setAccount​(AccountEntity account)
        Sets value for attribute account
      • equals

        public boolean equals​(Object object)
        Returns true if the argument is an EntryPointAccountEntity 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