|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.inventory.objects.OrderChannelTypeBean
This bean provides access to the ORDCHNLTYP table.
The following is a description of this table:
Reserved for IBM internal use.
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 |
public OrderChannelTypeBean()
Method Detail |
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.
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.
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.
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.
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.
aLastupdate
- java.sql.Timestamppublic 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.
aName
- java.lang.Stringpublic 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.
aOrdChnlTypId
- java.lang.Longpublic 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.
aPaymentTransType
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |