android.accounts
Class Account

java.lang.Object
  extended by android.accounts.Account
All Implemented Interfaces:
Parcelable

public class Account
extends Object
implements Parcelable


Nested Class Summary
 
Nested classes/interfaces inherited from interface android.os.Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
 
Field Summary
static Parcelable.Creator<Account> CREATOR
           
 String name
           
 String type
           
 
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
 
Constructor Summary
Account(Parcel in)
           
Account(String name, String type)
           
 
Method Summary
 int describeContents()
           
 boolean equals(Object o)
           
 int hashCode()
           
 String toString()
           
 void writeToParcel(Parcel dest, int flags)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public final String name

type

public final String type

CREATOR

public static final Parcelable.Creator<Account> CREATOR
Constructor Detail

Account

public Account(String name,
               String type)

Account

public Account(Parcel in)
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

describeContents

public int describeContents()
Specified by:
describeContents in interface Parcelable

writeToParcel

public void writeToParcel(Parcel dest,
                          int flags)
Specified by:
writeToParcel in interface Parcelable

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008-2012. All Rights Reserved.