-
- All Implemented Interfaces:
-
android.os.Parcelable,java.io.Serializable,java.lang.Cloneable
public class TermsType implements Parcelable, Serializable, Cloneable
Copyright 2017 Meniga Iceland Inc.
-
-
Field Summary
Fields Modifier and Type Field Description protected intidprotected Stringnameprotected Stringdescriptionpublic final static Parcelable.Creator<TermsType>CREATOR
-
Constructor Summary
Constructors Constructor Description TermsType()
-
Method Summary
Modifier and Type Method Description booleanequals(Object o)inthashCode()intdescribeContents()voidwriteToParcel(Parcel dest, int flags)intgetId()StringgetName()StringgetDescription()-
-
Method Detail
-
hashCode
int hashCode()
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
getId
int getId()
-
getDescription
String getDescription()
-
-
-
-