com.ibm.commerce.me.objects
Class ProcurementSystemBean

com.ibm.commerce.me.objects.ProcurementSystemBean

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

ProcurementSystemBean

public ProcurementSystemBean()
Method Detail

getField1

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.

Returns:
java.lang.String

getField2

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.

Returns:
java.lang.String

getProcurementSystemName

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.

Returns:
java.lang.String

setField1

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.

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

setField2

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

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

setProcurementSystemName

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

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