Subversion Repositories SmartDukaan

Rev

Rev 20640 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 20640 Rev 23632
Line 6... Line 6...
6
 */
6
 */
7
 
7
 
8
package com.aramex.stub;
8
package com.aramex.stub;
9
 
9
 
10
public class Notification  implements java.io.Serializable {
10
public class Notification  implements java.io.Serializable {
-
 
11
    @Override
-
 
12
	public String toString() {
-
 
13
		return "Notification [code=" + code + ", message=" + message + "]";
-
 
14
	}
-
 
15
 
11
    private java.lang.String code;
16
	private java.lang.String code;
12
 
17
 
13
    private java.lang.String message;
18
    private java.lang.String message;
14
 
19
 
15
    public Notification() {
20
    public Notification() {
16
    }
21
    }