Subversion Repositories SmartDukaan

Rev

Rev 20640 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 20640 Rev 22577
Line 6... Line 6...
6
 */
6
 */
7
 
7
 
8
package com.aramex.stub;
8
package com.aramex.stub;
9
 
9
 
10
public class ClientInfo  implements java.io.Serializable {
10
public class ClientInfo  implements java.io.Serializable {
-
 
11
    @Override
-
 
12
	public String toString() {
-
 
13
		return "ClientInfo [userName=" + userName + ", password=" + password + ", version=" + version + ", accountNumber=" + accountNumber
-
 
14
				+ ", accountPin=" + accountPin + ", accountEntity=" + accountEntity + ", accountCountryCode=" + accountCountryCode
-
 
15
				+ ", source=" + source + "]";
-
 
16
	}
-
 
17
 
11
    private java.lang.String userName;
18
	private java.lang.String userName;
12
 
19
 
13
    private java.lang.String password;
20
    private java.lang.String password;
14
 
21
 
15
    private java.lang.String version;
22
    private java.lang.String version;
16
 
23