-
- 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 IntegergetNi()Gets the value of the 'ni' field. voidsetNi(Integer value)Sets the value of the 'ni' field. booleanisNiDirty()Checks the dirty status of the 'ni' field. IntegergetNa()Gets the value of the 'na' field. voidsetNa(Integer value)Sets the value of the 'na' field. booleanisNaDirty()Checks the dirty status of the 'na' field. IntegergetNnm()Gets the value of the 'nnm' field. voidsetNnm(Integer value)Sets the value of the 'nnm' field. booleanisNnmDirty()Checks the dirty status of the 'nnm' field. IntegergetNst()Gets the value of the 'nst' field. voidsetNst(Integer value)Sets the value of the 'nst' field. booleanisNstDirty()Checks the dirty status of the 'nst' field. IntegergetW()Gets the value of the 'w' field. voidsetW(Integer value)Sets the value of the 'w' field. booleanisWDirty()Checks the dirty status of the 'w' field. IntegergetH()Gets the value of the 'h' field. voidsetH(Integer value)Sets the value of the 'h' field. booleanisHDirty()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.
-
-
-
-