|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.inventory.objects.OutputQueueBean
This bean provides access to the OUTPUTQ table.
The following is a description of this table:
Reserved for IBM internal use.
Constructor Summary | |
OutputQueueBean()
|
Method Summary | |
java.sql.Timestamp |
getLastupdate()
This method provides access to the OUTPUTQ.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getName()
This method provides access to the OUTPUTQ.NAME column of DB2 type VARCHAR(60) NOT NULL. |
java.lang.Long |
getOutputQId()
This method provides access to the OUTPUTQ.OUTPUTQ_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getOutputQType()
This method provides access to the OUTPUTQ.OUTPUTQTYPE column of DB2 type CHAR(4) NULL. |
void |
setLastupdate(java.sql.Timestamp aLastupdate)
This method provides access to the OUTPUTQ.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
void |
setName(java.lang.String aName)
This method provides access to the OUTPUTQ.NAME column of DB2 type VARCHAR(60) NOT NULL. |
void |
setOutputQId(java.lang.Long aOutputQId)
This method provides access to the OUTPUTQ.OUTPUTQ_ID column of DB2 type BIGINT NOT NULL. |
void |
setOutputQType(java.lang.String aOutputQType)
This method provides access to the OUTPUTQ.OUTPUTQTYPE column of DB2 type CHAR(4) NULL. |
Constructor Detail |
public OutputQueueBean()
Method Detail |
public java.sql.Timestamp getLastupdate()
This method provides access to the OUTPUTQ.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 OUTPUTQ.NAME column of DB2 type VARCHAR(60) NOT NULL.
The following is a description of this column:
Reserved for IBM internal use.
public java.lang.Long getOutputQId()
This method provides access to the OUTPUTQ.OUTPUTQ_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 getOutputQType()
This method provides access to the OUTPUTQ.OUTPUTQTYPE 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 OUTPUTQ.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 OUTPUTQ.NAME column of DB2 type VARCHAR(60) NOT NULL.
The following is a description of this column:
Reserved for IBM internal use.
aName
- java.lang.Stringpublic void setOutputQId(java.lang.Long aOutputQId)
This method provides access to the OUTPUTQ.OUTPUTQ_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Reserved for IBM internal use.
aOutputQId
- java.lang.Longpublic void setOutputQType(java.lang.String aOutputQType)
This method provides access to the OUTPUTQ.OUTPUTQTYPE column of DB2 type CHAR(4) NULL.
The following is a description of this column:
Reserved for IBM internal use.
aOutputQType
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |