|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.order.objects.OrderMemberGroupRelationshipBean
This bean provides access to the ORDERMGP table.
The following is a description of this table:
This table is used to track the customer profiles to which an Order is associated.
Constructor Summary | |
OrderMemberGroupRelationshipBean()
|
Method Summary | |
java.lang.Long |
getMemberGroupId()
This method provides access to the ORDERMGP.MBRGRP_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getOrdersId()
This method provides access to the ORDERMGP.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
void |
setMemberGroupId(java.lang.Long aMemberGroupId)
This method provides access to the ORDERMGP.MBRGRP_ID column of DB2 type BIGINT NOT NULL. |
void |
setOrdersId(java.lang.Long aOrdersId)
This method provides access to the ORDERMGP.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
Constructor Detail |
public OrderMemberGroupRelationshipBean()
Method Detail |
public java.lang.Long getMemberGroupId()
This method provides access to the ORDERMGP.MBRGRP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to the MBRGRP table.
public java.lang.Long getOrdersId()
This method provides access to the ORDERMGP.ORDERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to the ORDERS table.
public void setMemberGroupId(java.lang.Long aMemberGroupId)
This method provides access to the ORDERMGP.MBRGRP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to the MBRGRP table.
aMemberGroupId
- java.lang.Longpublic void setOrdersId(java.lang.Long aOrdersId)
This method provides access to the ORDERMGP.ORDERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to the ORDERS table.
aOrdersId
- java.lang.Long
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |