Subversion Repositories SmartDukaan

Rev

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

Rev 35079 Rev 37120
Line 186... Line 186...
186
    }
186
    }
187
 
187
 
188
    private String reffereeEmail;
188
    private String reffereeEmail;
189
    private boolean fofoAssociate;
189
    private boolean fofoAssociate;
190
 
190
 
-
 
191
    // ---- LMS auto-assignment (optional; when absent the legacy manual-assign path is used) ----
-
 
192
    /** Picked cs.region id — drives region → BM/RSM resolution via cs.position. */
-
 
193
    private Integer regionId;
-
 
194
    /** Creation path: "A" = BGC outbound, "B" = field encounter (geo mandatory). Defaults to A. */
-
 
195
    private String creationPath;
-
 
196
 
-
 
197
    public Integer getRegionId() {
-
 
198
        return regionId;
-
 
199
    }
-
 
200
 
-
 
201
    public void setRegionId(Integer regionId) {
-
 
202
        this.regionId = regionId;
-
 
203
    }
-
 
204
 
-
 
205
    public String getCreationPath() {
-
 
206
        return creationPath;
-
 
207
    }
-
 
208
 
-
 
209
    public void setCreationPath(String creationPath) {
-
 
210
        this.creationPath = creationPath;
-
 
211
    }
-
 
212
 
191
    public String getFirstName() {
213
    public String getFirstName() {
192
        return firstName;
214
        return firstName;
193
    }
215
    }
194
 
216
 
195
    public void setFirstName(String firstName) {
217
    public void setFirstName(String firstName) {