-
- 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 LonggetId()Gets the value of the 'id' field. voidsetId(Long value)Sets the value of the 'id' field. booleanisIdDirty()Checks the dirty status of the 'id' field. LonggetParentId()Gets the value of the 'parentId' field. voidsetParentId(Long value)Sets the value of the 'parentId' field. booleanisParentIdDirty()Checks the dirty status of the 'parentId' field. CharSequencegetName()Gets the value of the 'name' field. voidsetName(CharSequence value)Sets the value of the 'name' field. booleanisNameDirty()Checks the dirty status of the 'name' field. Map<CharSequence, CharSequence>getFields()Gets the value of the 'fields' field. voidsetFields(Map<CharSequence, CharSequence> value)Sets the value of the 'fields' field. booleanisFieldsDirty()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
-
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.
-
getParentId
Long getParentId()
Gets the value of the 'parentId' field.
-
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.
-
getName
CharSequence getName()
Gets the value of the 'name' field.
-
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.
-
getFields
Map<CharSequence, CharSequence> getFields()
Gets the value of the 'fields' field.
-
setFields
void setFields(Map<CharSequence, CharSequence> value)
Sets the value of the 'fields' field.
- Parameters:
value- the value to set.
-
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.
-
-
-
-