-
- 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
public class GActiveDomStatus extends PersistentBase implements SpecificRecord, Persistent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumGActiveDomStatus.FieldEnum containing all data bean's fields.
public classGActiveDomStatus.BuilderRecordBuilder for GActiveDomStatus instances.
public final classGActiveDomStatus.Tombstone
-
Field Summary
Fields Modifier and Type Field Description public final static SchemaSCHEMA$public final static Array<String>_ALL_FIELDSprivate intnprivate intscrollprivate CharSequencestprivate CharSequencerprivate CharSequenceidlprivate CharSequenceec
-
Method Summary
Modifier and Type Method Description voidsetN(Integer value)Sets the value of the 'n' field. voidsetScroll(Integer value)Sets the value of the 'scroll' field. CharSequencegetSt()Gets the value of the 'st' field. voidsetSt(CharSequence value)Sets the value of the 'st' field. CharSequencegetR()Gets the value of the 'r' field. voidsetR(CharSequence value)Sets the value of the 'r' field. CharSequencegetIdl()Gets the value of the 'idl' field. voidsetIdl(CharSequence value)Sets the value of the 'idl' field. CharSequencegetEc()Gets the value of the 'ec' field. voidsetEc(CharSequence value)Sets the value of the 'ec' field. intgetFieldsCount()Gets the total field count. SchemagetSchema()Objectget(int field$)voidput(int field$, Object value)booleanisNDirty()Checks the dirty status of the 'n' field. booleanisScrollDirty()Checks the dirty status of the 'scroll' field. booleanisStDirty()Checks the dirty status of the 'st' field. booleanisRDirty()Checks the dirty status of the 'r' field. booleanisIdlDirty()Checks the dirty status of the 'idl' field. booleanisEcDirty()Checks the dirty status of the 'ec' field. static GActiveDomStatus.BuildernewBuilder()Creates a new GActiveDomStatus RecordBuilder static GActiveDomStatus.BuildernewBuilder(GActiveDomStatus.Builder other)Creates a new GActiveDomStatus RecordBuilder by copying an existing Builder static GActiveDomStatus.BuildernewBuilder(GActiveDomStatus other)Creates a new GActiveDomStatus RecordBuilder by copying an existing GActiveDomStatus instance GActiveDomStatus.TombstonegetTombstone()GActiveDomStatusnewInstance()voidwriteExternal(ObjectOutput out)Writes AVRO data bean to output stream in the form of AVRO Binary encoding format. voidreadExternal(ObjectInput in)Reads AVRO data bean from input stream in it s AVRO Binary encoding format to Java object format.This will transform AVRO data bean from it s serializable form to deserialized Java object form. -
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.
-
setScroll
void setScroll(Integer value)
Sets the value of the 'scroll' field.
- Parameters:
value- the value to set.
-
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.
-
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.
-
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.
-
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.
-
getFieldsCount
int getFieldsCount()
Gets the total field count.
-
getSchema
Schema getSchema()
-
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.
-
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.
-
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.
-
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.
-
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.
-
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.
-
newBuilder
static GActiveDomStatus.Builder newBuilder()
Creates a new GActiveDomStatus RecordBuilder
-
newBuilder
static GActiveDomStatus.Builder newBuilder(GActiveDomStatus.Builder other)
Creates a new GActiveDomStatus RecordBuilder by copying an existing Builder
-
newBuilder
static GActiveDomStatus.Builder newBuilder(GActiveDomStatus other)
Creates a new GActiveDomStatus RecordBuilder by copying an existing GActiveDomStatus instance
-
getTombstone
GActiveDomStatus.Tombstone getTombstone()
-
newInstance
GActiveDomStatus newInstance()
-
writeExternal
void writeExternal(ObjectOutput out)
Writes AVRO data bean to output stream in the form of AVRO Binary encoding format. This will transformAVRO data bean from its Java object form to it s serializable form.
- Parameters:
out- java.io.
-
readExternal
void readExternal(ObjectInput in)
Reads AVRO data bean from input stream in it s AVRO Binary encoding format to Java object format.This will transform AVRO data bean from it s serializable form to deserialized Java object form.
- Parameters:
in- java.io.
-
-
-
-