Class RegistrationRecord

java.lang.Object
org.nustaq.reallive.records.RecordWrapper
org.nustaq.kontraktor.apputil.RegistrationRecord
All Implemented Interfaces:
Serializable, CreationMixin<RegistrationRecord>, EmailMixin<RegistrationRecord>, NameMixin<RegistrationRecord>, PwdMixin<RegistrationRecord>, TypeMixin<RegistrationRecord>, org.nustaq.reallive.api.Record, org.nustaq.reallive.query.EvalContext

public class RegistrationRecord extends org.nustaq.reallive.records.RecordWrapper implements CreationMixin<RegistrationRecord>, TypeMixin<RegistrationRecord>, NameMixin<RegistrationRecord>, EmailMixin<RegistrationRecord>, PwdMixin<RegistrationRecord>
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     

    Fields inherited from class org.nustaq.reallive.records.RecordWrapper

    record

    Fields inherited from interface org.nustaq.reallive.api.Record

    _NULL_
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    RegistrationRecord(org.nustaq.reallive.api.Record record)
     
    RegistrationRecord(org.nustaq.serialization.coders.Unknown data)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    confirmed(boolean confirmed)
     
    boolean
     

    Methods inherited from class org.nustaq.reallive.records.RecordWrapper

    containsKey, equals, get, getFields, getKey, getLastModified, getRecord, getSequence, hashCode, internal_incSequence, internal_put, internal_setLastModified, internal_updateLastModified, key, put, shallowCopy, toString, transformCopy, Wrap

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.nustaq.kontraktor.apputil.recordwrappermixins.CreationMixin

    creation, getCreation

    Methods inherited from interface org.nustaq.kontraktor.apputil.recordwrappermixins.EmailMixin

    email, getEmail

    Methods inherited from interface org.nustaq.reallive.query.EvalContext

    get

    Methods inherited from interface org.nustaq.kontraktor.apputil.recordwrappermixins.NameMixin

    getName, name

    Methods inherited from interface org.nustaq.kontraktor.apputil.recordwrappermixins.PwdMixin

    getPwd, pwd

    Methods inherited from interface org.nustaq.reallive.api.Record

    _afterLoad, asDouble, asList, asLoggingString, asLong, asMap, asSet, containsKey, deepCopy, deepMerge, defaultEquals, getArr, getAsList, getBool, getDouble, getFields, getFieldSet, getInt, getKey, getKeyVals, getLastModified, getLong, getRec, getRecord, getSafeString, getSequence, getString, getValue, haveRec, internal_incSequence, internal_put, internal_setLastModified, internal_updateLastModified, join, key, mget, mgetNum, mgetString, omit, omitRecursivelyInPlace, put, putTransforming, reduced, replaceValues, shallowCopy, stripOps, toJson, toPrettyString, transformCopy, validateForJsonability

    Methods inherited from interface org.nustaq.kontraktor.apputil.recordwrappermixins.TypeMixin

    getType, type
  • Field Details

  • Constructor Details

    • RegistrationRecord

      public RegistrationRecord(org.nustaq.reallive.api.Record record)
    • RegistrationRecord

      public RegistrationRecord(String key)
    • RegistrationRecord

      public RegistrationRecord(org.nustaq.serialization.coders.Unknown data)
  • Method Details

    • confirmed

      public RegistrationRecord confirmed(boolean confirmed)
    • isConfirmed

      public boolean isConfirmed()