Class AccessControl

    • Method Detail

      • getId

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

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

        public Long getAgentId()
        Gets value for attribute agentId
      • setAgentId

        public void setAgentId​(Long agentId)
        Sets value for attribute agentId
      • getAgentName

        public String getAgentName()
        Gets value for attribute agentName
      • setAgentName

        public void setAgentName​(String agentName)
        Sets value for attribute agentName
      • getRoleDescription

        public String getRoleDescription()
        Gets value for attribute roleDescription
      • setRoleDescription

        public void setRoleDescription​(String roleDescription)
        Sets value for attribute roleDescription
      • getRoleId

        public Long getRoleId()
        Gets value for attribute roleId
      • setRoleId

        public void setRoleId​(Long roleId)
        Sets value for attribute roleId
      • getHostName

        public String getHostName()
        Gets value for attribute hostName
      • setHostName

        public void setHostName​(String hostName)
        Sets value for attribute hostName
      • getHostId

        public Long getHostId()
        Gets value for attribute hostId
      • setHostId

        public void setHostId​(Long hostId)
        Sets value for attribute hostId
      • getProgram

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

        public void setProgram​(String program)
        Sets value for attribute program
      • 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
      • getRemoteIp

        public String getRemoteIp()
        Gets value for attribute remoteIp
      • setRemoteIp

        public void setRemoteIp​(String remoteIp)
        Sets value for attribute remoteIp
      • getComments

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

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

        public String toString()
        Returns a string representation of the value object.
        Overrides:
        toString in class Object
      • toAccessControl

        public static AccessControl toAccessControl​(ControlAcces vo)
        Creates a AccessControl value object based on a ControlAcces object.
      • toAccessControlArray

        public static AccessControl[] toAccessControlArray​(ControlAcces[] source)
        Creates a AccessControl array on a ControlAcces array.
      • toAccessControl

        public static void toAccessControl​(ControlAcces source,
                                           AccessControl target)
        Updates a AccessControl value object based on a ControlAcces object.