Class ViewAuditAuthorSummary

  • All Implemented Interfaces:
    com.hack23.cia.model.common.api.ModelObject, java.io.Serializable

    @Entity(name="ViewAuditAuthorSummary")
    public class ViewAuditAuthorSummary
    extends java.lang.Object
    implements com.hack23.cia.model.common.api.ModelObject

    Java class for ViewAuditAuthorSummary complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="ViewAuditAuthorSummary">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="id" type="{http://www.w3.org/2001/XMLSchema}long"/>
             <element name="author" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="changes" type="{http://www.w3.org/2001/XMLSchema}long"/>
             <element name="firstDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
             <element name="lastDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • id

        protected long id
      • author

        protected java.lang.String author
      • changes

        protected long changes
      • firstDate

        protected java.util.Date firstDate
      • lastDate

        protected java.util.Date lastDate
    • Constructor Detail

      • ViewAuditAuthorSummary

        public ViewAuditAuthorSummary()
    • Method Detail

      • getId

        public long getId()
        Gets the value of the id property.
      • setId

        public void setId​(long value)
        Sets the value of the id property.
      • getAuthor

        public java.lang.String getAuthor()
        Gets the value of the author property.
        Returns:
        possible object is String
      • setAuthor

        public void setAuthor​(java.lang.String value)
        Sets the value of the author property.
        Parameters:
        value - allowed object is String
      • getChanges

        public long getChanges()
        Gets the value of the changes property.
      • setChanges

        public void setChanges​(long value)
        Sets the value of the changes property.
      • getFirstDate

        public java.util.Date getFirstDate()
        Gets the value of the firstDate property.
        Returns:
        possible object is String
      • setFirstDate

        public void setFirstDate​(java.util.Date value)
        Sets the value of the firstDate property.
        Parameters:
        value - allowed object is String
      • getLastDate

        public java.util.Date getLastDate()
        Gets the value of the lastDate property.
        Returns:
        possible object is String
      • setLastDate

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

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

        public final boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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