com.ibm.commerce.contract.objects
Class InvoiceTCBean

java.lang.Object
  com.ibm.commerce.base.objects.ECEntityBean
      com.ibm.commerce.contract.objimpl.TermConditionBeanBase
          com.ibm.commerce.contract.objects.TermConditionBean
              com.ibm.commerce.contract.objimpl.InvoiceTCBeanBase
                  com.ibm.commerce.contract.objects.InvoiceTCBean

public class InvoiceTCBean
extends InvoiceTCBeanBase

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.

See Also:
Serialized Form

Field Summary
Fields inherited from class com.ibm.commerce.contract.objimpl.TermConditionBeanBase
changeableFlag, isDTD, mandatoryFlag, referenceNumber, tcSequence, timeCreated, timeUpdated, tradingId
Constructor Summary
InvoiceTCBean()
Method Summary
java.util.Hashtable _copyFromEJB()
void _copyToEJB(java.util.Hashtable h)
Method _copyToEJB.
protected java.util.Vector _getLinks()
Method _getLinks.
protected void _initLinks()
Method _initLinks.
Methods inherited from class com.ibm.commerce.contract.objimpl.InvoiceTCBeanBase
createNewVersion, ejbCreate, ejbPostCreate, getDeliveryMethod, getXMLString, getXMLString, parseXMLElement, setDeliveryMethod
Methods inherited from class com.ibm.commerce.contract.objects.TermConditionBean
_removeLinks, ejbActivate, ejbLoad, ejbPassivate, ejbRemove, ejbStore
Methods inherited from class com.ibm.commerce.contract.objimpl.TermConditionBeanBase
addProductSetAdjustment, deleteProductSetAdjustment, findProductSetIdsByTCIdAndType, getChangeableFlag, getDescription, getDescription, getEntireCatalogAdjustment, getEntireCatalogSelected, getExclusionProductSets, getFallbackDescription, getInclusionProductSets, getMandatoryFlag, getParticipants, getPolicies, getPoliciesByType, getPolicyNameForElementPolicyReference, getPriceListId, getPriceListIds, getProductSetAdjustments, getProductSetId, getReferenceNumber, getStoreIdentityForElementPolicyReference, getStoreOwnerForElementPolicyReference, getTcSequence, getTcSubType, getTimeCreated, getTimeUpdated, getTradingId, getXMLDefinitions, getXMLStringForElementPolicyReference, getXMLStringForTCData, getXMLStrings, markForDelete, parseElementPolicyReference, retrieveBeanName, setChangeableFlag, setEntireCatalogAdjustment, setEntireCatalogAdjustment, setEntireCatalogSelected, setEntireCatalogSelected, setMandatoryFlag, setPriceListId, setProductSetId, setReferenceNumber, setTcSequence, setTimeCreated, setTimeUpdated, setTradingId, setXMLDefinition, setXMLDefinition, updateProductSetAdjustment
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

InvoiceTCBean

public InvoiceTCBean()
Method Detail

_copyFromEJB

public java.util.Hashtable _copyFromEJB()
Overrides:
_copyFromEJB in class TermConditionBean
See Also:
com.ibm.commerce.base.objects.ECEntityBean#_copyFromEJB()

_copyToEJB

public void _copyToEJB(java.util.Hashtable h)
Description copied from class: TermConditionBean
Method _copyToEJB.
Overrides:
_copyToEJB in class TermConditionBean
Parameters:
h -
See Also:
TermConditionBean._copyToEJB(Hashtable)

_getLinks

protected java.util.Vector _getLinks()
Description copied from class: TermConditionBean
Method _getLinks.
Overrides:
_getLinks in class TermConditionBean
Returns:
Vector
See Also:
TermConditionBean._getLinks()

_initLinks

protected void _initLinks()
Description copied from class: TermConditionBean
Method _initLinks.
Overrides:
_initLinks in class TermConditionBean
See Also:
TermConditionBean._initLinks()

Feedback