|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.orderstatus.objects.OrderFulfillmentItemStatusBean
This bean provides access to the ORDISTAT table.
The following is a description of this table:
This table contains information about the items within a single order for an Order Status Update inbound message. Each row contains information about a single item.
Constructor Summary | |
OrderFulfillmentItemStatusBean()
|
Method Summary | |
java.sql.Timestamp |
getActualShipDateTime()
This method provides access to the ORDISTAT.OIASTIME column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getCurrency()
This method provides access to the ORDISTAT.OICPCUR column of DB2 type CHAR(10) NULL. |
java.lang.Integer |
getField1()
This method provides access to the ORDISTAT.FIELD1 column of DB2 type INTEGER NULL. |
java.math.BigDecimal |
getField2()
This method provides access to the ORDISTAT.FIELD2 column of DB2 type DECIMAL(20,5) NULL. |
java.lang.String |
getField3()
This method provides access to the ORDISTAT.FIELD3 column of DB2 type VARCHAR(254) NULL. |
java.sql.Timestamp |
getInvoiceDateTime()
This method provides access to the ORDISTAT.OIINVTIME column of DB2 type TIMESTAMP NULL. |
java.math.BigDecimal |
getInvoiceValue()
This method provides access to the ORDISTAT.OIINVVAL column of DB2 type DECIMAL(20,5) NULL. |
java.lang.String |
getItemComment()
This method provides access to the ORDISTAT.OICMNT column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getMerchantItemNumber()
This method provides access to the ORDISTAT.OIMITEM column of DB2 type CHAR(30) NULL. |
java.lang.String |
getMerchantOrderNumber()
This method provides access to the ORDISTAT.OSMORDER column of DB2 type CHAR(30) NULL. |
java.lang.Long |
getOrderId()
This method provides access to the ORDISTAT.ORDERS_ID column of DB2 type BIGINT NULL. |
java.lang.Long |
getOrderItemId()
This method provides access to the ORDISTAT.ORDERITMES_ID column of DB2 type BIGINT NULL. |
java.lang.String |
getOrderItemStatus()
This method provides access to the ORDISTAT.OISTATUS column of DB2 type CHAR(32) NULL. |
java.lang.Long |
getOrderItemStatusId()
This method provides access to the ORDISTAT.ORDISTAT_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getPartNumber()
This method provides access to the ORDISTAT.PARTNUMBER column of DB2 type CHAR(64) NULL. |
java.sql.Timestamp |
getPlaceDateTime()
This method provides access to the ORDISTAT.OIPLTIME column of DB2 type TIMESTAMP NULL. |
java.math.BigDecimal |
getPriceTotal()
This method provides access to the ORDISTAT.OIPRTOT column of DB2 type DECIMAL(20,5) NULL. |
java.lang.Integer |
getQuantityConfirmed()
This method provides access to the ORDISTAT.OIQTCONFIRM column of DB2 type INTEGER NULL. |
java.lang.Integer |
getQuantityRequested()
This method provides access to the ORDISTAT.OIQTREQUEST column of DB2 type INTEGER NULL. |
java.lang.Integer |
getQuantityShipped()
This method provides access to the ORDISTAT.OIQTSHIP column of DB2 type INTEGER NULL. |
java.sql.Timestamp |
getRequestShipDateTime()
This method provides access to the ORDISTAT.OIRSTIME column of DB2 type TIMESTAMP NULL. |
java.sql.Timestamp |
getScheduleShipDateTime()
This method provides access to the ORDISTAT.OISSTIME column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getShipCondition()
This method provides access to the ORDISTAT.OISCOND column of DB2 type CHAR(2) NULL. |
java.math.BigDecimal |
getShippingTaxTotal()
This method provides access to the ORDISTAT.OISHTXTOT column of DB2 type DECIMAL(20,5) NULL. |
java.math.BigDecimal |
getShippingTotal()
This method provides access to the ORDISTAT.OISHTOT column of DB2 type DECIMAL(20,5) NULL. |
java.math.BigDecimal |
getTaxTotal()
This method provides access to the ORDISTAT.OISHTXTOT column of DB2 type DECIMAL(20,5) NULL. |
java.lang.String |
getUnitOfMeasure()
This method provides access to the ORDISTAT.OIUOFM column of DB2 type CHAR(20) NULL. |
java.math.BigDecimal |
getUnitPrice()
This method provides access to the ORDISTAT.OIUNPRC column of DB2 type DECIMAL(20,5) NULL. |
java.lang.Integer |
getVersioning()
This method provides access to the ORDISTAT.OIVERNBR column of DB2 type INTEGER NULL. |
void |
setActualShipDateTime(java.sql.Timestamp aActualShipDateTime)
This method provides access to the ORDISTAT.OIASTIME column of DB2 type TIMESTAMP NULL. |
void |
setCurrency(java.lang.String aCurrency)
This method provides access to the ORDISTAT.OICPCUR column of DB2 type CHAR(10) NULL. |
void |
setField1(java.lang.Integer aField1)
This method provides access to the ORDISTAT.FIELD1 column of DB2 type INTEGER NULL. |
void |
setField2(java.math.BigDecimal aField2)
This method provides access to the ORDISTAT.FIELD2 column of DB2 type DECIMAL(20,5) NULL. |
void |
setField3(java.lang.String aField3)
This method provides access to the ORDISTAT.FIELD3 column of DB2 type VARCHAR(254) NULL. |
void |
setInvoiceDateTime(java.sql.Timestamp aInvoiceDateTime)
This method provides access to the ORDISTAT.OIINVTIME column of DB2 type TIMESTAMP NULL. |
void |
setInvoiceValue(java.math.BigDecimal aInvoiceValue)
This method provides access to the ORDISTAT.OIINVVAL column of DB2 type DECIMAL(20,5) NULL. |
void |
setItemComment(java.lang.String aItemComment)
This method provides access to the ORDISTAT.OICMNT column of DB2 type VARCHAR(254) NULL. |
void |
setMerchantItemNumber(java.lang.String aMerchantItemNumber)
This method provides access to the ORDISTAT.OIMITEM column of DB2 type CHAR(30) NULL. |
void |
setMerchantOrderNumber(java.lang.String aMerchantOrderNumber)
This method provides access to the ORDISTAT.OSMORDER column of DB2 type CHAR(30) NULL. |
void |
setOrderId(java.lang.Long aOrderId)
This method provides access to the ORDISTAT.ORDERS_ID column of DB2 type BIGINT NULL. |
void |
setOrderItemId(java.lang.Long aOrderItemId)
This method provides access to the ORDISTAT.ORDERITMES_ID column of DB2 type BIGINT NULL. |
void |
setOrderItemStatus(java.lang.String aOrderItemStatus)
This method provides access to the ORDISTAT.OISTATUS column of DB2 type CHAR(32) NULL. |
void |
setOrderItemStatusId(java.lang.Long aOrderItemStatusId)
This method provides access to the ORDISTAT.ORDISTAT_ID column of DB2 type BIGINT NOT NULL. |
void |
setPartNumber(java.lang.String aPartNumber)
This method provides access to the ORDISTAT.PARTNUMBER column of DB2 type CHAR(64) NULL. |
void |
setPlaceDateTime(java.sql.Timestamp aPlaceDateTime)
This method provides access to the ORDISTAT.OIPLTIME column of DB2 type TIMESTAMP NULL. |
void |
setPriceTotal(java.math.BigDecimal aPriceTotal)
This method provides access to the ORDISTAT.OIPRTOT column of DB2 type DECIMAL(20,5) NULL. |
void |
setQuantityConfirmed(java.lang.Integer aQuantityConfirmed)
This method provides access to the ORDISTAT.OIQTCONFIRM column of DB2 type INTEGER NULL. |
void |
setQuantityRequested(java.lang.Integer aQuantityRequested)
This method provides access to the ORDISTAT.OIQTREQUEST column of DB2 type INTEGER NULL. |
void |
setQuantityShipped(java.lang.Integer aQuantityShipped)
This method provides access to the ORDISTAT.OIQTSHIP column of DB2 type INTEGER NULL. |
void |
setRequestShipDateTime(java.sql.Timestamp aRequestShipDateTime)
This method provides access to the ORDISTAT.OIRSTIME column of DB2 type TIMESTAMP NULL. |
void |
setScheduleShipDateTime(java.sql.Timestamp aScheduleShipDateTime)
This method provides access to the ORDISTAT.OISSTIME column of DB2 type TIMESTAMP NULL. |
void |
setShipCondition(java.lang.String aShipCondition)
This method provides access to the ORDISTAT.OISCOND column of DB2 type CHAR(2) NULL. |
void |
setShippingTaxTotal(java.math.BigDecimal aShippingTaxTotal)
This method provides access to the ORDISTAT.OISHTXTOT column of DB2 type DECIMAL(20,5) NULL. |
void |
setShippingTotal(java.math.BigDecimal aShippingTotal)
This method provides access to the ORDISTAT.OISHTOT column of DB2 type DECIMAL(20,5) NULL. |
void |
setTaxTotal(java.math.BigDecimal aTaxTotal)
This method provides access to the ORDISTAT.OISHTXTOT column of DB2 type DECIMAL(20,5) NULL. |
void |
setUnitOfMeasure(java.lang.String aUnitOfMeasure)
This method provides access to the ORDISTAT.OIUOFM column of DB2 type CHAR(20) NULL. |
void |
setUnitPrice(java.math.BigDecimal aUnitPrice)
This method provides access to the ORDISTAT.OIUNPRC column of DB2 type DECIMAL(20,5) NULL. |
void |
setVersioning(java.lang.Integer aVersioning)
This method provides access to the ORDISTAT.OIVERNBR column of DB2 type INTEGER NULL. |
Constructor Detail |
public OrderFulfillmentItemStatusBean()
Method Detail |
public java.sql.Timestamp getActualShipDateTime()
This method provides access to the ORDISTAT.OIASTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The actual shipping time stamp for the OrderItem.
public java.lang.String getCurrency()
This method provides access to the ORDISTAT.OICPCUR column of DB2 type CHAR(10) NULL.
The following is a description of this column:
Currency in which the price is expressed. This is a currency code as per ISO 4217 standards.
public java.lang.Integer getField1()
This method provides access to the ORDISTAT.FIELD1 column of DB2 type INTEGER NULL.
The following is a description of this column:
Customizable.
public java.math.BigDecimal getField2()
This method provides access to the ORDISTAT.FIELD2 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
public java.lang.String getField3()
This method provides access to the ORDISTAT.FIELD3 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
public java.sql.Timestamp getInvoiceDateTime()
This method provides access to the ORDISTAT.OIINVTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Invoice time stamp for OrderItem.
public java.math.BigDecimal getInvoiceValue()
This method provides access to the ORDISTAT.OIINVVAL column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Net value of the invoice for an OrderItem.
public java.lang.String getItemComment()
This method provides access to the ORDISTAT.OICMNT column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Comment to the status of this OrderItem.
public java.lang.String getMerchantItemNumber()
This method provides access to the ORDISTAT.OIMITEM column of DB2 type CHAR(30) NULL.
The following is a description of this column:
OrderItem number generated by a back end system.
public java.lang.String getMerchantOrderNumber()
This method provides access to the ORDISTAT.OSMORDER column of DB2 type CHAR(30) NULL.
The following is a description of this column:
Order number generated by the backend system.
public java.lang.Long getOrderId()
This method provides access to the ORDISTAT.ORDERS_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
WebSphere Commerce order reference number. Foreign key that references the ORDERS_ID column in the ORDERS time.
public java.lang.Long getOrderItemId()
This method provides access to the ORDISTAT.ORDERITMES_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
WebSphere Commerce OrderItem reference number. Foreign key that references the ORDERITEMS_ID column in the ORDERITEMS table.
public java.lang.String getOrderItemStatus()
This method provides access to the ORDISTAT.OISTATUS column of DB2 type CHAR(32) NULL.
The following is a description of this column:
Status of the OrderItem.
public java.lang.Long getOrderItemStatusId()
This method provides access to the ORDISTAT.ORDISTAT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
OrderItem status reference number. This is a primary key for this table.
public java.lang.String getPartNumber()
This method provides access to the ORDISTAT.PARTNUMBER column of DB2 type CHAR(64) NULL.
The following is a description of this column:
Part number or SKU.
public java.sql.Timestamp getPlaceDateTime()
This method provides access to the ORDISTAT.OIPLTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time stamp when the OrderItem was placed.
public java.math.BigDecimal getPriceTotal()
This method provides access to the ORDISTAT.OIPRTOT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Total product price for the OrderItem.
public java.lang.Integer getQuantityConfirmed()
This method provides access to the ORDISTAT.OIQTCONFIRM column of DB2 type INTEGER NULL.
The following is a description of this column:
Quantity of items confirmed.
public java.lang.Integer getQuantityRequested()
This method provides access to the ORDISTAT.OIQTREQUEST column of DB2 type INTEGER NULL.
The following is a description of this column:
Quantity of items requested.
public java.lang.Integer getQuantityShipped()
This method provides access to the ORDISTAT.OIQTSHIP column of DB2 type INTEGER NULL.
The following is a description of this column:
Quantity of items shipped.
public java.sql.Timestamp getRequestShipDateTime()
This method provides access to the ORDISTAT.OIRSTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time stamp when shipping was requested for the OrderItem.
public java.sql.Timestamp getScheduleShipDateTime()
This method provides access to the ORDISTAT.OISSTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time stamp for the scheduled shipping of the OrderItem.
public java.lang.String getShipCondition()
This method provides access to the ORDISTAT.OISCOND column of DB2 type CHAR(2) NULL.
The following is a description of this column:
Code indicating if partial shipment of the order is accepted. Valid values are SC = ship complete order or SP = ship partial order.
public java.math.BigDecimal getShippingTaxTotal()
This method provides access to the ORDISTAT.OISHTXTOT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Total tax on shipping charges for the OrderItem.
public java.math.BigDecimal getShippingTotal()
This method provides access to the ORDISTAT.OISHTOT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Total shipping charges for the OrderItem.
public java.math.BigDecimal getTaxTotal()
This method provides access to the ORDISTAT.OISHTXTOT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Total tax on shipping charges for the OrderItem.
public java.lang.String getUnitOfMeasure()
This method provides access to the ORDISTAT.OIUOFM column of DB2 type CHAR(20) NULL.
The following is a description of this column:
Unit of measure for the OrderItem.
public java.math.BigDecimal getUnitPrice()
This method provides access to the ORDISTAT.OIUNPRC column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Unit price for the OrderItem.
public java.lang.Integer getVersioning()
This method provides access to the ORDISTAT.OIVERNBR column of DB2 type INTEGER NULL.
The following is a description of this column:
Order status version number. A value of "0" (zero) indicates the most recent version of the order. The highest value indicates the second most recent version of the order.
public void setActualShipDateTime(java.sql.Timestamp aActualShipDateTime)
This method provides access to the ORDISTAT.OIASTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The actual shipping time stamp for the OrderItem.
aActualShipDateTime
- java.sql.Timestamppublic void setCurrency(java.lang.String aCurrency)
This method provides access to the ORDISTAT.OICPCUR column of DB2 type CHAR(10) NULL.
The following is a description of this column:
Currency in which the price is expressed. This is a currency code as per ISO 4217 standards.
aCurrency
- java.lang.Stringpublic void setField1(java.lang.Integer aField1)
This method provides access to the ORDISTAT.FIELD1 column of DB2 type INTEGER NULL.
The following is a description of this column:
Customizable.
aField1
- java.lang.Integerpublic void setField2(java.math.BigDecimal aField2)
This method provides access to the ORDISTAT.FIELD2 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
aField2
- java.math.BigDecimalpublic void setField3(java.lang.String aField3)
This method provides access to the ORDISTAT.FIELD3 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
aField3
- java.lang.Stringpublic void setInvoiceDateTime(java.sql.Timestamp aInvoiceDateTime)
This method provides access to the ORDISTAT.OIINVTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Invoice time stamp for OrderItem.
aInvoiceDateTime
- java.sql.Timestamppublic void setInvoiceValue(java.math.BigDecimal aInvoiceValue)
This method provides access to the ORDISTAT.OIINVVAL column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Net value of the invoice for an OrderItem.
aInvoiceValue
- java.math.BigDecimalpublic void setItemComment(java.lang.String aItemComment)
This method provides access to the ORDISTAT.OICMNT column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Comment to the status of this OrderItem.
aItemComment
- java.lang.Stringpublic void setMerchantItemNumber(java.lang.String aMerchantItemNumber)
This method provides access to the ORDISTAT.OIMITEM column of DB2 type CHAR(30) NULL.
The following is a description of this column:
OrderItem number generated by a backend system.
aMerchantItemNumber
- java.lang.Stringpublic void setMerchantOrderNumber(java.lang.String aMerchantOrderNumber)
This method provides access to the ORDISTAT.OSMORDER column of DB2 type CHAR(30) NULL.
The following is a description of this column:
Order number generated by the backend system.
aMerchantOrderNumber
- java.lang.Stringpublic void setOrderId(java.lang.Long aOrderId)
This method provides access to the ORDISTAT.ORDERS_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
WebSphere Commerce order reference number. Foreign key that references the ORDERS_ID column in the ORDERS time.
aOrderId
- java.lang.Longpublic void setOrderItemId(java.lang.Long aOrderItemId)
This method provides access to the ORDISTAT.ORDERITMES_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
WebSphere Commerce OrderItem reference number. Foreign key that references the ORDERITEMS_ID column in the ORDERITEMS table.
aOrderItemId
- java.lang.Longpublic void setOrderItemStatus(java.lang.String aOrderItemStatus)
This method provides access to the ORDISTAT.OISTATUS column of DB2 type CHAR(32) NULL.
The following is a description of this column:
Status of the OrderItem.
aOrderItemStatus
- java.lang.Stringpublic void setOrderItemStatusId(java.lang.Long aOrderItemStatusId)
This method provides access to the ORDISTAT.ORDISTAT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
OrderItem status reference number. This is a primary key for this table.
aOrderItemStatusId
- java.lang.Longpublic void setPartNumber(java.lang.String aPartNumber)
This method provides access to the ORDISTAT.PARTNUMBER column of DB2 type CHAR(64) NULL.
The following is a description of this column:
Part number or SKU.
aPartNumber
- java.lang.Stringpublic void setPlaceDateTime(java.sql.Timestamp aPlaceDateTime)
This method provides access to the ORDISTAT.OIPLTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time stamp when the OrderItem was placed.
aPlaceDateTime
- java.sql.Timestamppublic void setPriceTotal(java.math.BigDecimal aPriceTotal)
This method provides access to the ORDISTAT.OIPRTOT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Total product price for the OrderItem.
aPriceTotal
- java.math.BigDecimalpublic void setQuantityConfirmed(java.lang.Integer aQuantityConfirmed)
This method provides access to the ORDISTAT.OIQTCONFIRM column of DB2 type INTEGER NULL.
The following is a description of this column:
Quantity of items confirmed.
aQuantityConfirmed
- java.lang.Integerpublic void setQuantityRequested(java.lang.Integer aQuantityRequested)
This method provides access to the ORDISTAT.OIQTREQUEST column of DB2 type INTEGER NULL.
The following is a description of this column:
Quantity of items requested.
aQuantityRequested
- java.lang.Integerpublic void setQuantityShipped(java.lang.Integer aQuantityShipped)
This method provides access to the ORDISTAT.OIQTSHIP column of DB2 type INTEGER NULL.
The following is a description of this column:
Quantity of items shipped.
aQuantityShipped
- java.lang.Integerpublic void setRequestShipDateTime(java.sql.Timestamp aRequestShipDateTime)
This method provides access to the ORDISTAT.OIRSTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time stamp when shipping was requested for the OrderItem.
aRequestShipDateTime
- java.sql.Timestamppublic void setScheduleShipDateTime(java.sql.Timestamp aScheduleShipDateTime)
This method provides access to the ORDISTAT.OISSTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time stamp for the scheduled shipping of the OrderItem.
aScheduleShipDateTime
- java.sql.Timestamppublic void setShipCondition(java.lang.String aShipCondition)
This method provides access to the ORDISTAT.OISCOND column of DB2 type CHAR(2) NULL.
The following is a description of this column:
Code indicating if partial shipment of the order is accepted. Valid values are SC = ship complete order or SP = ship partial order.
aShipCondition
- java.lang.Stringpublic void setShippingTaxTotal(java.math.BigDecimal aShippingTaxTotal)
This method provides access to the ORDISTAT.OISHTXTOT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Total tax on shipping charges for the OrderItem.
aShippingTaxTotal
- java.math.BigDecimalpublic void setShippingTotal(java.math.BigDecimal aShippingTotal)
This method provides access to the ORDISTAT.OISHTOT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Total shipping charges for the OrderItem.
aShippingTotal
- java.math.BigDecimalpublic void setTaxTotal(java.math.BigDecimal aTaxTotal)
This method provides access to the ORDISTAT.OISHTXTOT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Total tax on shipping charges for the OrderItem.
aTaxTotal
- java.math.BigDecimalpublic void setUnitOfMeasure(java.lang.String aUnitOfMeasure)
This method provides access to the ORDISTAT.OIUOFM column of DB2 type CHAR(20) NULL.
The following is a description of this column:
Unit of measure for the OrderItem.
aUnitOfMeasure
- java.lang.Stringpublic void setUnitPrice(java.math.BigDecimal aUnitPrice)
This method provides access to the ORDISTAT.OIUNPRC column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Unit price for the OrderItem.
aUnitPrice
- java.math.BigDecimalpublic void setVersioning(java.lang.Integer aVersioning)
This method provides access to the ORDISTAT.OIVERNBR column of DB2 type INTEGER NULL.
The following is a description of this column:
Order status version number. A value of "0" (zero) indicates the most recent version of the order. The highest value indicates the second most recent version of the order.
aVersioning
- java.lang.Integer
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |