Package org.nustaq.kontraktor.apputil
Class UserRecord
java.lang.Object
org.nustaq.reallive.records.RecordWrapper
org.nustaq.kontraktor.apputil.UserRecord
- All Implemented Interfaces:
Serializable,CreationMixin<UserRecord>,EmailMixin<UserRecord>,ImageUrlMixin<UserRecord>,NameMixin<UserRecord>,PwdMixin<UserRecord>,RoleMixin<UserRecord>,TypeMixin<UserRecord>,org.nustaq.reallive.api.Record,org.nustaq.reallive.query.EvalContext
public class UserRecord
extends org.nustaq.reallive.records.RecordWrapper
implements NameMixin<UserRecord>, CreationMixin<UserRecord>, EmailMixin<UserRecord>, PwdMixin<UserRecord>, TypeMixin<UserRecord>, RoleMixin<UserRecord>, ImageUrlMixin<UserRecord>
- See Also:
-
Field Summary
Fields inherited from class org.nustaq.reallive.records.RecordWrapper
recordFields inherited from interface org.nustaq.reallive.api.Record
_NULL_ -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic UserRecordlightVersion(org.nustaq.reallive.api.Record rec) 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.ImageUrlMixin
getImageURL, imageURLMethods 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
-
Constructor Details
-
UserRecord
public UserRecord(org.nustaq.reallive.api.Record record) -
UserRecord
-
-
Method Details
-
lightVersion
-