Subversion Repositories SmartDukaan

Rev

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

Rev 32465 Rev 34118
Line 240... Line 240...
240
 
240
 
241
    public void setFofoAssociate(boolean fofoAssociate) {
241
    public void setFofoAssociate(boolean fofoAssociate) {
242
        this.fofoAssociate = fofoAssociate;
242
        this.fofoAssociate = fofoAssociate;
243
    }
243
    }
244
 
244
 
-
 
245
 
-
 
246
    // toString in json format
-
 
247
    @Override
-
 
248
    public String toString() {
-
 
249
        return "CreateRefferalRequest{" +
-
 
250
                "firstName='" + firstName + '\'' +
-
 
251
                ", lastName='" + lastName + '\'' +
-
 
252
                ", city='" + city + '\'' +
-
 
253
                ", state='" + state + '\'' +
-
 
254
                ", mobile='" + mobile + '\'' +
-
 
255
                ", address='" + address + '\'' +
-
 
256
                ", status=" + status +
-
 
257
                ", remark='" + remark + '\'' +
-
 
258
                ", assignTo=" + assignTo +
-
 
259
                ", source='" + source + '\'' +
-
 
260
                ", colorCheck=" + colorCheck +
-
 
261
                ", reason='" + reason + '\'' +
-
 
262
                ", communicationType=" + communicationType +
-
 
263
                ", closureTimestamp=" + closureTimestamp +
-
 
264
                ", outletName='" + outletName + '\'' +
-
 
265
                ", counterSize=" + counterSize +
-
 
266
                ", frontp=" + frontp +
-
 
267
                ", internalLongShot=" + internalLongShot +
-
 
268
                ", frontWithMarket=" + frontWithMarket +
-
 
269
                ", internalLeftWall=" + internalLeftWall +
-
 
270
                ", internalRightWall=" + internalRightWall +
-
 
271
                ", leadBrands=" + leadBrands +
-
 
272
                ", schelduleTimestamp=" + schelduleTimestamp +
-
 
273
                ", reffereeEmail='" + reffereeEmail + '\'' +
-
 
274
                ", fofoAssociate=" + fofoAssociate +
-
 
275
                '}';
-
 
276
    }
-
 
277
 
245
}
278
}