Class Fact

  • All Implemented Interfaces:
    java.io.Serializable

    public class Fact
    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="objectType" type="{http://flower.com/docs/domain/fact}ObjectType"/&gt; &lt;element name="objectId" type="{http://flower.com/docs/domain/common}Id"/&gt; &lt;element name="user" type="{http://www.w3.org/2001/XMLSchema}string"/&gt; &lt;element name="action" type="{http://www.w3.org/2001/XMLSchema}string"/&gt; &lt;element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/&gt; &lt;element name="requestId" type="{http://www.w3.org/2001/XMLSchema}string"/&gt; &lt;element name="technical" type="{http://www.w3.org/2001/XMLSchema}boolean"/&gt; &lt;element name="creationDate" type="{http://flower.com/docs/domain/common}ISODateType"/&gt; &lt;element name="updatedFields" type="{http://flower.com/docs/domain/common}ResultField" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Fact()
      Default no-arg constructor abc
      Fact​(Id id, ObjectType objectType, Id objectId, java.lang.String user, java.lang.String action, java.lang.String description, java.lang.String requestId, boolean technical, java.util.Date creationDate, java.util.List<ResultField> updatedFields)
      Fully-initialising value constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object other)  
      java.lang.String getAction()
      Gets the value of the action property.
      java.util.Date getCreationDate()
      Gets the value of the creationDate property.
      java.lang.String getDescription()
      Gets the value of the description property.
      Id getObjectId()
      Gets the value of the objectId property.
      ObjectType getObjectType()
      Gets the value of the objectType property.
      java.lang.String getRequestId()
      Gets the value of the requestId property.
      java.util.List<ResultField> getUpdatedFields()
      Gets the value of the updatedFields property.
      java.lang.String getUser()
      Gets the value of the user property.
      int hashCode()  
      boolean isTechnical()
      Gets the value of the technical property.
      void setAction​(java.lang.String value)
      Sets the value of the action property.
      void setCreationDate​(java.util.Date value)
      Sets the value of the creationDate property.
      void setDescription​(java.lang.String value)
      Sets the value of the description property.
      void setObjectId​(Id value)
      Sets the value of the objectId property.
      void setObjectType​(ObjectType value)
      Sets the value of the objectType property.
      void setRequestId​(java.lang.String value)
      Sets the value of the requestId property.
      void setTechnical​(boolean value)
      Sets the value of the technical property.
      void setUpdatedFields​(java.util.List<ResultField> value)  
      void setUser​(java.lang.String 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

      • objectId

        protected Id objectId
      • user

        protected java.lang.String user
      • action

        protected java.lang.String action
      • description

        protected java.lang.String description
      • requestId

        protected java.lang.String requestId
      • technical

        protected boolean technical
      • creationDate

        protected java.util.Date creationDate
      • updatedFields

        protected java.util.List<ResultField> updatedFields
    • Constructor Detail

      • Fact

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

        public Fact​(Id id,
                    ObjectType objectType,
                    Id objectId,
                    java.lang.String user,
                    java.lang.String action,
                    java.lang.String description,
                    java.lang.String requestId,
                    boolean technical,
                    java.util.Date creationDate,
                    java.util.List<ResultField> updatedFields)
        Fully-initialising value constructor
    • Method Detail

      • getObjectType

        public ObjectType getObjectType()
        Gets the value of the objectType property.
        Returns:
        possible object is ObjectType
      • setObjectType

        public void setObjectType​(ObjectType value)
        Sets the value of the objectType property.
        Parameters:
        value - allowed object is ObjectType
      • getObjectId

        public Id getObjectId()
        Gets the value of the objectId property.
        Returns:
        possible object is Id
      • setObjectId

        public void setObjectId​(Id value)
        Sets the value of the objectId property.
        Parameters:
        value - allowed object is Id
      • getUser

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

        public void setUser​(java.lang.String value)
        Sets the value of the user property.
        Parameters:
        value - allowed object is String
      • getAction

        public java.lang.String getAction()
        Gets the value of the action property.
        Returns:
        possible object is String
      • setAction

        public void setAction​(java.lang.String value)
        Sets the value of the action property.
        Parameters:
        value - allowed object is String
      • getDescription

        public java.lang.String getDescription()
        Gets the value of the description property.
        Returns:
        possible object is String
      • setDescription

        public void setDescription​(java.lang.String value)
        Sets the value of the description property.
        Parameters:
        value - allowed object is String
      • getRequestId

        public java.lang.String getRequestId()
        Gets the value of the requestId property.
        Returns:
        possible object is String
      • setRequestId

        public void setRequestId​(java.lang.String value)
        Sets the value of the requestId property.
        Parameters:
        value - allowed object is String
      • isTechnical

        public boolean isTechnical()
        Gets the value of the technical property.
      • setTechnical

        public void setTechnical​(boolean value)
        Sets the value of the technical property.
      • 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
      • getUpdatedFields

        public java.util.List<ResultField> getUpdatedFields()
        Gets the value of the updatedFields 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 updatedFields property. <p> For example, to add a new item, do as follows: <pre> getUpdatedFields().add(newItem); </pre> <p> Objects of the following type(s) are allowed in the list ResultField
      • 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
      • setUpdatedFields

        public void setUpdatedFields​(java.util.List<ResultField> value)