com.ibm.commerce.order.objects
Class OrderMemberGroupRelationshipBean

com.ibm.commerce.order.objects.OrderMemberGroupRelationshipBean
All Implemented Interfaces:
java.io.Serializable

public class OrderMemberGroupRelationshipBean
implements java.io.Serializable

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.

See Also:
Serialized Form

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

OrderMemberGroupRelationshipBean

public OrderMemberGroupRelationshipBean()
Method Detail

getMemberGroupId

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.

Returns:
java.lang.Long

getOrdersId

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.

Returns:
java.lang.Long

setMemberGroupId

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.

Parameters:
aMemberGroupId - java.lang.Long
Returns:
void

setOrdersId

public 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.

Parameters:
aOrdersId - java.lang.Long
Returns:
void