Package 

Class GActiveDomStat.Tombstone

  • All Implemented Interfaces:
    java.io.Externalizable , java.io.Serializable , java.lang.Comparable , org.apache.avro.generic.GenericContainer , org.apache.avro.generic.GenericRecord , org.apache.avro.generic.IndexedRecord , org.apache.avro.specific.SpecificRecord , org.apache.gora.persistency.Dirtyable , org.apache.gora.persistency.Persistent , org.apache.gora.persistency.Tombstone

    
    public final class GActiveDomStat.Tombstone
    extends GActiveDomStat implements Tombstone
                        
    • Method Summary

      Modifier and Type Method Description
      Integer getNi() Gets the value of the 'ni' field.
      void setNi(Integer value) Sets the value of the 'ni' field.
      boolean isNiDirty() Checks the dirty status of the 'ni' field.
      Integer getNa() Gets the value of the 'na' field.
      void setNa(Integer value) Sets the value of the 'na' field.
      boolean isNaDirty() Checks the dirty status of the 'na' field.
      Integer getNnm() Gets the value of the 'nnm' field.
      void setNnm(Integer value) Sets the value of the 'nnm' field.
      boolean isNnmDirty() Checks the dirty status of the 'nnm' field.
      Integer getNst() Gets the value of the 'nst' field.
      void setNst(Integer value) Sets the value of the 'nst' field.
      boolean isNstDirty() Checks the dirty status of the 'nst' field.
      Integer getW() Gets the value of the 'w' field.
      void setW(Integer value) Sets the value of the 'w' field.
      boolean isWDirty() Checks the dirty status of the 'w' field.
      Integer getH() Gets the value of the 'h' field.
      void setH(Integer value) Sets the value of the 'h' field.
      boolean isHDirty() Checks the dirty status of the 'h' field.
      • Methods inherited from class ai.platon.pulsar.persist.gora.generated.GActiveDomStat

        get, getFieldsCount, getSchema, getTombstone, newBuilder, newBuilder, newBuilder, newInstance, put, readExternal, writeExternal
      • Methods inherited from class org.apache.gora.persistency.impl.PersistentBase

        clear, clearDirty, equals, getDirtyBytes, getFieldsCount, getUnmanagedFields, isDirty, setDirty, setDirtyBytes
      • Methods inherited from class org.apache.avro.specific.SpecificRecordBase

        compareTo, get, getConverion, getConversion, getSchema, hashCode, put, readExternal, toString, writeExternal
      • Methods inherited from class org.apache.gora.persistency.Persistent

        getTombstone, newInstance
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • setNi

         void setNi(Integer value)

        Sets the value of the 'ni' field.

        Parameters:
        value - the value to set.
      • isNiDirty

         boolean isNiDirty()

        Checks the dirty status of the 'ni' field. A field is dirty if it represents a change that has not yet been written to the database.

      • setNa

         void setNa(Integer value)

        Sets the value of the 'na' field.

        Parameters:
        value - the value to set.
      • isNaDirty

         boolean isNaDirty()

        Checks the dirty status of the 'na' field. A field is dirty if it represents a change that has not yet been written to the database.

      • setNnm

         void setNnm(Integer value)

        Sets the value of the 'nnm' field.

        Parameters:
        value - the value to set.
      • isNnmDirty

         boolean isNnmDirty()

        Checks the dirty status of the 'nnm' field. A field is dirty if it represents a change that has not yet been written to the database.

      • setNst

         void setNst(Integer value)

        Sets the value of the 'nst' field.

        Parameters:
        value - the value to set.
      • isNstDirty

         boolean isNstDirty()

        Checks the dirty status of the 'nst' field. A field is dirty if it represents a change that has not yet been written to the database.

      • setW

         void setW(Integer value)

        Sets the value of the 'w' field.

        Parameters:
        value - the value to set.
      • isWDirty

         boolean isWDirty()

        Checks the dirty status of the 'w' field. A field is dirty if it represents a change that has not yet been written to the database.

      • setH

         void setH(Integer value)

        Sets the value of the 'h' field.

        Parameters:
        value - the value to set.
      • isHDirty

         boolean isHDirty()

        Checks the dirty status of the 'h' field. A field is dirty if it represents a change that has not yet been written to the database.