Class CommentHistoryRecord

java.lang.Object
org.nustaq.reallive.records.RecordWrapper
org.nustaq.kontraktor.apputil.comments.CommentHistoryRecord
All Implemented Interfaces:
java.io.Serializable, AuthorMixin<CommentHistoryRecord>, CreationMixin<CommentHistoryRecord>, ForeignKeyMixin<CommentHistoryRecord>, IdMixin<CommentHistoryRecord>, ImageUrlMixin<CommentHistoryRecord>, ParentIdMixin<CommentHistoryRecord>, TextMixin<CommentHistoryRecord>, TypeMixin<CommentHistoryRecord>, org.nustaq.reallive.api.Record, org.nustaq.reallive.query.EvalContext

public class CommentHistoryRecord
extends org.nustaq.reallive.records.RecordWrapper
implements TextMixin<CommentHistoryRecord>, CreationMixin<CommentHistoryRecord>, AuthorMixin<CommentHistoryRecord>, ImageUrlMixin<CommentHistoryRecord>, ParentIdMixin<CommentHistoryRecord>, TypeMixin<CommentHistoryRecord>, ForeignKeyMixin<CommentHistoryRecord>, IdMixin<CommentHistoryRecord>
See Also:
Serialized Form
  • Field Summary

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

    record
  • Constructor Summary

    Constructors 
    Constructor Description
    CommentHistoryRecord​(java.lang.String key)  
    CommentHistoryRecord​(org.nustaq.reallive.api.Record record)  
  • Method Summary

    Modifier and Type Method Description
    CommentHistoryRecord affectedParentUser​(java.lang.String m)  
    CommentHistoryRecord editorId​(java.lang.String m)  
    java.lang.String getAffectedParentUser()  
    java.lang.String getEditorId()  
    java.util.Set<java.lang.String> getMentions()  
    CommentHistoryRecord mentions​(java.util.Set<java.lang.String> m)  

    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.AuthorMixin

    author, getAuthor

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

    creation, getCreation

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

    get

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

    foreignKey, getForeignKey

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

    getId, id

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

    getImageURL, imageURL

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

    getParentId, parentId

    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.TextMixin

    getText, text

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

    getType, type