Class SessionRepresentation


  • public class SessionRepresentation
    extends Object
    Created by st on 29/03/17.
    • Constructor Detail

      • SessionRepresentation

        public SessionRepresentation()
    • Method Detail

      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • getIpAddress

        public String getIpAddress()
      • setIpAddress

        public void setIpAddress​(String ipAddress)
      • getStarted

        public int getStarted()
      • setStarted

        public void setStarted​(int started)
      • getLastAccess

        public int getLastAccess()
      • setLastAccess

        public void setLastAccess​(int lastAccess)
      • getExpires

        public int getExpires()
      • setExpires

        public void setExpires​(int expires)
      • setBrowser

        public void setBrowser​(String browser)
      • getBrowser

        public String getBrowser()
      • getCurrent

        public Boolean getCurrent()
      • setCurrent

        public void setCurrent​(Boolean current)