com.ibm.commerce.inventory.objects
Class OutputQueueBean

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

public class OutputQueueBean
implements java.io.Serializable

This bean provides access to the OUTPUTQ table.

The following is a description of this table:

Reserved for IBM internal use.

See Also:
Serialized Form

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

OutputQueueBean

public OutputQueueBean()
Method Detail

getLastupdate

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.

Returns:
java.sql.Timestamp

getName

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.

Returns:
java.lang.String

getOutputQId

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.

Returns:
java.lang.Long

getOutputQType

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.

Returns:
java.lang.String

setLastupdate

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.

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

setName

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

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

setOutputQId

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

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

setOutputQType

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

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