|
||||||||
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.contract.objects.ShippingTCShipToAddressAccessBean
This bean provides access to the TERMCOND table.
The following is a description of this table:
This table contains terms and conditions used in trading agreements (business accounts, contracts, RFQs). To see how columns are used by different terms and conditions, refer to TERMCOND column mapping in the online help.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
ShippingTCShipToAddressAccessBean()
Default constructor. |
|
ShippingTCShipToAddressAccessBean(javax.ejb.EJBObject anObject)
Creates an access bean for the specified EJB |
|
ShippingTCShipToAddressAccessBean(java.lang.Long tradingId,
org.w3c.dom.Element tcElement)
Constructs an ShippingTCShipToAddressAccessBean object with the specified trading agreement ID, and the shipping term condition element. |
Method Summary | |
void |
commitCopyHelper()
Update(flush) data to the EJBObject (persistent storage). |
java.lang.Long |
createNewVersion(java.lang.Long aNewVersion)
This method creates a new version of the terms and conditions. |
java.lang.String |
getChangeableFlag()
This method provides access to the TERMCOND.CHANGEABLE column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getChangeableFlagInEJBType()
This method provides access to the TERMCOND.CHANGEABLE column of DB2 type INTEGER NOT NULL. |
TermConditionDescriptionAccessBean |
getDescription(java.lang.Integer langId)
Retrieves the TermConditionDescriptionAccessBean representing the term condition description with the specified language ID. |
TermConditionDescriptionAccessBean |
getDescription(java.lang.Integer langId,
java.lang.Integer storeId)
Retrieves the TermConditionDescriptionAccessBean representing the term condition description with the specified language ID. |
java.lang.String |
getMandatoryFlag()
This method provides access to the TERMCOND.MANDATORY column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getMandatoryFlagInEJBType()
This method provides access to the TERMCOND.MANDATORY column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getMemberId()
This method provides access to the TERMCOND.BIGINTFIELD1 column of DB2 type BIGINT NULL. |
java.lang.Long |
getMemberIdInEJBType()
This method provides access to the TERMCOND.BIGINTFIELD1 column of DB2 type BIGINT NULL. |
java.lang.String |
getNickName()
This method provides access to the TERMCOND.STRINGFIELD1 column of DB2 type VARCHAR(3200) NULL. |
ParticipantAccessBean[] |
getParticipants()
The method returns an array of ParticipantAccessBeans representing all the participants that the term condition has. |
BusinessPolicyAccessBean[] |
getPolicies()
The method returns an array of BusinessPolicyAccessBean objects representing the business policies that the term condition has. |
BusinessPolicyAccessBean[] |
getPoliciesByType(java.lang.String businessPolicyType)
The method returns an array of BusinessPolicyAccessBean representing the specified type of business policies that the term condition has. |
java.lang.String |
getReferenceNumber()
This method gets the reference number of the terms and conditions. |
java.lang.Long |
getReferenceNumberInEJBType()
This method gets the reference number of the terms and conditions. |
java.lang.String |
getTcSequence()
This method provides access to the TERMCOND.SEQUENCE column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getTcSequenceInEJBType()
This method provides access to the TERMCOND.SEQUENCE column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getTcSubType()
This method provides access to the TERMCOND.TCSUBTYPE_ID column of DB2 type CHARACTER(64) NOT NULL. |
java.lang.String |
getTimeCreated()
This method provides access to the TERMCOND.TIMECREATED column of DB2 type TIMESTAMP NULL. |
java.sql.Timestamp |
getTimeCreatedInEJBType()
This method provides access to the TERMCOND.TIMECREATED column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getTimeUpdated()
This method provides access to the TERMCOND.TIMEUPDATED column of DB2 type TIMESTAMP NULL. |
java.sql.Timestamp |
getTimeUpdatedInEJBType()
This method provides access to the TERMCOND.TIMEUPDATED column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getTradingId()
This method provides access to the TERMCOND.TRADING_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getTradingIdInEJBType()
This method provides access to the TERMCOND.TRADING_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getXMLString()
This method gets the XML String associated with the terms and conditions. |
void |
markForDelete()
This method marks the trading agreement for deletion. |
void |
parseXMLElement(org.w3c.dom.Element aXMLElement)
This method parses the given XML element. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setChangeableFlag(java.lang.Integer aChangeableFlag)
This method provides access to the TERMCOND.CHANGEABLE column of DB2 type INTEGER NOT NULL. |
void |
setChangeableFlag(java.lang.String aChangeableFlag)
This method provides access to the TERMCOND.CHANGEABLE column of DB2 type INTEGER NOT NULL. |
void |
setInitKey_referenceNumber(java.lang.String aInitKey_referenceNumber)
Set the primary key for this object |
void |
setMandatoryFlag(java.lang.Integer aMandatoryFlag)
This method provides access to the TERMCOND.MANDATORY column of DB2 type INTEGER NOT NULL. |
void |
setMandatoryFlag(java.lang.String aMandatoryFlag)
This method provides access to the TERMCOND.MANDATORY column of DB2 type INTEGER NOT NULL. |
void |
setMemberId(java.lang.Long aMemberId)
This method provides access to the TERMCOND.BIGINTFIELD1 column of DB2 type BIGINT NULL. |
void |
setMemberId(java.lang.String aMemberId)
This method provides access to the TERMCOND.BIGINTFIELD1 column of DB2 type BIGINT NULL. |
void |
setNickName(java.lang.String aNickName)
This method provides access to the TERMCOND.STRINGFIELD1 column of DB2 type VARCHAR(3200) NULL. |
void |
setReferenceNumber(java.lang.Long tcId)
This method provides access to the TERMCOND.TERMCOND_ID column of DB2 type BIGINT NOT NULL. |
void |
setReferenceNumber(java.lang.String tcId)
This method provides access to the TERMCOND.TERMCOND_ID column of DB2 type BIGINT NOT NULL. |
void |
setTcSequence(java.lang.Integer aTcSequence)
This method provides access to the TERMCOND.SEQUENCE column of DB2 type INTEGER NOT NULL. |
void |
setTcSequence(java.lang.String aTcSequence)
This method provides access to the TERMCOND.SEQUENCE column of DB2 type INTEGER NOT NULL. |
void |
setTimeCreated(java.lang.String aTimeCreated)
This method provides access to the TERMCOND.TIMECREATED column of DB2 type TIMESTAMP NULL. |
void |
setTimeCreated(java.sql.Timestamp aTimeCreated)
This method provides access to the TERMCOND.TIMECREATED column of DB2 type TIMESTAMP NULL. |
void |
setTimeUpdated(java.lang.String aTimeUpdated)
This method provides access to the TERMCOND.TIMEUPDATED column of DB2 type TIMESTAMP NULL. |
void |
setTimeUpdated(java.sql.Timestamp aTimeUpdated)
This method provides access to the TERMCOND.TIMEUPDATED column of DB2 type TIMESTAMP NULL. |
void |
setTradingId(java.lang.Long tradingId)
This method provides access to the TERMCOND.TRADING_ID column of DB2 type BIGINT NOT NULL. |
void |
setTradingId(java.lang.String tradingId)
This method provides access to the TERMCOND.TRADING_ID column of DB2 type BIGINT NOT 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 ShippingTCShipToAddressAccessBean()
Default constructor. Maps to findByPrimaryKey.
public ShippingTCShipToAddressAccessBean(javax.ejb.EJBObject anObject) throws java.rmi.RemoteException
Creates an access bean for the specified EJB
anObject
- The EJB Object used for the access bean construction.java.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic ShippingTCShipToAddressAccessBean(java.lang.Long tradingId, org.w3c.dom.Element tcElement) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException, javax.ejb.RemoveException
Constructs an ShippingTCShipToAddressAccessBean object with the specified trading agreement ID, and the shipping term condition element.
tradingId
- The ID of the trading agreement the terms and conditions will be associated with.tcElement
- The XML Elment object representing the terms and conditions.javax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.RemoveException
- The javax.ejb.RemoveException 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 java.lang.Long createNewVersion(java.lang.Long aNewVersion) throws org.xml.sax.SAXException, java.io.IOException, javax.ejb.CreateException, javax.ejb.FinderException, javax.ejb.RemoveException, javax.naming.NamingException, java.rmi.RemoteException
This method creates a new version of the terms and conditions.
aNewVersion
- The ID of the terms and conditions.org.xml.sax.SAXException
- The org.xml.sax.SAXException exceptionjava.io.IOException
- The java.io.IOException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.ejb.RemoveException
- The javax.ejb.RemoveException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic java.lang.String getChangeableFlag() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TERMCOND.CHANGEABLE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
This column indicates if the trading agreement participant can change the term. (0 - no; 1 - yes).
getChangeableFlag
in interface ShippingTCShipToAddressAccessBeanData
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 getChangeableFlagInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TERMCOND.CHANGEABLE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
This column indicates if the trading agreement participant can change the term. (0 - no; 1 - yes).
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 TermConditionDescriptionAccessBean getDescription(java.lang.Integer langId) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
Retrieves the TermConditionDescriptionAccessBean representing the term condition description with the specified language ID.
langId
- The ID of the specified language.javax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic TermConditionDescriptionAccessBean getDescription(java.lang.Integer langId, java.lang.Integer storeId) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
Retrieves the TermConditionDescriptionAccessBean representing the term condition description with the specified language ID. If the description for the specified language is not available for the specified store, An alternate language description will be returned.
langId
- The ID of the specified language.storeId
- The ID of the specified store.javax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic java.lang.String getMandatoryFlag() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TERMCOND.MANDATORY column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
This column is used to indicate if the trading agreement participant must respond to this term during negotiation. (0 - no; 1 - yes).
getMandatoryFlag
in interface ShippingTCShipToAddressAccessBeanData
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 getMandatoryFlagInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TERMCOND.MANDATORY column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
This column is used to indicate if the trading agreement participant must respond to this term during negotiation. (0 - no; 1 - yes).
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 getMemberId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TERMCOND.BIGINTFIELD1 column of DB2 type BIGINT NULL.
The following is a description of this column:
A BIGINT field used to store terms and conditions data.
getMemberId
in interface ShippingTCShipToAddressAccessBeanData
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.Long getMemberIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TERMCOND.BIGINTFIELD1 column of DB2 type BIGINT NULL.
The following is a description of this column:
A BIGINT field used to store terms and conditions data.
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 getNickName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TERMCOND.STRINGFIELD1 column of DB2 type VARCHAR(3200) NULL.
The following is a description of this column:
A STRING field used to store terms and conditions data.
getNickName
in interface ShippingTCShipToAddressAccessBeanData
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 ParticipantAccessBean[] getParticipants() throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
The method returns an array of ParticipantAccessBeans representing all the participants that the term condition has.
javax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic BusinessPolicyAccessBean[] getPolicies() throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
The method returns an array of BusinessPolicyAccessBean objects representing the business policies that the term condition has.
javax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic BusinessPolicyAccessBean[] getPoliciesByType(java.lang.String businessPolicyType) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
The method returns an array of BusinessPolicyAccessBean representing the specified type of business policies that the term condition has.
businessPolicyType
- The type of business policy.javax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic java.lang.String getReferenceNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method gets the reference number of the terms and conditions.
getReferenceNumber
in interface ShippingTCShipToAddressAccessBeanData
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.Long getReferenceNumberInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method gets the reference number of the terms and conditions.
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 getTcSequence() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TERMCOND.SEQUENCE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
This column contains a number indicating the sequence of the term within a trading agreement. This number must be unique within a trading agreement.
getTcSequence
in interface ShippingTCShipToAddressAccessBeanData
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 getTcSequenceInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TERMCOND.SEQUENCE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
This column contains a number indicating the sequence of the term within a trading agreement. This number must be unique within a trading agreement.
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 getTcSubType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TERMCOND.TCSUBTYPE_ID column of DB2 type CHARACTER(64) NOT NULL.
The following is a description of this column:
A CHARACTER field used to terms and conditions subtype.
getTcSubType
in interface ShippingTCShipToAddressAccessBeanData
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 getTimeCreated() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TERMCOND.TIMECREATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Time created.
getTimeCreated
in interface ShippingTCShipToAddressAccessBeanData
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.sql.Timestamp getTimeCreatedInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TERMCOND.TIMECREATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Time created.
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 getTimeUpdated() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TERMCOND.TIMEUPDATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Time updated.
getTimeUpdated
in interface ShippingTCShipToAddressAccessBeanData
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.sql.Timestamp getTimeUpdatedInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TERMCOND.TIMEUPDATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Time updated.
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 getTradingId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TERMCOND.TRADING_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to TRADING table. This column indicates the trading agreement this term belongs to.
getTradingId
in interface ShippingTCShipToAddressAccessBeanData
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.Long getTradingIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TERMCOND.TRADING_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to TRADING table. This column indicates the trading agreement this term belongs to.
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 getXMLString() throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
This method gets the XML String associated with the terms and conditions.
javax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic void markForDelete() throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
This method marks the trading agreement for deletion.
javax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic void parseXMLElement(org.w3c.dom.Element aXMLElement) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException, javax.ejb.RemoveException
This method parses the given XML element.
aXMLElement
- The XML element associated with the terms and conditions.javax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.RemoveException
- The javax.ejb.RemoveException 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 setChangeableFlag(java.lang.Integer aChangeableFlag)
This method provides access to the TERMCOND.CHANGEABLE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
This column indicates if the trading agreement participant can change the term. (0 - no; 1 - yes).
aChangeableFlag
- The flag indicating whether the trading agreement participant can change the term.public void setChangeableFlag(java.lang.String aChangeableFlag)
This method provides access to the TERMCOND.CHANGEABLE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
This column indicates if the trading agreement participant can change the term. (0 - no; 1 - yes).
setChangeableFlag
in interface ShippingTCShipToAddressAccessBeanData
aChangeableFlag
- java.lang.Stringpublic void setInitKey_referenceNumber(java.lang.String aInitKey_referenceNumber)
Set the primary key for this object
aInitKey_referenceNumber
- The ID of the terms and conditions.public void setMandatoryFlag(java.lang.Integer aMandatoryFlag)
This method provides access to the TERMCOND.MANDATORY column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
This column is used to indicate if the trading agreement participant must respond to this term during negotiation. (0 - no; 1 - yes).
aMandatoryFlag
- java.lang.Integerpublic void setMandatoryFlag(java.lang.String aMandatoryFlag)
This method provides access to the TERMCOND.MANDATORY column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
This column is used to indicate if the trading agreement participant must respond to this term during negotiation. (0 - no; 1 - yes).
setMandatoryFlag
in interface ShippingTCShipToAddressAccessBeanData
aMandatoryFlag
- java.lang.Stringpublic void setMemberId(java.lang.Long aMemberId)
This method provides access to the TERMCOND.BIGINTFIELD1 column of DB2 type BIGINT NULL.
The following is a description of this column:
A BIGINT field used to store terms and conditions data.
aMemberId
- java.lang.Longpublic void setMemberId(java.lang.String aMemberId)
This method provides access to the TERMCOND.BIGINTFIELD1 column of DB2 type BIGINT NULL.
The following is a description of this column:
A BIGINT field used to store terms and conditions data.
setMemberId
in interface ShippingTCShipToAddressAccessBeanData
aMemberId
- java.lang.Stringpublic void setNickName(java.lang.String aNickName)
This method provides access to the TERMCOND.STRINGFIELD1 column of DB2 type VARCHAR(3200) NULL.
The following is a description of this column:
A STRING field used to store terms and conditions data.
setNickName
in interface ShippingTCShipToAddressAccessBeanData
aNickName
- java.lang.Stringpublic void setReferenceNumber(java.lang.Long tcId)
This method provides access to the TERMCOND.TERMCOND_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Primary key and internal reference number for this term.
tcId
- The ID of the terms and conditions.public void setReferenceNumber(java.lang.String tcId)
This method provides access to the TERMCOND.TERMCOND_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Primary key and internal reference number for this term.
setReferenceNumber
in interface ShippingTCShipToAddressAccessBeanData
tcId
- The ID of the terms and conditions.public void setTcSequence(java.lang.Integer aTcSequence)
This method provides access to the TERMCOND.SEQUENCE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
This column contains a number indicating the sequence of the term within a trading agreement. This number must be unique within a trading agreement.
aTcSequence
- The number indicating the sequence of the term within a trading agreement.public void setTcSequence(java.lang.String aTcSequence)
This method provides access to the TERMCOND.SEQUENCE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
This column contains a number indicating the sequence of the term within a trading agreement. This number must be unique within a trading agreement.
setTcSequence
in interface ShippingTCShipToAddressAccessBeanData
aTcSequence
- The number indicating the sequence of the term within a trading agreement.public void setTimeCreated(java.lang.String aTimeCreated)
This method provides access to the TERMCOND.TIMECREATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Time created.
setTimeCreated
in interface ShippingTCShipToAddressAccessBeanData
aTimeCreated
- The time when the terms and conditions are created.public void setTimeCreated(java.sql.Timestamp aTimeCreated)
This method provides access to the TERMCOND.TIMECREATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Time created.
aTimeCreated
- The time when the terms and conditions are created.public void setTimeUpdated(java.lang.String aTimeUpdated)
This method provides access to the TERMCOND.TIMEUPDATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Time updated.
setTimeUpdated
in interface ShippingTCShipToAddressAccessBeanData
aTimeUpdated
- The last updated time of the terms and conditions.public void setTimeUpdated(java.sql.Timestamp aTimeUpdated)
This method provides access to the TERMCOND.TIMEUPDATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Time updated.
aTimeUpdated
- The last updated time of the terms and conditions.public void setTradingId(java.lang.Long tradingId)
This method provides access to the TERMCOND.TRADING_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to TRADING table. This column indicates the trading agreement this term belongs to.
tradingId
- The ID of the trading agreement this term belongs to.public void setTradingId(java.lang.String tradingId)
This method provides access to the TERMCOND.TRADING_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to TRADING table. This column indicates the trading agreement this term belongs to.
setTradingId
in interface ShippingTCShipToAddressAccessBeanData
tradingId
- The ID of the trading agreement this term belongs to.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |