Class RegistrationRecord

java.lang.Object
org.nustaq.reallive.records.RecordWrapper
org.nustaq.kontraktor.apputil.RegistrationRecord
All Implemented Interfaces:
java.io.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:
Serialized Form
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String TYPE_REGISTRATION  

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

    record
  • Constructor Summary

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

    Modifier and Type Method Description
    RegistrationRecord confirmed​(boolean confirmed)  
    boolean isConfirmed()  

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

    equals, get, getFields, getKey, getLastModified, getRecord, getSequence, hashCode, internal_incSequence, internal_setLastModified, internal_updateLastModified, key, put, toString, 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

    arr, asMap, asString, copied, getBool, getDouble, getFields, getInt, getKey, getKeyVals, getLastModified, getLong, getRec, getSafeString, getSequence, getString, getValue, internal_incSequence, internal_setLastModified, internal_updateLastModified, key, merge, put, rec, recarr, reduced

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

    getType, type