Subversion Repositories SmartDukaan

Rev

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

Rev 36181 Rev 36210
Line 16... Line 16...
16
    private long revival;
16
    private long revival;
17
    private long outOfSequenceCount;
17
    private long outOfSequenceCount;
18
    private long movedToFuture;
18
    private long movedToFuture;
19
    private long l2CallingList;
19
    private long l2CallingList;
20
    private boolean l2Position;
20
    private boolean l2Position;
-
 
21
    private long l3CallingList;
-
 
22
    private boolean l3Position;
21
 
23
 
22
    public int getAuthId() {
24
    public int getAuthId() {
23
        return authId;
25
        return authId;
24
    }
26
    }
25
 
27
 
Line 152... Line 154...
152
    }
154
    }
153
 
155
 
154
    public void setL2Position(boolean l2Position) {
156
    public void setL2Position(boolean l2Position) {
155
        this.l2Position = l2Position;
157
        this.l2Position = l2Position;
156
    }
158
    }
-
 
159
 
-
 
160
    public long getL3CallingList() {
-
 
161
        return l3CallingList;
-
 
162
    }
-
 
163
 
-
 
164
    public void setL3CallingList(long l3CallingList) {
-
 
165
        this.l3CallingList = l3CallingList;
-
 
166
    }
-
 
167
 
-
 
168
    public boolean isL3Position() {
-
 
169
        return l3Position;
-
 
170
    }
-
 
171
 
-
 
172
    public void setL3Position(boolean l3Position) {
-
 
173
        this.l3Position = l3Position;
-
 
174
    }
157
}
175
}