|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.me.objects.ProcurementSystemBean
This bean provides access to the PROCSYS table.
The following is a description of this table:
Each row of this table represents a Procurement System. Examples of Procurement systems are Ariba, Oracle, CommerceOne, and so on.
Constructor Summary | |
ProcurementSystemBean()
|
Method Summary | |
java.lang.String |
getField1()
This method provides access to the PROCSYS.FIELD1 column of DB2 type VARCHAR(64) NULL. |
java.lang.String |
getField2()
This method provides access to the PROCSYS.FIELD2 column of DB2 type VARCHAR(64) NULL. |
java.lang.String |
getProcurementSystemName()
This method provides access to the PROCSYS.PROCSYSNAME column of DB2 type CHAR(16) NOT NULL. |
void |
setField1(java.lang.String aField1)
This method provides access to the PROCSYS.FIELD1 column of DB2 type VARCHAR(64) NULL. |
void |
setField2(java.lang.String aField2)
This method provides access to the PROCSYS.FIELD2 column of DB2 type VARCHAR(64) NULL. |
void |
setProcurementSystemName(java.lang.String aProcurementSystemName)
This method provides access to the PROCSYS.PROCSYSNAME column of DB2 type CHAR(16) NOT NULL. |
Constructor Detail |
public ProcurementSystemBean()
Method Detail |
public java.lang.String getField1()
This method provides access to the PROCSYS.FIELD1 column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Customizable.
public java.lang.String getField2()
This method provides access to the PROCSYS.FIELD2 column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Customizable.
public java.lang.String getProcurementSystemName()
This method provides access to the PROCSYS.PROCSYSNAME column of DB2 type CHAR(16) NOT NULL.
The following is a description of this column:
Name of the procurement system. This is the primary key.
public void setField1(java.lang.String aField1)
This method provides access to the PROCSYS.FIELD1 column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Customizable.
aField1
- java.lang.Stringpublic void setField2(java.lang.String aField2)
This method provides access to the PROCSYS.FIELD2 column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Customizable.
aField2
- java.lang.Stringpublic void setProcurementSystemName(java.lang.String aProcurementSystemName)
This method provides access to the PROCSYS.PROCSYSNAME column of DB2 type CHAR(16) NOT NULL.
The following is a description of this column:
Name of the procurement system. This is the primary key.
aProcurementSystemName
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |