|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.order.objects.TradingPositionContainerXMLDefinitionBean
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.
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 |
public TradingPositionContainerXMLDefinitionBean()
Method Detail |
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.
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.
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.
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.
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.
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.
aField1
- java.lang.Integerpublic 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.
aField2
- java.lang.Integerpublic 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.
aSequence
- java.lang.Integerpublic 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.
aTradingPositionContainerId
- java.lang.Longpublic 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.
aXMLDefinition
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |