|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.me.objects.ProcurementProtocolBean
This bean provides access to the PROCPROTCL table.
The following is a description of this table:
Each row of this table represents a procurement system protocol and its version number. For example, cXML, OCI, OBI, and so on.
Constructor Summary | |
ProcurementProtocolBean()
|
Method Summary | |
java.lang.Integer |
getAuthenticationType()
This method provides access to the PROCPROTCL.AUTHTYPE column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getClassificationDomain()
This method provides access to the PROCPROTCL.CLASSIFDOMAIN column of DB2 type CHAR(32) NULL. |
java.lang.String |
getField1()
This method provides access to the PROCPROTCL.FIELD1 column of DB2 type VARCHAR(64) NULL. |
java.lang.String |
getField2()
This method provides access to the PROCPROTCL.FIELD2 column of DB2 type VARCHAR(64) NULL. |
java.lang.String |
getField3()
This method provides access to the PROCPROTCL.FIELD3 column of DB2 type VARCHAR(64) NULL. |
java.lang.String |
getProcurementProtocolComment()
This method provides access to the PROCPROTCL.PROCPROTCLCOMMENT column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getProcurementSystemName()
This method provides access to the PROCPROTCL.PROCSYSNAME column of DB2 type CHAR(16) NULL. |
java.lang.Integer |
getProtocolId()
This method provides access to the PROCPROTCL.PROCPROTCL_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getProtocolName()
This method provides access to the PROCPROTCL.PROTOCOLNAME column of DB2 type VARCHAR(32) NOT NULL. |
java.lang.String |
getTwoStepMode()
This method provides access to the PROCPROTCL.TWOSTEPMODE column of DB2 type CHAR(1) NOT NULL. |
java.lang.String |
getUomStandard()
This method provides access to the PROCPROTCL.UOMSTANDARD column of DB2 type VARCHAR(32) NULL. |
java.lang.String |
getVersion()
This method provides access to the PROCPROTCL.VERSION column of DB2 type VARCHAR(32) NULL. |
void |
setAuthenticationType(java.lang.Integer aAuthenticationType)
This method provides access to the PROCPROTCL.AUTHTYPE column of DB2 type INTEGER NOT NULL. |
void |
setClassificationDomain(java.lang.String aClassificationDomain)
This method provides access to the PROCPROTCL.CLASSIFDOMAIN column of DB2 type CHAR(32) NULL. |
void |
setField1(java.lang.String aField1)
This method provides access to the PROCPROTCL.FIELD1 column of DB2 type VARCHAR(64) NULL. |
void |
setField2(java.lang.String aField2)
This method provides access to the PROCPROTCL.FIELD2 column of DB2 type VARCHAR(64) NULL. |
void |
setField3(java.lang.String aField3)
This method provides access to the PROCPROTCL.FIELD3 column of DB2 type VARCHAR(64) NULL. |
void |
setProcurementProtocolComment(java.lang.String aProcurementProtocolComment)
This method provides access to the PROCPROTCL.PROCPROTCLCOMMENT column of DB2 type VARCHAR(254) NULL. |
void |
setProcurementSystemName(java.lang.String aProcurementSystemName)
This method provides access to the PROCPROTCL.PROCSYSNAME column of DB2 type CHAR(16) NULL. |
void |
setProtocolId(java.lang.Integer aProtocolId)
This method provides access to the PROCPROTCL.PROCPROTCL_ID column of DB2 type INTEGER NOT NULL. |
void |
setProtocolName(java.lang.String aProtocolName)
This method provides access to the PROCPROTCL.PROTOCOLNAME column of DB2 type VARCHAR(32) NOT NULL. |
void |
setTwoStepMode(java.lang.String aTwoStepMode)
This method provides access to the PROCPROTCL.TWOSTEPMODE column of DB2 type CHAR(1) NOT NULL. |
void |
setUomStandard(java.lang.String aUomStandard)
This method provides access to the PROCPROTCL.UOMSTANDARD column of DB2 type VARCHAR(32) NULL. |
void |
setVersion(java.lang.String aVersion)
This method provides access to the PROCPROTCL.VERSION column of DB2 type VARCHAR(32) NULL. |
Constructor Detail |
public ProcurementProtocolBean()
Method Detail |
public java.lang.Integer getAuthenticationType()
This method provides access to the PROCPROTCL.AUTHTYPE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Authentication type used by the protocol.
public java.lang.String getClassificationDomain()
This method provides access to the PROCPROTCL.CLASSIFDOMAIN column of DB2 type CHAR(32) NULL.
The following is a description of this column:
Product classification standard used by the procurement protocol version. Examples of classification standards include UNSPSC, SPSC, and so on.
public java.lang.String getField1()
This method provides access to the PROCPROTCL.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 PROCPROTCL.FIELD2 column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Customizable.
public java.lang.String getField3()
This method provides access to the PROCPROTCL.FIELD3 column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Customizable.
public java.lang.String getProcurementProtocolComment()
This method provides access to the PROCPROTCL.PROCPROTCLCOMMENT column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Comment
public java.lang.String getProcurementSystemName()
This method provides access to the PROCPROTCL.PROCSYSNAME column of DB2 type CHAR(16) NULL.
The following is a description of this column:
Name of the procurement system that uses this protocol. Foreign key to PROCSYS table.
public java.lang.Integer getProtocolId()
This method provides access to the PROCPROTCL.PROCPROTCL_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Generated primary key.
public java.lang.String getProtocolName()
This method provides access to the PROCPROTCL.PROTOCOLNAME column of DB2 type VARCHAR(32) NOT NULL.
The following is a description of this column:
Name of the procurement protocol. Together with column VERSION forms a unique index.
public java.lang.String getTwoStepMode()
This method provides access to the PROCPROTCL.TWOSTEPMODE column of DB2 type CHAR(1) NOT NULL.
The following is a description of this column:
Indicates whether this protocol uses two modes of communication for the shopping session. For example, cXML uses XML/HTTP to authenticate the procurement system buyer and then browser-based HTTP to complete the shopping cycle.
public java.lang.String getUomStandard()
This method provides access to the PROCPROTCL.UOMSTANDARD column of DB2 type VARCHAR(32) NULL.
The following is a description of this column:
Unit of measurement standard (ISO for example) used by the procurement protocol.
public java.lang.String getVersion()
This method provides access to the PROCPROTCL.VERSION column of DB2 type VARCHAR(32) NULL.
The following is a description of this column:
Version of the procurement protocol.
public void setAuthenticationType(java.lang.Integer aAuthenticationType)
This method provides access to the PROCPROTCL.AUTHTYPE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Authentication type used by the protocol.
aAuthenticationType
- java.lang.Integerpublic void setClassificationDomain(java.lang.String aClassificationDomain)
This method provides access to the PROCPROTCL.CLASSIFDOMAIN column of DB2 type CHAR(32) NULL.
The following is a description of this column:
Product classification standard used by the procurement protocol version. Examples of classification standards include UNSPSC, SPSC, and so on.
aClassificationDomain
- java.lang.Stringpublic void setField1(java.lang.String aField1)
This method provides access to the PROCPROTCL.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 PROCPROTCL.FIELD2 column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Customizable.
aField2
- java.lang.Stringpublic void setField3(java.lang.String aField3)
This method provides access to the PROCPROTCL.FIELD3 column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Customizable.
aField3
- java.lang.Stringpublic void setProcurementProtocolComment(java.lang.String aProcurementProtocolComment)
This method provides access to the PROCPROTCL.PROCPROTCLCOMMENT column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Comment
aProcurementProtocolComment
- java.lang.Stringpublic void setProcurementSystemName(java.lang.String aProcurementSystemName)
This method provides access to the PROCPROTCL.PROCSYSNAME column of DB2 type CHAR(16) NULL.
The following is a description of this column:
Name of the procurement system that uses this protocol. Foreign key to PROCSYS table.
aProcurementSystemName
- java.lang.Stringpublic void setProtocolId(java.lang.Integer aProtocolId)
This method provides access to the PROCPROTCL.PROCPROTCL_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Generated primary key.
aProtocolId
- java.lang.Integerpublic void setProtocolName(java.lang.String aProtocolName)
This method provides access to the PROCPROTCL.PROTOCOLNAME column of DB2 type VARCHAR(32) NOT NULL.
The following is a description of this column:
Name of the procurement protocol. Together with column VERSION forms a unique index.
aProtocolName
- java.lang.Stringpublic void setTwoStepMode(java.lang.String aTwoStepMode)
This method provides access to the PROCPROTCL.TWOSTEPMODE column of DB2 type CHAR(1) NOT NULL.
The following is a description of this column:
Indicates whether this protocol uses two modes of communication for the shopping session. For example, cXML uses XML/HTTP to authenticate the procurement system buyer and then browser-based HTTP to complete the shopping cycle.
aTwoStepMode
- java.lang.Stringpublic void setUomStandard(java.lang.String aUomStandard)
This method provides access to the PROCPROTCL.UOMSTANDARD column of DB2 type VARCHAR(32) NULL.
The following is a description of this column:
Unit of measurement standard (ISO for example) used by the procurement protocol.
aUomStandard
- java.lang.Stringpublic void setVersion(java.lang.String aVersion)
This method provides access to the PROCPROTCL.VERSION column of DB2 type VARCHAR(32) NULL.
The following is a description of this column:
Version of the procurement protocol.
aVersion
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |