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
-
Constructor Summary
Constructors Constructor Description CommentHistoryRecord(java.lang.String key)CommentHistoryRecord(org.nustaq.reallive.api.Record record) -
Method Summary
Modifier and Type Method Description CommentHistoryRecordaffectedParentUser(java.lang.String m)CommentHistoryRecordeditorId(java.lang.String m)java.lang.StringgetAffectedParentUser()java.lang.StringgetEditorId()java.util.Set<java.lang.String>getMentions()CommentHistoryRecordmentions(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, WrapMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.nustaq.kontraktor.apputil.recordwrappermixins.AuthorMixin
author, getAuthorMethods inherited from interface org.nustaq.kontraktor.apputil.recordwrappermixins.CreationMixin
creation, getCreationMethods inherited from interface org.nustaq.kontraktor.apputil.recordwrappermixins.ForeignKeyMixin
foreignKey, getForeignKeyMethods inherited from interface org.nustaq.kontraktor.apputil.recordwrappermixins.IdMixin
getId, idMethods inherited from interface org.nustaq.kontraktor.apputil.recordwrappermixins.ImageUrlMixin
getImageURL, imageURLMethods inherited from interface org.nustaq.kontraktor.apputil.recordwrappermixins.ParentIdMixin
getParentId, parentIdMethods 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
-
Constructor Details
-
CommentHistoryRecord
public CommentHistoryRecord(org.nustaq.reallive.api.Record record) -
CommentHistoryRecord
public CommentHistoryRecord(java.lang.String key)
-
-
Method Details
-
getMentions
public java.util.Set<java.lang.String> getMentions() -
mentions
-
getAffectedParentUser
public java.lang.String getAffectedParentUser() -
affectedParentUser
-
getEditorId
public java.lang.String getEditorId() -
editorId
-