Package 

Class GActiveDomStatus.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 GActiveDomStatus.Tombstone
    extends GActiveDomStatus implements Tombstone
                        
    • Method Summary

      Modifier and Type Method Description
      Integer getN() Gets the value of the 'n' field.
      void setN(Integer value) Sets the value of the 'n' field.
      boolean isNDirty() Checks the dirty status of the 'n' field.
      Integer getScroll() Gets the value of the 'scroll' field.
      void setScroll(Integer value) Sets the value of the 'scroll' field.
      boolean isScrollDirty() Checks the dirty status of the 'scroll' field.
      CharSequence getSt() Gets the value of the 'st' field.
      void setSt(CharSequence value) Sets the value of the 'st' field.
      boolean isStDirty() Checks the dirty status of the 'st' field.
      CharSequence getR() Gets the value of the 'r' field.
      void setR(CharSequence value) Sets the value of the 'r' field.
      boolean isRDirty() Checks the dirty status of the 'r' field.
      CharSequence getIdl() Gets the value of the 'idl' field.
      void setIdl(CharSequence value) Sets the value of the 'idl' field.
      boolean isIdlDirty() Checks the dirty status of the 'idl' field.
      CharSequence getEc() Gets the value of the 'ec' field.
      void setEc(CharSequence value) Sets the value of the 'ec' field.
      boolean isEcDirty() Checks the dirty status of the 'ec' field.
      • Methods inherited from class ai.platon.pulsar.persist.gora.generated.GActiveDomStatus

        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

      • setN

         void setN(Integer value)

        Sets the value of the 'n' field.

        Parameters:
        value - the value to set.
      • isNDirty

         boolean isNDirty()

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

      • setScroll

         void setScroll(Integer value)

        Sets the value of the 'scroll' field.

        Parameters:
        value - the value to set.
      • isScrollDirty

         boolean isScrollDirty()

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

      • setSt

         void setSt(CharSequence value)

        Sets the value of the 'st' field.

        Parameters:
        value - the value to set.
      • isStDirty

         boolean isStDirty()

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

      • setR

         void setR(CharSequence value)

        Sets the value of the 'r' field.

        Parameters:
        value - the value to set.
      • isRDirty

         boolean isRDirty()

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

      • setIdl

         void setIdl(CharSequence value)

        Sets the value of the 'idl' field.

        Parameters:
        value - the value to set.
      • isIdlDirty

         boolean isIdlDirty()

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

      • setEc

         void setEc(CharSequence value)

        Sets the value of the 'ec' field.

        Parameters:
        value - the value to set.
      • isEcDirty

         boolean isEcDirty()

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