Subversion Repositories SmartDukaan

Rev

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

Rev 28653 Rev 34186
Line 24... Line 24...
24
    public void setType (String type)
24
    public void setType (String type)
25
    {
25
    {
26
        this.type = type;
26
        this.type = type;
27
    }
27
    }
28
 
28
 
-
 
29
    @Override
-
 
30
    public String toString() {
-
 
31
        return "CartMessage{" +
-
 
32
                "messageText='" + messageText + '\'' +
-
 
33
                ", type='" + type + '\'' +
-
 
34
                '}';
-
 
35
    }
29
}
36
}
30
37