Class AccessControlEntity

  • Direct Known Subclasses:
    AccessControlEntityImpl

    public abstract class AccessControlEntity
    extends Object
    Entity AccessControlEntity Access control rules for Oracle agent
    • Constructor Detail

      • AccessControlEntity

        public AccessControlEntity()
    • Method Detail

      • getId

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

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

        public String getGenericUser()
        Gets value for attribute genericUser
      • setGenericUser

        public void setGenericUser​(String genericUser)
        Sets value for attribute genericUser
      • getGenericHost

        public String getGenericHost()
        Gets value for attribute genericHost
      • setGenericHost

        public void setGenericHost​(String genericHost)
        Sets value for attribute genericHost
      • getProgram

        public String getProgram()
        Gets value for attribute program
      • setProgram

        public void setProgram​(String program)
        Sets value for attribute program
      • getRole

        public RoleEntity getRole()
        Gets value for attribute role
      • setRole

        public void setRole​(RoleEntity role)
        Sets value for attribute role
      • getAgent

        public SystemEntity getAgent()
        Gets value for attribute agent
      • setAgent

        public void setAgent​(SystemEntity agent)
        Sets value for attribute agent
      • getPropagatedIPs

        public String getPropagatedIPs()
        Gets value for attribute propagatedIPs
      • setPropagatedIPs

        public void setPropagatedIPs​(String propagatedIPs)
        Sets value for attribute propagatedIPs
      • getComments

        public String getComments()
        Gets value for attribute comments
      • setComments

        public void setComments​(String comments)
        Sets value for attribute comments
      • equals

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