-
- All Implemented Interfaces:
-
android.os.Parcelable
,java.io.Serializable
public class MenigaTermType implements Parcelable, Serializable
Copyright 2017 Meniga Iceland Inc.
-
-
Field Summary
Fields Modifier and Type Field Description protected long
id
protected String
name
protected String
description
public final static Parcelable.Creator<MenigaTermType>
CREATOR
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
hashCode()
int
describeContents()
void
writeToParcel(Parcel dest, int flags)
long
getId()
String
getName()
String
getDescription()
-
-
Method Detail
-
hashCode
int hashCode()
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
getId
long getId()
-
getDescription
String getDescription()
-
-
-
-