com.ibm.commerce.inventory.objects
Class OrderChannelTypeBean

com.ibm.commerce.inventory.objects.OrderChannelTypeBean
All Implemented Interfaces:
java.io.Serializable

public class OrderChannelTypeBean
implements java.io.Serializable

This bean provides access to the ORDCHNLTYP table.

The following is a description of this table:

Reserved for IBM internal use.

See Also:
Serialized Form

Constructor Summary
OrderChannelTypeBean()
           
 
Method Summary
 java.sql.Timestamp getLastupdate()
          This method provides access to the ORDCHNLTYP.LASTUPDATE column of DB2 type TIMESTAMP NULL.
 java.lang.String getName()
          This method provides access to the ORDCHNLTYP.NAME column of DB2 type VARCHAR(200) NULL.
 java.lang.Long getOrdChnlTypId()
          This method provides access to the ORDCHNLTYP.ORDCHNLTYP_ID column of DB2 type BIGINT NOT NULL.
 java.lang.String getPaymentTransType()
          This method provides access to the ORDCHNLTYP.PAYMENTTRANSTYPE column of DB2 type CHAR(4) NULL.
 void setLastupdate(java.sql.Timestamp aLastupdate)
          This method provides access to the ORDCHNLTYP.LASTUPDATE column of DB2 type TIMESTAMP NULL.
 void setName(java.lang.String aName)
          This method provides access to the ORDCHNLTYP.NAME column of DB2 type VARCHAR(200) NULL.
 void setOrdChnlTypId(java.lang.Long aOrdChnlTypId)
          This method provides access to the ORDCHNLTYP.ORDCHNLTYP_ID column of DB2 type BIGINT NOT NULL.
 void setPaymentTransType(java.lang.String aPaymentTransType)
          This method provides access to the ORDCHNLTYP.PAYMENTTRANSTYPE column of DB2 type CHAR(4) NULL.
 

Constructor Detail

OrderChannelTypeBean

public OrderChannelTypeBean()
Method Detail

getLastupdate

public java.sql.Timestamp getLastupdate()

This method provides access to the ORDCHNLTYP.LASTUPDATE column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Reserved for IBM internal use.

Returns:
java.sql.Timestamp

getName

public java.lang.String getName()

This method provides access to the ORDCHNLTYP.NAME column of DB2 type VARCHAR(200) NULL.

The following is a description of this column:

Reserved for IBM internal use.

Returns:
java.lang.String

getOrdChnlTypId

public java.lang.Long getOrdChnlTypId()

This method provides access to the ORDCHNLTYP.ORDCHNLTYP_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Reserved for IBM internal use.

Returns:
java.lang.Long

getPaymentTransType

public java.lang.String getPaymentTransType()

This method provides access to the ORDCHNLTYP.PAYMENTTRANSTYPE column of DB2 type CHAR(4) NULL.

The following is a description of this column:

Reserved for IBM internal use.

Returns:
java.lang.String

setLastupdate

public void setLastupdate(java.sql.Timestamp aLastupdate)

This method provides access to the ORDCHNLTYP.LASTUPDATE column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Reserved for IBM internal use.

Parameters:
aLastupdate - java.sql.Timestamp
Returns:
void

setName

public void setName(java.lang.String aName)

This method provides access to the ORDCHNLTYP.NAME column of DB2 type VARCHAR(200) NULL.

The following is a description of this column:

Reserved for IBM internal use.

Parameters:
aName - java.lang.String
Returns:
void

setOrdChnlTypId

public void setOrdChnlTypId(java.lang.Long aOrdChnlTypId)

This method provides access to the ORDCHNLTYP.ORDCHNLTYP_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Reserved for IBM internal use.

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

setPaymentTransType

public void setPaymentTransType(java.lang.String aPaymentTransType)

This method provides access to the ORDCHNLTYP.PAYMENTTRANSTYPE column of DB2 type CHAR(4) NULL.

The following is a description of this column:

Reserved for IBM internal use.

Parameters:
aPaymentTransType - java.lang.String
Returns:
void