Class Oorder

java.lang.Object
  extended byOorder
All Implemented Interfaces:
java.io.Serializable

public class Oorder
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 int o_all_local
           
 int o_c_id
           
 int o_carrier_id
           
 int o_d_id
           
 long o_entry_d
           
 int o_id
           
 int o_ol_cnt
           
 int o_w_id
           
 
Constructor Summary
Oorder()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

o_id

public int o_id

o_w_id

public int o_w_id

o_d_id

public int o_d_id

o_c_id

public int o_c_id

o_carrier_id

public int o_carrier_id

o_ol_cnt

public int o_ol_cnt

o_all_local

public int o_all_local

o_entry_d

public long o_entry_d
Constructor Detail

Oorder

public Oorder()
Method Detail

toString

public java.lang.String toString()