|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.inventory.objects.OutputQueueDescriptionBean
This bean provides access to the OUTPUTQDSC table.
The following is a description of this table:
Reserved for IBM internal use.
Constructor Summary | |
OutputQueueDescriptionBean()
|
Method Summary | |
java.lang.String |
getDescription()
This method provides access to the OUTPUTQDSC.DESCRIPTION column of DB2 type VARCHAR(254) NULL. |
java.lang.Integer |
getLanguageId()
This method provides access to the OUTPUTQDSC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
java.sql.Timestamp |
getLastupdate()
This method provides access to the OUTPUTQDSC.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
java.lang.Long |
getOutputQId()
This method provides access to the OUTPUTQDSC.OUTPUTQ_ID column of DB2 type BIGINT NOT NULL. |
void |
setDescription(java.lang.String aDescription)
This method provides access to the OUTPUTQDSC.DESCRIPTION column of DB2 type VARCHAR(254) NULL. |
void |
setLanguageId(java.lang.Integer aLanguageId)
This method provides access to the OUTPUTQDSC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
void |
setLastupdate(java.sql.Timestamp aLastupdate)
This method provides access to the OUTPUTQDSC.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
void |
setOutputQId(java.lang.Long aOutputQId)
This method provides access to the OUTPUTQDSC.OUTPUTQ_ID column of DB2 type BIGINT NOT NULL. |
Constructor Detail |
public OutputQueueDescriptionBean()
Method Detail |
public java.lang.String getDescription()
This method provides access to the OUTPUTQDSC.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Reserved for IBM internal use.
public java.lang.Integer getLanguageId()
This method provides access to the OUTPUTQDSC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Reserved for IBM internal use.
public java.sql.Timestamp getLastupdate()
This method provides access to the OUTPUTQDSC.LASTUPDATE column of DB2 type TIMESTAMP 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 OUTPUTQDSC.OUTPUTQ_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Reserved for IBM internal use.
public void setDescription(java.lang.String aDescription)
This method provides access to the OUTPUTQDSC.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Reserved for IBM internal use.
aDescription
- java.lang.Stringpublic void setLanguageId(java.lang.Integer aLanguageId)
This method provides access to the OUTPUTQDSC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Reserved for IBM internal use.
aLanguageId
- java.lang.Integerpublic void setLastupdate(java.sql.Timestamp aLastupdate)
This method provides access to the OUTPUTQDSC.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 setOutputQId(java.lang.Long aOutputQId)
This method provides access to the OUTPUTQDSC.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.Long
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |