Class ViewAuditDataSummary

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

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

    Java class for ViewAuditDataSummary complex type.

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

     <complexType name="ViewAuditDataSummary">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="id" type="{http://www.w3.org/2001/XMLSchema}long"/>
             <element name="dataType" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="dataSize" type="{http://www.w3.org/2001/XMLSchema}long"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • id

        protected long id
      • dataType

        protected java.lang.String dataType
      • dataSize

        protected long dataSize
    • Constructor Detail

      • ViewAuditDataSummary

        public ViewAuditDataSummary()
    • 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.
      • getDataType

        public java.lang.String getDataType()
        Gets the value of the dataType property.
        Returns:
        possible object is String
      • setDataType

        public void setDataType​(java.lang.String value)
        Sets the value of the dataType property.
        Parameters:
        value - allowed object is String
      • getDataSize

        public long getDataSize()
        Gets the value of the dataSize property.
      • setDataSize

        public void setDataSize​(long value)
        Sets the value of the dataSize property.
      • 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