Class AccessLog

    • Method Detail

      • getId

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

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

        public String getSessionId()
        Gets value for attribute sessionId
      • setSessionId

        public void setSessionId​(String sessionId)
        Sets value for attribute sessionId
      • getStartDate

        public Calendar getStartDate()
        Gets value for attribute startDate
      • setStartDate

        public void setStartDate​(Calendar startDate)
        Sets value for attribute startDate
      • getEndDate

        public Calendar getEndDate()
        Gets value for attribute endDate
      • setEndDate

        public void setEndDate​(Calendar endDate)
        Sets value for attribute endDate
      • getCodeAge

        public String getCodeAge()
        Gets value for attribute codeAge
      • setCodeAge

        public void setCodeAge​(String codeAge)
        Sets value for attribute codeAge
      • getInformation

        public String getInformation()
        Gets value for attribute information
      • setInformation

        public void setInformation​(String information)
        Sets value for attribute information
      • getUserName

        public String getUserName()
        Gets value for attribute userName
      • setUserName

        public void setUserName​(String userName)
        Sets value for attribute userName
      • getUserCode

        public String getUserCode()
        Gets value for attribute userName
      • setUserCode

        public void setUserCode​(String userName)
        Sets value for attribute userName
      • getServerName

        public String getServerName()
        Gets value for attribute serverName
      • setServerName

        public void setServerName​(String serverName)
        Sets value for attribute serverName
      • getClientName

        public String getClientName()
        Gets value for attribute clientName
      • setClientName

        public void setClientName​(String clientName)
        Sets value for attribute clientName
      • getClientAddress

        public String getClientAddress()
        Gets value for attribute clientAddress
      • setClientAddress

        public void setClientAddress​(String clientAddress)
        Sets value for attribute clientAddress
      • getAccessType

        public String getAccessType()
        Gets value for attribute accessType
      • setAccessType

        public void setAccessType​(String accessType)
        Sets value for attribute accessType
      • getAccessProtocol

        public String getAccessProtocol()
        Gets value for attribute accessProtocol
      • setAccessProtocol

        public void setAccessProtocol​(String accessProtocol)
        Sets value for attribute accessProtocol
      • getUserFullName

        public String getUserFullName()
        Gets value for attribute userFullName
      • setUserFullName

        public void setUserFullName​(String userFullName)
        Sets value for attribute userFullName
      • getJumpServerGroup

        public String getJumpServerGroup()
        Gets value for attribute jumpServerGroup
      • setJumpServerGroup

        public void setJumpServerGroup​(String jumpServerGroup)
        Sets value for attribute jumpServerGroup
      • getAccountName

        public String getAccountName()
        Gets value for attribute accountName
      • setAccountName

        public void setAccountName​(String accountName)
        Sets value for attribute accountName
      • toString

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

        public static AccessLog toAccessLog​(RegistreAcces vo)
        Creates a AccessLog value object based on a RegistreAcces object.
      • toAccessLogArray

        public static AccessLog[] toAccessLogArray​(RegistreAcces[] source)
        Creates a AccessLog array on a RegistreAcces array.
      • toAccessLog

        public static void toAccessLog​(RegistreAcces source,
                                       AccessLog target)
        Updates a AccessLog value object based on a RegistreAcces object.