Subversion Repositories SmartDukaan

Rev

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

Rev 34121 Rev 34287
Line 105... Line 105...
105
    @Id
105
    @Id
106
    @Column(name = "id")
106
    @Column(name = "id")
107
    @GeneratedValue(strategy = GenerationType.IDENTITY)
107
    @GeneratedValue(strategy = GenerationType.IDENTITY)
108
    private int id;
108
    private int id;
109
 
109
 
-
 
110
    @Column(name = "pending_order_id")
-
 
111
    private int pendingOrderId;
-
 
112
 
110
    @Column(name = "fofo_id")
113
    @Column(name = "fofo_id")
111
    private int fofoId;
114
    private int fofoId;
112
 
115
 
113
    @Column(name = "customer_id")
116
    @Column(name = "customer_id")
114
    private int customerId;
117
    private int customerId;
Line 178... Line 181...
178
 
181
 
179
    public void setId(int id) {
182
    public void setId(int id) {
180
        this.id = id;
183
        this.id = id;
181
    }
184
    }
182
 
185
 
-
 
186
    public int getPendingOrderId() {
-
 
187
        return pendingOrderId;
-
 
188
    }
-
 
189
 
-
 
190
    public void setPendingOrderId(int pendingOrderId) {
-
 
191
        this.pendingOrderId = pendingOrderId;
-
 
192
    }
-
 
193
 
183
    public int getFofoId() {
194
    public int getFofoId() {
184
        return fofoId;
195
        return fofoId;
185
    }
196
    }
186
 
197
 
187
    public void setFofoId(int fofoId) {
198
    public void setFofoId(int fofoId) {