Package org.nustaq.kontraktor.apputil
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
FieldsFields inherited from class org.nustaq.reallive.records.RecordWrapper
recordFields inherited from interface org.nustaq.reallive.api.Record
_NULL_ -
Constructor Summary
ConstructorsConstructorDescriptionRegistrationRecord(String key) RegistrationRecord(org.nustaq.reallive.api.Record record) RegistrationRecord(org.nustaq.serialization.coders.Unknown data) -
Method Summary
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, WrapMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.nustaq.kontraktor.apputil.recordwrappermixins.CreationMixin
creation, getCreationMethods inherited from interface org.nustaq.kontraktor.apputil.recordwrappermixins.EmailMixin
email, getEmailMethods inherited from interface org.nustaq.reallive.query.EvalContext
getMethods inherited from interface org.nustaq.kontraktor.apputil.recordwrappermixins.NameMixin
getName, nameMethods inherited from interface org.nustaq.kontraktor.apputil.recordwrappermixins.PwdMixin
getPwd, pwdMethods 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
-
Field Details
-
TYPE_REGISTRATION
- See Also:
-
-
Constructor Details
-
RegistrationRecord
public RegistrationRecord(org.nustaq.reallive.api.Record record) -
RegistrationRecord
-
RegistrationRecord
public RegistrationRecord(org.nustaq.serialization.coders.Unknown data)
-
-
Method Details
-
confirmed
-
isConfirmed
public boolean isConfirmed()
-