Class LoginHistory

  • All Implemented Interfaces:
    java.io.Serializable

    public class LoginHistory
    extends IdentifiableElement
    implements java.io.Serializable
    <p>Java class for anonymous complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType&gt; &lt;complexContent&gt; &lt;extension base="{http://flower.com/docs/domain/common}IdentifiableElement"&gt; &lt;sequence&gt; &lt;element name="user" type="{http://flower.com/docs/domain/common}Id"/&gt; &lt;element name="profiles" type="{http://flower.com/docs/domain/common}Id" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="creationDate" type="{http://www.w3.org/2001/XMLSchema}date"/&gt; &lt;/sequence&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      LoginHistory()
      Default no-arg constructor abc
      LoginHistory​(Id id, Id user, java.util.List<Id> profiles, java.util.Date creationDate)
      Fully-initialising value constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object other)  
      java.util.Date getCreationDate()
      Gets the value of the creationDate property.
      java.util.List<Id> getProfiles()
      Gets the value of the profiles property.
      Id getUser()
      Gets the value of the user property.
      int hashCode()  
      void setCreationDate​(java.util.Date value)
      Sets the value of the creationDate property.
      void setProfiles​(java.util.List<Id> value)  
      void setUser​(Id value)
      Sets the value of the user property.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • user

        protected Id user
      • profiles

        protected java.util.List<Id> profiles
      • creationDate

        protected java.util.Date creationDate
    • Constructor Detail

      • LoginHistory

        public LoginHistory()
        Default no-arg constructor abc
      • LoginHistory

        public LoginHistory​(Id id,
                            Id user,
                            java.util.List<Id> profiles,
                            java.util.Date creationDate)
        Fully-initialising value constructor
    • Method Detail

      • getUser

        public Id getUser()
        Gets the value of the user property.
        Returns:
        possible object is Id
      • setUser

        public void setUser​(Id value)
        Sets the value of the user property.
        Parameters:
        value - allowed object is Id
      • getProfiles

        public java.util.List<Id> getProfiles()
        Gets the value of the profiles property. <p> 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 <CODE>set</CODE> method for the profiles property. <p> For example, to add a new item, do as follows: <pre> getProfiles().add(newItem); </pre> <p> Objects of the following type(s) are allowed in the list Id
      • getCreationDate

        public java.util.Date getCreationDate()
        Gets the value of the creationDate property.
        Returns:
        possible object is String
      • setCreationDate

        public void setCreationDate​(java.util.Date value)
        Sets the value of the creationDate property.
        Parameters:
        value - allowed object is String
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • setProfiles

        public void setProfiles​(java.util.List<Id> value)