-
- 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 long
id
protected DateTime
created
protected DateTime
modified
protected String
comment
public final static Parcelable.Creator<MenigaUpcomingComment>
CREATOR
-
Method Summary
Modifier and Type Method Description MenigaUpcomingComment
clone()
int
describeContents()
void
writeToParcel(Parcel dest, int flags)
boolean
equals(Object o)
int
hashCode()
long
getId()
DateTime
getCreated()
DateTime
getModified()
String
getComment()
-
-
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()
-
-
-
-