
@Entity(name="ApplicationSession") public class ApplicationSession extends Object implements Serializable, com.hack23.cia.model.common.api.ModelObject, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Java class for ApplicationSession complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="ApplicationSession">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="modelObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="modelObjectVersion" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="createdDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="destroyedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="ipInformation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="userAgentInformation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="sessionId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="userId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="locale" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="operatingSystem" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="sessionType" type="{http://system.application.internal.model.cia.hack23.com/impl}ApplicationSessionType" minOccurs="0"/>
         <element name="events" type="{http://system.application.internal.model.cia.hack23.com/impl}ApplicationActionEvent" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected Date | createdDate | 
| protected Date | destroyedDate | 
| protected List<ApplicationActionEvent> | events | 
| protected Long | hjid | 
| protected String | ipInformation | 
| protected String | locale | 
| protected Integer | modelObjectId | 
| protected Integer | modelObjectVersion | 
| protected String | operatingSystem | 
| protected String | sessionId | 
| protected ApplicationSessionType | sessionType | 
| protected String | userAgentInformation | 
| protected String | userId | 
| Constructor and Description | 
|---|
| ApplicationSession() | 
| Modifier and Type | Method and Description | 
|---|---|
| StringBuilder | append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
      StringBuilder buffer,
      org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) | 
| StringBuilder | appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
            StringBuilder buffer,
            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) | 
| boolean | equals(Object object) | 
| boolean | equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
      org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
      Object object,
      org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) | 
| Date | getCreatedDate()Gets the value of the createdDate property. | 
| Date | getDestroyedDate()Gets the value of the destroyedDate property. | 
| List<ApplicationActionEvent> | getEvents()Gets the value of the events property. | 
| Long | getHjid()Gets the value of the hjid property. | 
| String | getIpInformation()Gets the value of the ipInformation property. | 
| String | getLocale()Gets the value of the locale property. | 
| Integer | getModelObjectId()Gets the value of the modelObjectId property. | 
| Integer | getModelObjectVersion()Gets the value of the modelObjectVersion property. | 
| String | getOperatingSystem()Gets the value of the operatingSystem property. | 
| String | getSessionId()Gets the value of the sessionId property. | 
| ApplicationSessionType | getSessionType()Gets the value of the sessionType property. | 
| String | getUserAgentInformation()Gets the value of the userAgentInformation property. | 
| String | getUserId()Gets the value of the userId property. | 
| int | hashCode() | 
| int | hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
        org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) | 
| void | setCreatedDate(Date value)Sets the value of the createdDate property. | 
| void | setDestroyedDate(Date value)Sets the value of the destroyedDate property. | 
| void | setEvents(List<ApplicationActionEvent> events) | 
| void | setHjid(Long value)Sets the value of the hjid property. | 
| void | setIpInformation(String value)Sets the value of the ipInformation property. | 
| void | setLocale(String value)Sets the value of the locale property. | 
| void | setModelObjectId(Integer value)Sets the value of the modelObjectId property. | 
| void | setModelObjectVersion(Integer value)Sets the value of the modelObjectVersion property. | 
| void | setOperatingSystem(String value)Sets the value of the operatingSystem property. | 
| void | setSessionId(String value)Sets the value of the sessionId property. | 
| void | setSessionType(ApplicationSessionType value)Sets the value of the sessionType property. | 
| void | setUserAgentInformation(String value)Sets the value of the userAgentInformation property. | 
| void | setUserId(String value)Sets the value of the userId property. | 
| String | toString() | 
| ApplicationSession | withCreatedDate(Date value) | 
| ApplicationSession | withDestroyedDate(Date value) | 
| ApplicationSession | withEvents(ApplicationActionEvent... values) | 
| ApplicationSession | withEvents(Collection<ApplicationActionEvent> values) | 
| ApplicationSession | withEvents(List<ApplicationActionEvent> events) | 
| ApplicationSession | withIpInformation(String value) | 
| ApplicationSession | withLocale(String value) | 
| ApplicationSession | withModelObjectId(Integer value) | 
| ApplicationSession | withModelObjectVersion(Integer value) | 
| ApplicationSession | withOperatingSystem(String value) | 
| ApplicationSession | withSessionId(String value) | 
| ApplicationSession | withSessionType(ApplicationSessionType value) | 
| ApplicationSession | withUserAgentInformation(String value) | 
| ApplicationSession | withUserId(String value) | 
protected Integer modelObjectId
protected Integer modelObjectVersion
protected Date createdDate
protected Date destroyedDate
protected String ipInformation
protected String userAgentInformation
protected String sessionId
protected String userId
protected String locale
protected String operatingSystem
protected ApplicationSessionType sessionType
protected List<ApplicationActionEvent> events
protected Long hjid
public Integer getModelObjectId()
Integerpublic void setModelObjectId(Integer value)
value - allowed object is
     Integerpublic Integer getModelObjectVersion()
Integerpublic void setModelObjectVersion(Integer value)
value - allowed object is
     Integerpublic Date getCreatedDate()
Stringpublic void setCreatedDate(Date value)
value - allowed object is
     Stringpublic Date getDestroyedDate()
Stringpublic void setDestroyedDate(Date value)
value - allowed object is
     Stringpublic String getIpInformation()
Stringpublic void setIpInformation(String value)
value - allowed object is
     Stringpublic String getUserAgentInformation()
Stringpublic void setUserAgentInformation(String value)
value - allowed object is
     Stringpublic String getSessionId()
Stringpublic void setSessionId(String value)
value - allowed object is
     Stringpublic String getUserId()
Stringpublic void setUserId(String value)
value - allowed object is
     Stringpublic String getLocale()
Stringpublic void setLocale(String value)
value - allowed object is
     Stringpublic String getOperatingSystem()
Stringpublic void setOperatingSystem(String value)
value - allowed object is
     Stringpublic ApplicationSessionType getSessionType()
ApplicationSessionTypepublic void setSessionType(ApplicationSessionType value)
value - allowed object is
     ApplicationSessionTypepublic List<ApplicationActionEvent> getEvents()
 This accessor method returns a reference to the live list,
 not a snapshot. Therefore any modification you make to the
 returned list will be present inside the JAXB object.
 This is why there is not a set method for the events property.
 
 
For example, to add a new item, do as follows:
    getEvents().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 ApplicationActionEvent
public void setEvents(List<ApplicationActionEvent> events)
public ApplicationSession withModelObjectId(Integer value)
public ApplicationSession withModelObjectVersion(Integer value)
public ApplicationSession withCreatedDate(Date value)
public ApplicationSession withDestroyedDate(Date value)
public ApplicationSession withIpInformation(String value)
public ApplicationSession withUserAgentInformation(String value)
public ApplicationSession withSessionId(String value)
public ApplicationSession withUserId(String value)
public ApplicationSession withLocale(String value)
public ApplicationSession withOperatingSystem(String value)
public ApplicationSession withSessionType(ApplicationSessionType value)
public ApplicationSession withEvents(ApplicationActionEvent... values)
public ApplicationSession withEvents(Collection<ApplicationActionEvent> values)
public ApplicationSession withEvents(List<ApplicationActionEvent> events)
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic void setHjid(Long value)
value - allowed object is
     Longpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                      org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                      Object object,
                      org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodeCopyright © 2010–2017 www.hack23.com. All rights reserved.