public class OrderLine extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
float |
ol_amount |
int |
ol_d_id |
long |
ol_delivery_d |
String |
ol_dist_info |
int |
ol_i_id |
int |
ol_number |
int |
ol_o_id |
int |
ol_quantity |
int |
ol_supply_w_id |
int |
ol_w_id |
| Constructor and Description |
|---|
OrderLine() |
public int ol_w_id
public int ol_d_id
public int ol_o_id
public int ol_number
public int ol_i_id
public int ol_supply_w_id
public int ol_quantity
public long ol_delivery_d
public float ol_amount
public String ol_dist_info
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.