com.ibm.commerce.inventory.objects
Class OutputQueueDescriptionBean

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

public class OutputQueueDescriptionBean
implements java.io.Serializable

This bean provides access to the OUTPUTQDSC table.

The following is a description of this table:

Reserved for IBM internal use.

See Also:
Serialized Form

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

OutputQueueDescriptionBean

public OutputQueueDescriptionBean()
Method Detail

getDescription

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.

Returns:
java.lang.String

getLanguageId

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.

Returns:
java.lang.Integer

getLastupdate

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.

Returns:
java.sql.Timestamp

getOutputQId

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.

Returns:
java.lang.Long

setDescription

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.

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

setLanguageId

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

Parameters:
aLanguageId - java.lang.Integer
Returns:
void

setLastupdate

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

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

setOutputQId

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

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