-
- 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 IntegergetN()Gets the value of the 'n' field. voidsetN(Integer value)Sets the value of the 'n' field. booleanisNDirty()Checks the dirty status of the 'n' field. IntegergetScroll()Gets the value of the 'scroll' field. voidsetScroll(Integer value)Sets the value of the 'scroll' field. booleanisScrollDirty()Checks the dirty status of the 'scroll' field. CharSequencegetSt()Gets the value of the 'st' field. voidsetSt(CharSequence value)Sets the value of the 'st' field. booleanisStDirty()Checks the dirty status of the 'st' field. CharSequencegetR()Gets the value of the 'r' field. voidsetR(CharSequence value)Sets the value of the 'r' field. booleanisRDirty()Checks the dirty status of the 'r' field. CharSequencegetIdl()Gets the value of the 'idl' field. voidsetIdl(CharSequence value)Sets the value of the 'idl' field. booleanisIdlDirty()Checks the dirty status of the 'idl' field. CharSequencegetEc()Gets the value of the 'ec' field. voidsetEc(CharSequence value)Sets the value of the 'ec' field. booleanisEcDirty()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.
-
getSt
CharSequence getSt()
Gets the value of the 'st' field.
-
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.
-
getR
CharSequence getR()
Gets the value of the 'r' field.
-
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.
-
getIdl
CharSequence getIdl()
Gets the value of the 'idl' field.
-
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.
-
getEc
CharSequence getEc()
Gets the value of the 'ec' field.
-
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.
-
-
-
-