Class Session

    • Method Detail

      • getUserName

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

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

        public String getServerHostName()
        Gets value for attribute serverHostName
      • setServerHostName

        public void setServerHostName​(String serverHostName)
        Sets value for attribute serverHostName
      • getClientHostName

        public String getClientHostName()
        Gets value for attribute clientHostName
      • setClientHostName

        public void setClientHostName​(String clientHostName)
        Sets value for attribute clientHostName
      • getPort

        public Long getPort()
        Gets value for attribute port
      • setPort

        public void setPort​(Long port)
        Sets value for attribute port
      • getId

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

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

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

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

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

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

        public String getKey()
        Gets value for attribute key
      • setKey

        public void setKey​(String key)
        Sets value for attribute key
      • getKeepAliveDate

        public Calendar getKeepAliveDate()
        Gets value for attribute keepAliveDate
      • setKeepAliveDate

        public void setKeepAliveDate​(Calendar keepAliveDate)
        Sets value for attribute keepAliveDate
      • getTemporaryKey

        public String getTemporaryKey()
        Gets value for attribute temporaryKey
      • setTemporaryKey

        public void setTemporaryKey​(String temporaryKey)
        Sets value for attribute temporaryKey
      • getAccessLogId

        public Long getAccessLogId()
        Gets value for attribute accessLogId
      • setAccessLogId

        public void setAccessLogId​(Long accessLogId)
        Sets value for attribute accessLogId
      • getUrl

        public String getUrl()
        Gets value for attribute url
      • setUrl

        public void setUrl​(String url)
        Sets value for attribute url
      • getAuthenticationMethod

        public String getAuthenticationMethod()
        Gets value for attribute authenticationMethod
      • setAuthenticationMethod

        public void setAuthenticationMethod​(String authenticationMethod)
        Sets value for attribute authenticationMethod
      • getType

        public TipusSessio getType()
        Gets value for attribute type
      • setType

        public void setType​(TipusSessio type)
        Sets value for attribute type
      • getMonitorUrl

        public String getMonitorUrl()
        Gets value for attribute monitorUrl
      • setMonitorUrl

        public void setMonitorUrl​(String monitorUrl)
        Sets value for attribute monitorUrl
      • getSessionUrl

        public String getSessionUrl()
        Gets value for attribute sessionUrl
      • setSessionUrl

        public void setSessionUrl​(String sessionUrl)
        Sets value for attribute sessionUrl
      • getAccountName

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

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

        public String getTenantName()
        Gets value for attribute tenantName
      • setTenantName

        public void setTenantName​(String tenantName)
        Sets value for attribute tenantName
      • toString

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

        public static Session toSession​(Sessio vo)
        Creates a Session value object based on a Sessio object.
      • toSessionList

        public static List<Session> toSessionList​(Collection<Sessio> source)
        Creates a Session list on a Sessio collection.
      • toSessionAsyncList

        public static AsyncList<Session> toSessionAsyncList​(AsyncList<Sessio> source)
        Creates a Session asynclist on a Sessio collection.
      • toSessionArray

        public static Session[] toSessionArray​(Sessio[] source)
        Creates a Session array on a Sessio array.
      • toSession

        public static void toSession​(Sessio source,
                                     Session target)
        Updates a Session value object based on a Sessio object.