|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.vodafone360.people.datatypes.LoginDetails
public class LoginDetails
BaseDataType encapsulating login details.
| Nested Class Summary | |
|---|---|
private static class |
LoginDetails.MemberData
Enumeration of data items in LoginDetails Parcel. |
| Field Summary | |
|---|---|
boolean |
mAutoConnect
|
java.lang.String |
mMobileNo
|
java.lang.String |
mPassword
|
boolean |
mRememberMe
|
java.lang.String |
mSubscriberId
|
java.lang.String |
mUsername
|
| Constructor Summary | |
|---|---|
LoginDetails()
Default constructor. |
|
| Method Summary | |
|---|---|
void |
copy(LoginDetails source)
Copy LoginDetails item. |
int |
describeContents()
|
private void |
readFromParcel(Parcel in)
Read LoginDetails item from supplied Parcel. |
java.lang.String |
toString()
|
void |
writeToParcel(Parcel dest,
int flags)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String mUsername
public java.lang.String mPassword
public java.lang.String mMobileNo
public boolean mRememberMe
public boolean mAutoConnect
public java.lang.String mSubscriberId
| Constructor Detail |
|---|
public LoginDetails()
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic void copy(LoginDetails source)
source - LoginDetails item to copy.private void readFromParcel(Parcel in)
in - Parcel containing LoginDetails.public int describeContents()
public void writeToParcel(Parcel dest,
int flags)
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
JavaDoc