-
- All Implemented Interfaces:
-
android.os.Parcelable,java.io.Serializable,java.lang.Cloneable
public class MenigaUpcomingComment implements Serializable, Parcelable, Cloneable
Copyright 2017 Meniga Iceland Inc.
-
-
Field Summary
Fields Modifier and Type Field Description protected longidprotected DateTimecreatedprotected DateTimemodifiedprotected Stringcommentpublic final static Parcelable.Creator<MenigaUpcomingComment>CREATOR
-
Method Summary
Modifier and Type Method Description MenigaUpcomingCommentclone()intdescribeContents()voidwriteToParcel(Parcel dest, int flags)booleanequals(Object o)inthashCode()longgetId()DateTimegetCreated()DateTimegetModified()StringgetComment()-
-
Method Detail
-
clone
MenigaUpcomingComment clone()
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
hashCode
int hashCode()
-
getId
long getId()
-
getCreated
DateTime getCreated()
-
getModified
DateTime getModified()
-
getComment
String getComment()
-
-
-
-