com.ibm.commerce.order.objects
Class TradingPositionContainerXMLDefinitionBean

com.ibm.commerce.order.objects.TradingPositionContainerXMLDefinitionBean
All Implemented Interfaces:
java.io.Serializable

public class TradingPositionContainerXMLDefinitionBean
implements java.io.Serializable

This bean provides access to the TRDPSCNXML table.

The following is a description of this table:

This table is used to store the XML document for a given trading position container.

See Also:
Serialized Form

Constructor Summary
TradingPositionContainerXMLDefinitionBean()
           
 
Method Summary
 java.lang.Integer getField1()
          This method provides access to the TRDPSCNXML.FIELD1 column of DB2 type INTEGER NULL.
 java.lang.Integer getField2()
          This method provides access to the TRDPSCNXML.FIELD2 column of DB2 type INTEGER NULL.
 java.lang.Integer getSequence()
          This method provides access to the TRDPSCNXML.SEQUENCE column of DB2 type INTEGER NOT NULL.
 java.lang.Long getTradingPositionContainerId()
          This method provides access to the TRDPSCNXML.TRADEPOSCN_ID column of DB2 type BIGINT NOT NULL.
 java.lang.String getXMLDefinition()
          This method provides access to the TRDPSCNXML.XMLDEFINITION column of DB2 type LONG NULL.
 void setField1(java.lang.Integer aField1)
          This method provides access to the TRDPSCNXML.FIELD1 column of DB2 type INTEGER NULL.
 void setField2(java.lang.Integer aField2)
          This method provides access to the TRDPSCNXML.FIELD2 column of DB2 type INTEGER NULL.
 void setSequence(java.lang.Integer aSequence)
          This method provides access to the TRDPSCNXML.SEQUENCE column of DB2 type INTEGER NOT NULL.
 void setTradingPositionContainerId(java.lang.Long aTradingPositionContainerId)
          This method provides access to the TRDPSCNXML.TRADEPOSCN_ID column of DB2 type BIGINT NOT NULL.
 void setXMLDefinition(java.lang.String aXMLDefinition)
          This method provides access to the TRDPSCNXML.XMLDEFINITION column of DB2 type LONG NULL.
 

Constructor Detail

TradingPositionContainerXMLDefinitionBean

public TradingPositionContainerXMLDefinitionBean()
Method Detail

getField1

public java.lang.Integer getField1()

This method provides access to the TRDPSCNXML.FIELD1 column of DB2 type INTEGER NULL.

The following is a description of this column:

Customizable.

Returns:
java.lang.Integer

getField2

public java.lang.Integer getField2()

This method provides access to the TRDPSCNXML.FIELD2 column of DB2 type INTEGER NULL.

The following is a description of this column:

Customizable.

Returns:
java.lang.Integer

getSequence

public java.lang.Integer getSequence()

This method provides access to the TRDPSCNXML.SEQUENCE column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Primary key. Sequence number.

Returns:
java.lang.Integer

getTradingPositionContainerId

public java.lang.Long getTradingPositionContainerId()

This method provides access to the TRDPSCNXML.TRADEPOSCN_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Primary key. Trading position container ID.

Returns:
java.lang.Long

getXMLDefinition

public java.lang.String getXMLDefinition()

This method provides access to the TRDPSCNXML.XMLDEFINITION column of DB2 type LONG NULL.

The following is a description of this column:

XML document.

Returns:
java.lang.String

setField1

public void setField1(java.lang.Integer aField1)

This method provides access to the TRDPSCNXML.FIELD1 column of DB2 type INTEGER NULL.

The following is a description of this column:

Customizable.

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

setField2

public void setField2(java.lang.Integer aField2)

This method provides access to the TRDPSCNXML.FIELD2 column of DB2 type INTEGER NULL.

The following is a description of this column:

Customizable.

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

setSequence

public void setSequence(java.lang.Integer aSequence)

This method provides access to the TRDPSCNXML.SEQUENCE column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Primary key. Sequence number.

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

setTradingPositionContainerId

public void setTradingPositionContainerId(java.lang.Long aTradingPositionContainerId)

This method provides access to the TRDPSCNXML.TRADEPOSCN_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Primary key. Trading position container ID.

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

setXMLDefinition

public void setXMLDefinition(java.lang.String aXMLDefinition)

This method provides access to the TRDPSCNXML.XMLDEFINITION column of DB2 type LONG NULL.

The following is a description of this column:

XML document.

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