|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractAccessBean | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.me.objects.ProcurementProtocolAccessBean
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.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
ProcurementProtocolAccessBean()
Default constructor. |
|
ProcurementProtocolAccessBean(javax.ejb.EJBObject object)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
|
ProcurementProtocolAccessBean(java.lang.Integer aAuthenticationType,
java.lang.String aProtocolName,
java.lang.String aTwoStepMode)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
Method Summary | |
void |
commitCopyHelper()
Update(flush) data to the EJBObject (persistent storage). |
ProcurementProtocolAccessBean |
findByProtocolNameAndVersion(java.lang.String aProtocolName,
java.lang.String aVersion)
Retrieves the ProcurementProtocolAccessBean with the specified ProtocolName and Version. |
java.lang.String |
getAuthenticationType()
This method provides access to the PROCPROTCL.AUTHTYPE column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getAuthenticationTypeInEJBType()
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.String |
getProtocolId()
This method provides access to the PROCPROTCL.PROCPROTCL_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getProtocolIdInEJBType()
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 |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setAuthenticationType(java.lang.Integer aAuthenticationType)
This method provides access to the PROCPROTCL.AUTHTYPE column of DB2 type INTEGER NOT NULL. |
void |
setAuthenticationType(java.lang.String 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 |
setInitKey_protocolId(java.lang.String aInitKey_protocolId)
Set the primary key for this object |
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 |
setProtocolId(java.lang.String 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. |
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean |
__getCache, __getCache, __getKey, __setCache, __setCache, __setKey, commitCopyHelper, createAccessBeans, createAccessBeans, instantiateEJBByPrimaryKey, refreshCopyHelper, setEJBRef |
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
defaultJNDIName, defaultNameServiceType, defaultNameServiceURL, getEJBRef, getGlobalHome, getHome, getInit_GlobalNameServiceTypeName, getInit_GlobalNameServiceURLName, getInit_JNDIName, getInit_NameServiceTypeName, getInit_NameServiceURLName, getInitContext, getInitContext, instantiateEJB, resetEJBRef, resetHomeCache, setInit_GlobalNameServiceTypeName, setInit_GlobalNameServiceURLName, setInit_JNDIName, setInit_NameServiceTypeName, setInit_NameServiceURLName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ProcurementProtocolAccessBean()
Default constructor.
public ProcurementProtocolAccessBean(javax.ejb.EJBObject object) throws java.rmi.RemoteException
Maps to a corresponding ejbCreate method in the home interface of the EJB
object
- javax.ejb.EJBObjectjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic ProcurementProtocolAccessBean(java.lang.Integer aAuthenticationType, java.lang.String aProtocolName, java.lang.String aTwoStepMode) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
Maps to a corresponding ejbCreate method in the home interface of the EJB
aAuthenticationType
- java.lang.IntegeraProtocolName
- java.lang.StringaTwoStepMode
- java.lang.Stringjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionMethod Detail |
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
commitCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic ProcurementProtocolAccessBean findByProtocolNameAndVersion(java.lang.String aProtocolName, java.lang.String aVersion) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the ProcurementProtocolAccessBean with the specified ProtocolName and Version.
The SQL query used to fetch the requested row from the PROCPROTCL table is:
SELECT * FROM PROCPROTCL T1 WHERE (T1.PROTOCOLNAME=? AND T1.VERSION=?)
aProtocolName
- java.lang.StringaVersion
- java.lang.Stringjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getAuthenticationType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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.
getAuthenticationType
in interface ProcurementProtocolAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Integer getAuthenticationTypeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getClassificationDomain() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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.
getClassificationDomain
in interface ProcurementProtocolAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getField1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PROCPROTCL.FIELD1 column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Customizable.
getField1
in interface ProcurementProtocolAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getField2() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PROCPROTCL.FIELD2 column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Customizable.
getField2
in interface ProcurementProtocolAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getField3() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PROCPROTCL.FIELD3 column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Customizable.
getField3
in interface ProcurementProtocolAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getProcurementProtocolComment() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PROCPROTCL.PROCPROTCLCOMMENT column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Comment
getProcurementProtocolComment
in interface ProcurementProtocolAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getProcurementSystemName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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.
getProcurementSystemName
in interface ProcurementProtocolAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getProtocolId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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.
getProtocolId
in interface ProcurementProtocolAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Integer getProtocolIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getProtocolName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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.
getProtocolName
in interface ProcurementProtocolAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getTwoStepMode() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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.
getTwoStepMode
in interface ProcurementProtocolAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getUomStandard() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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.
getUomStandard
in interface ProcurementProtocolAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getVersion() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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.
getVersion
in interface ProcurementProtocolAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
refreshCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 setAuthenticationType(java.lang.String 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.
setAuthenticationType
in interface ProcurementProtocolAccessBeanData
aAuthenticationType
- java.lang.Stringpublic 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.
setClassificationDomain
in interface ProcurementProtocolAccessBeanData
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.
setField1
in interface ProcurementProtocolAccessBeanData
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.
setField2
in interface ProcurementProtocolAccessBeanData
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.
setField3
in interface ProcurementProtocolAccessBeanData
aField3
- java.lang.Stringpublic void setInitKey_protocolId(java.lang.String aInitKey_protocolId)
Set the primary key for this object
aInitKey_protocolId
- 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
setProcurementProtocolComment
in interface ProcurementProtocolAccessBeanData
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.
setProcurementSystemName
in interface ProcurementProtocolAccessBeanData
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 setProtocolId(java.lang.String 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.
setProtocolId
in interface ProcurementProtocolAccessBeanData
aProtocolId
- java.lang.Stringpublic 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.
setProtocolName
in interface ProcurementProtocolAccessBeanData
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.
setTwoStepMode
in interface ProcurementProtocolAccessBeanData
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.
setUomStandard
in interface ProcurementProtocolAccessBeanData
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.
setVersion
in interface ProcurementProtocolAccessBeanData
aVersion
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |