Package 

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

      Modifier and Type Method Description
      Long getId() Gets the value of the 'id' field.
      void setId(Long value) Sets the value of the 'id' field.
      boolean isIdDirty() Checks the dirty status of the 'id' field.
      Long getParentId() Gets the value of the 'parentId' field.
      void setParentId(Long value) Sets the value of the 'parentId' field.
      boolean isParentIdDirty() Checks the dirty status of the 'parentId' field.
      CharSequence getName() Gets the value of the 'name' field.
      void setName(CharSequence value) Sets the value of the 'name' field.
      boolean isNameDirty() Checks the dirty status of the 'name' field.
      Map<CharSequence, CharSequence> getFields() Gets the value of the 'fields' field.
      void setFields(Map<CharSequence, CharSequence> value) Sets the value of the 'fields' field.
      boolean isFieldsDirty() Checks the dirty status of the 'fields' field.
      • Methods inherited from class ai.platon.pulsar.persist.gora.generated.GFieldGroup

        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

      • getId

         Long getId()

        Gets the value of the 'id' field.

      • setId

         void setId(Long value)

        Sets the value of the 'id' field.

        Parameters:
        value - the value to set.
      • isIdDirty

         boolean isIdDirty()

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

      • setParentId

         void setParentId(Long value)

        Sets the value of the 'parentId' field.

        Parameters:
        value - the value to set.
      • isParentIdDirty

         boolean isParentIdDirty()

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

      • setName

         void setName(CharSequence value)

        Sets the value of the 'name' field.

        Parameters:
        value - the value to set.
      • isNameDirty

         boolean isNameDirty()

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

      • isFieldsDirty

         boolean isFieldsDirty()

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