Class GeneratedSAPCpiOutboundOrder
- java.lang.Object
-
- de.hybris.platform.util.BridgeAbstraction
-
- de.hybris.platform.jalo.Item
-
- de.hybris.platform.jalo.ExtensibleItem
-
- de.hybris.platform.jalo.c2l.LocalizableItem
-
- de.hybris.platform.jalo.GenericItem
-
- de.hybris.platform.sap.sapcpiadapter.jalo.GeneratedSAPCpiOutboundOrder
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable
- Direct Known Subclasses:
SAPCpiOutboundOrder
public abstract class GeneratedSAPCpiOutboundOrder extends GenericItem
Generated class for typeSAPCpiOutboundOrder
.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.GenericItem
GenericItem.GenericItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LocalizableItem.LocalizableItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.ExtensibleItem
ExtensibleItem.ExtensibleItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.Item
Item.AttributeFilter, Item.AttributeMode, Item.CachedGetter, Item.CachedSetter, Item.ItemAttributeMap, Item.ItemConstraint, Item.ItemImpl, Item.JaloCachedComputationException
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
BASESTOREUID
Qualifier of theSAPCpiOutboundOrder.baseStoreUid
attributestatic java.lang.String
CHANNEL
Qualifier of theSAPCpiOutboundOrder.channel
attributestatic java.lang.String
CREATIONDATE
Qualifier of theSAPCpiOutboundOrder.creationDate
attributestatic java.lang.String
CURRENCYISOCODE
Qualifier of theSAPCpiOutboundOrder.currencyIsoCode
attributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>
DEFAULT_INITIAL_ATTRIBUTES
static java.lang.String
DELIVERYMODE
Qualifier of theSAPCpiOutboundOrder.deliveryMode
attributestatic java.lang.String
DISTRIBUTIONCHANNEL
Qualifier of theSAPCpiOutboundOrder.distributionChannel
attributestatic java.lang.String
DIVISION
Qualifier of theSAPCpiOutboundOrder.division
attributestatic java.lang.String
ORDERID
Qualifier of theSAPCpiOutboundOrder.orderId
attributestatic java.lang.String
PAYMENTMODE
Qualifier of theSAPCpiOutboundOrder.paymentMode
attributestatic java.lang.String
PURCHASEORDERNUMBER
Qualifier of theSAPCpiOutboundOrder.purchaseOrderNumber
attributestatic java.lang.String
RESPONSEMESSAGE
Qualifier of theSAPCpiOutboundOrder.responseMessage
attributestatic java.lang.String
RESPONSESTATUS
Qualifier of theSAPCpiOutboundOrder.responseStatus
attributestatic java.lang.String
SALESORGANIZATION
Qualifier of theSAPCpiOutboundOrder.salesOrganization
attributestatic java.lang.String
SAPCPICONFIG
Qualifier of theSAPCpiOutboundOrder.sapCpiConfig
attributestatic java.lang.String
SAPCPIOUTBOUNDADDRESSES
Qualifier of theSAPCpiOutboundOrder.sapCpiOutboundAddresses
attributeprotected static OneToManyHandler<SAPCpiOutboundAddress>
SAPCPIOUTBOUNDADDRESSESHANDLER
OneToManyHandler
for handling 1:n SAPCPIOUTBOUNDADDRESSES's relation attributes from 'many' side.static java.lang.String
SAPCPIOUTBOUNDCARDPAYMENTS
Qualifier of theSAPCpiOutboundOrder.sapCpiOutboundCardPayments
attributeprotected static OneToManyHandler<SAPCpiOutboundCardPayment>
SAPCPIOUTBOUNDCARDPAYMENTSHANDLER
OneToManyHandler
for handling 1:n SAPCPIOUTBOUNDCARDPAYMENTS's relation attributes from 'many' side.static java.lang.String
SAPCPIOUTBOUNDORDERITEMS
Qualifier of theSAPCpiOutboundOrder.sapCpiOutboundOrderItems
attributeprotected static OneToManyHandler<SAPCpiOutboundOrderItem>
SAPCPIOUTBOUNDORDERITEMSHANDLER
OneToManyHandler
for handling 1:n SAPCPIOUTBOUNDORDERITEMS's relation attributes from 'many' side.static java.lang.String
SAPCPIOUTBOUNDPARTNERROLES
Qualifier of theSAPCpiOutboundOrder.sapCpiOutboundPartnerRoles
attributeprotected static OneToManyHandler<SAPCpiOutboundPartnerRole>
SAPCPIOUTBOUNDPARTNERROLESHANDLER
OneToManyHandler
for handling 1:n SAPCPIOUTBOUNDPARTNERROLES's relation attributes from 'many' side.static java.lang.String
SAPCPIOUTBOUNDPRICECOMPONENTS
Qualifier of theSAPCpiOutboundOrder.sapCpiOutboundPriceComponents
attributeprotected static OneToManyHandler<SAPCpiOutboundPriceComponent>
SAPCPIOUTBOUNDPRICECOMPONENTSHANDLER
OneToManyHandler
for handling 1:n SAPCPIOUTBOUNDPRICECOMPONENTS's relation attributes from 'many' side.static java.lang.String
SHIPPINGCONDITION
Qualifier of theSAPCpiOutboundOrder.shippingCondition
attributestatic java.lang.String
TRANSACTIONTYPE
Qualifier of theSAPCpiOutboundOrder.transactionType
attribute-
Fields inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LANGUAGE_FALLBACK_ENABLED
-
Fields inherited from class de.hybris.platform.jalo.Item
_CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, HJMPTS, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPE
-
Fields inherited from class de.hybris.platform.util.BridgeAbstraction
impl, tenant
-
-
Constructor Summary
Constructors Constructor Description GeneratedSAPCpiOutboundOrder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addToSapCpiOutboundAddresses(SessionContext ctx, SAPCpiOutboundAddress value)
Generated method - Addsvalue
to sapCpiOutboundAddresses.void
addToSapCpiOutboundAddresses(SAPCpiOutboundAddress value)
Generated method - Addsvalue
to sapCpiOutboundAddresses.void
addToSapCpiOutboundCardPayments(SessionContext ctx, SAPCpiOutboundCardPayment value)
Generated method - Addsvalue
to sapCpiOutboundCardPayments.void
addToSapCpiOutboundCardPayments(SAPCpiOutboundCardPayment value)
Generated method - Addsvalue
to sapCpiOutboundCardPayments.void
addToSapCpiOutboundOrderItems(SessionContext ctx, SAPCpiOutboundOrderItem value)
Generated method - Addsvalue
to sapCpiOutboundOrderItems.void
addToSapCpiOutboundOrderItems(SAPCpiOutboundOrderItem value)
Generated method - Addsvalue
to sapCpiOutboundOrderItems.void
addToSapCpiOutboundPartnerRoles(SessionContext ctx, SAPCpiOutboundPartnerRole value)
Generated method - Addsvalue
to sapCpiOutboundPartnerRoles.void
addToSapCpiOutboundPartnerRoles(SAPCpiOutboundPartnerRole value)
Generated method - Addsvalue
to sapCpiOutboundPartnerRoles.void
addToSapCpiOutboundPriceComponents(SessionContext ctx, SAPCpiOutboundPriceComponent value)
Generated method - Addsvalue
to sapCpiOutboundPriceComponents.void
addToSapCpiOutboundPriceComponents(SAPCpiOutboundPriceComponent value)
Generated method - Addsvalue
to sapCpiOutboundPriceComponents.java.lang.String
getBaseStoreUid()
Generated method - Getter of theSAPCpiOutboundOrder.baseStoreUid
attribute.java.lang.String
getBaseStoreUid(SessionContext ctx)
Generated method - Getter of theSAPCpiOutboundOrder.baseStoreUid
attribute.java.lang.String
getChannel()
Generated method - Getter of theSAPCpiOutboundOrder.channel
attribute.java.lang.String
getChannel(SessionContext ctx)
Generated method - Getter of theSAPCpiOutboundOrder.channel
attribute.java.lang.String
getCreationDate()
Generated method - Getter of theSAPCpiOutboundOrder.creationDate
attribute.java.lang.String
getCreationDate(SessionContext ctx)
Generated method - Getter of theSAPCpiOutboundOrder.creationDate
attribute.java.lang.String
getCurrencyIsoCode()
Generated method - Getter of theSAPCpiOutboundOrder.currencyIsoCode
attribute.java.lang.String
getCurrencyIsoCode(SessionContext ctx)
Generated method - Getter of theSAPCpiOutboundOrder.currencyIsoCode
attribute.protected java.util.Map<java.lang.String,Item.AttributeMode>
getDefaultAttributeModes()
java.lang.String
getDeliveryMode()
Generated method - Getter of theSAPCpiOutboundOrder.deliveryMode
attribute.java.lang.String
getDeliveryMode(SessionContext ctx)
Generated method - Getter of theSAPCpiOutboundOrder.deliveryMode
attribute.java.lang.String
getDistributionChannel()
Generated method - Getter of theSAPCpiOutboundOrder.distributionChannel
attribute.java.lang.String
getDistributionChannel(SessionContext ctx)
Generated method - Getter of theSAPCpiOutboundOrder.distributionChannel
attribute.java.lang.String
getDivision()
Generated method - Getter of theSAPCpiOutboundOrder.division
attribute.java.lang.String
getDivision(SessionContext ctx)
Generated method - Getter of theSAPCpiOutboundOrder.division
attribute.java.lang.String
getOrderId()
Generated method - Getter of theSAPCpiOutboundOrder.orderId
attribute.java.lang.String
getOrderId(SessionContext ctx)
Generated method - Getter of theSAPCpiOutboundOrder.orderId
attribute.java.lang.String
getPaymentMode()
Generated method - Getter of theSAPCpiOutboundOrder.paymentMode
attribute.java.lang.String
getPaymentMode(SessionContext ctx)
Generated method - Getter of theSAPCpiOutboundOrder.paymentMode
attribute.java.lang.String
getPurchaseOrderNumber()
Generated method - Getter of theSAPCpiOutboundOrder.purchaseOrderNumber
attribute.java.lang.String
getPurchaseOrderNumber(SessionContext ctx)
Generated method - Getter of theSAPCpiOutboundOrder.purchaseOrderNumber
attribute.java.lang.String
getResponseMessage()
Generated method - Getter of theSAPCpiOutboundOrder.responseMessage
attribute.java.lang.String
getResponseMessage(SessionContext ctx)
Generated method - Getter of theSAPCpiOutboundOrder.responseMessage
attribute.java.lang.String
getResponseStatus()
Generated method - Getter of theSAPCpiOutboundOrder.responseStatus
attribute.java.lang.String
getResponseStatus(SessionContext ctx)
Generated method - Getter of theSAPCpiOutboundOrder.responseStatus
attribute.java.lang.String
getSalesOrganization()
Generated method - Getter of theSAPCpiOutboundOrder.salesOrganization
attribute.java.lang.String
getSalesOrganization(SessionContext ctx)
Generated method - Getter of theSAPCpiOutboundOrder.salesOrganization
attribute.SAPCpiOutboundConfig
getSapCpiConfig()
Generated method - Getter of theSAPCpiOutboundOrder.sapCpiConfig
attribute.SAPCpiOutboundConfig
getSapCpiConfig(SessionContext ctx)
Generated method - Getter of theSAPCpiOutboundOrder.sapCpiConfig
attribute.java.util.Set<SAPCpiOutboundAddress>
getSapCpiOutboundAddresses()
Generated method - Getter of theSAPCpiOutboundOrder.sapCpiOutboundAddresses
attribute.java.util.Set<SAPCpiOutboundAddress>
getSapCpiOutboundAddresses(SessionContext ctx)
Generated method - Getter of theSAPCpiOutboundOrder.sapCpiOutboundAddresses
attribute.java.util.Set<SAPCpiOutboundCardPayment>
getSapCpiOutboundCardPayments()
Generated method - Getter of theSAPCpiOutboundOrder.sapCpiOutboundCardPayments
attribute.java.util.Set<SAPCpiOutboundCardPayment>
getSapCpiOutboundCardPayments(SessionContext ctx)
Generated method - Getter of theSAPCpiOutboundOrder.sapCpiOutboundCardPayments
attribute.java.util.Set<SAPCpiOutboundOrderItem>
getSapCpiOutboundOrderItems()
Generated method - Getter of theSAPCpiOutboundOrder.sapCpiOutboundOrderItems
attribute.java.util.Set<SAPCpiOutboundOrderItem>
getSapCpiOutboundOrderItems(SessionContext ctx)
Generated method - Getter of theSAPCpiOutboundOrder.sapCpiOutboundOrderItems
attribute.java.util.Set<SAPCpiOutboundPartnerRole>
getSapCpiOutboundPartnerRoles()
Generated method - Getter of theSAPCpiOutboundOrder.sapCpiOutboundPartnerRoles
attribute.java.util.Set<SAPCpiOutboundPartnerRole>
getSapCpiOutboundPartnerRoles(SessionContext ctx)
Generated method - Getter of theSAPCpiOutboundOrder.sapCpiOutboundPartnerRoles
attribute.java.util.Set<SAPCpiOutboundPriceComponent>
getSapCpiOutboundPriceComponents()
Generated method - Getter of theSAPCpiOutboundOrder.sapCpiOutboundPriceComponents
attribute.java.util.Set<SAPCpiOutboundPriceComponent>
getSapCpiOutboundPriceComponents(SessionContext ctx)
Generated method - Getter of theSAPCpiOutboundOrder.sapCpiOutboundPriceComponents
attribute.java.lang.String
getShippingCondition()
Generated method - Getter of theSAPCpiOutboundOrder.shippingCondition
attribute.java.lang.String
getShippingCondition(SessionContext ctx)
Generated method - Getter of theSAPCpiOutboundOrder.shippingCondition
attribute.java.lang.String
getTransactionType()
Generated method - Getter of theSAPCpiOutboundOrder.transactionType
attribute.java.lang.String
getTransactionType(SessionContext ctx)
Generated method - Getter of theSAPCpiOutboundOrder.transactionType
attribute.void
removeFromSapCpiOutboundAddresses(SessionContext ctx, SAPCpiOutboundAddress value)
Generated method - Removesvalue
from sapCpiOutboundAddresses.void
removeFromSapCpiOutboundAddresses(SAPCpiOutboundAddress value)
Generated method - Removesvalue
from sapCpiOutboundAddresses.void
removeFromSapCpiOutboundCardPayments(SessionContext ctx, SAPCpiOutboundCardPayment value)
Generated method - Removesvalue
from sapCpiOutboundCardPayments.void
removeFromSapCpiOutboundCardPayments(SAPCpiOutboundCardPayment value)
Generated method - Removesvalue
from sapCpiOutboundCardPayments.void
removeFromSapCpiOutboundOrderItems(SessionContext ctx, SAPCpiOutboundOrderItem value)
Generated method - Removesvalue
from sapCpiOutboundOrderItems.void
removeFromSapCpiOutboundOrderItems(SAPCpiOutboundOrderItem value)
Generated method - Removesvalue
from sapCpiOutboundOrderItems.void
removeFromSapCpiOutboundPartnerRoles(SessionContext ctx, SAPCpiOutboundPartnerRole value)
Generated method - Removesvalue
from sapCpiOutboundPartnerRoles.void
removeFromSapCpiOutboundPartnerRoles(SAPCpiOutboundPartnerRole value)
Generated method - Removesvalue
from sapCpiOutboundPartnerRoles.void
removeFromSapCpiOutboundPriceComponents(SessionContext ctx, SAPCpiOutboundPriceComponent value)
Generated method - Removesvalue
from sapCpiOutboundPriceComponents.void
removeFromSapCpiOutboundPriceComponents(SAPCpiOutboundPriceComponent value)
Generated method - Removesvalue
from sapCpiOutboundPriceComponents.void
setBaseStoreUid(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPCpiOutboundOrder.baseStoreUid
attribute.void
setBaseStoreUid(java.lang.String value)
Generated method - Setter of theSAPCpiOutboundOrder.baseStoreUid
attribute.void
setChannel(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPCpiOutboundOrder.channel
attribute.void
setChannel(java.lang.String value)
Generated method - Setter of theSAPCpiOutboundOrder.channel
attribute.void
setCreationDate(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPCpiOutboundOrder.creationDate
attribute.void
setCreationDate(java.lang.String value)
Generated method - Setter of theSAPCpiOutboundOrder.creationDate
attribute.void
setCurrencyIsoCode(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPCpiOutboundOrder.currencyIsoCode
attribute.void
setCurrencyIsoCode(java.lang.String value)
Generated method - Setter of theSAPCpiOutboundOrder.currencyIsoCode
attribute.void
setDeliveryMode(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPCpiOutboundOrder.deliveryMode
attribute.void
setDeliveryMode(java.lang.String value)
Generated method - Setter of theSAPCpiOutboundOrder.deliveryMode
attribute.void
setDistributionChannel(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPCpiOutboundOrder.distributionChannel
attribute.void
setDistributionChannel(java.lang.String value)
Generated method - Setter of theSAPCpiOutboundOrder.distributionChannel
attribute.void
setDivision(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPCpiOutboundOrder.division
attribute.void
setDivision(java.lang.String value)
Generated method - Setter of theSAPCpiOutboundOrder.division
attribute.void
setOrderId(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPCpiOutboundOrder.orderId
attribute.void
setOrderId(java.lang.String value)
Generated method - Setter of theSAPCpiOutboundOrder.orderId
attribute.void
setPaymentMode(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPCpiOutboundOrder.paymentMode
attribute.void
setPaymentMode(java.lang.String value)
Generated method - Setter of theSAPCpiOutboundOrder.paymentMode
attribute.void
setPurchaseOrderNumber(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPCpiOutboundOrder.purchaseOrderNumber
attribute.void
setPurchaseOrderNumber(java.lang.String value)
Generated method - Setter of theSAPCpiOutboundOrder.purchaseOrderNumber
attribute.void
setResponseMessage(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPCpiOutboundOrder.responseMessage
attribute.void
setResponseMessage(java.lang.String value)
Generated method - Setter of theSAPCpiOutboundOrder.responseMessage
attribute.void
setResponseStatus(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPCpiOutboundOrder.responseStatus
attribute.void
setResponseStatus(java.lang.String value)
Generated method - Setter of theSAPCpiOutboundOrder.responseStatus
attribute.void
setSalesOrganization(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPCpiOutboundOrder.salesOrganization
attribute.void
setSalesOrganization(java.lang.String value)
Generated method - Setter of theSAPCpiOutboundOrder.salesOrganization
attribute.void
setSapCpiConfig(SessionContext ctx, SAPCpiOutboundConfig value)
Generated method - Setter of theSAPCpiOutboundOrder.sapCpiConfig
attribute.void
setSapCpiConfig(SAPCpiOutboundConfig value)
Generated method - Setter of theSAPCpiOutboundOrder.sapCpiConfig
attribute.void
setSapCpiOutboundAddresses(SessionContext ctx, java.util.Set<SAPCpiOutboundAddress> value)
Generated method - Setter of theSAPCpiOutboundOrder.sapCpiOutboundAddresses
attribute.void
setSapCpiOutboundAddresses(java.util.Set<SAPCpiOutboundAddress> value)
Generated method - Setter of theSAPCpiOutboundOrder.sapCpiOutboundAddresses
attribute.void
setSapCpiOutboundCardPayments(SessionContext ctx, java.util.Set<SAPCpiOutboundCardPayment> value)
Generated method - Setter of theSAPCpiOutboundOrder.sapCpiOutboundCardPayments
attribute.void
setSapCpiOutboundCardPayments(java.util.Set<SAPCpiOutboundCardPayment> value)
Generated method - Setter of theSAPCpiOutboundOrder.sapCpiOutboundCardPayments
attribute.void
setSapCpiOutboundOrderItems(SessionContext ctx, java.util.Set<SAPCpiOutboundOrderItem> value)
Generated method - Setter of theSAPCpiOutboundOrder.sapCpiOutboundOrderItems
attribute.void
setSapCpiOutboundOrderItems(java.util.Set<SAPCpiOutboundOrderItem> value)
Generated method - Setter of theSAPCpiOutboundOrder.sapCpiOutboundOrderItems
attribute.void
setSapCpiOutboundPartnerRoles(SessionContext ctx, java.util.Set<SAPCpiOutboundPartnerRole> value)
Generated method - Setter of theSAPCpiOutboundOrder.sapCpiOutboundPartnerRoles
attribute.void
setSapCpiOutboundPartnerRoles(java.util.Set<SAPCpiOutboundPartnerRole> value)
Generated method - Setter of theSAPCpiOutboundOrder.sapCpiOutboundPartnerRoles
attribute.void
setSapCpiOutboundPriceComponents(SessionContext ctx, java.util.Set<SAPCpiOutboundPriceComponent> value)
Generated method - Setter of theSAPCpiOutboundOrder.sapCpiOutboundPriceComponents
attribute.void
setSapCpiOutboundPriceComponents(java.util.Set<SAPCpiOutboundPriceComponent> value)
Generated method - Setter of theSAPCpiOutboundOrder.sapCpiOutboundPriceComponents
attribute.void
setShippingCondition(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPCpiOutboundOrder.shippingCondition
attribute.void
setShippingCondition(java.lang.String value)
Generated method - Setter of theSAPCpiOutboundOrder.shippingCondition
attribute.void
setTransactionType(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPCpiOutboundOrder.transactionType
attribute.void
setTransactionType(java.lang.String value)
Generated method - Setter of theSAPCpiOutboundOrder.transactionType
attribute.-
Methods inherited from class de.hybris.platform.jalo.GenericItem
createItem, getImplementation, getInitialProperties, getNonInitialAttributes, getRelatedItems, setRelatedItems
-
Methods inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedProperty
-
Methods inherited from class de.hybris.platform.jalo.ExtensibleItem
createNonClassAccessor, getAllProperties, getAllProperties, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setProperty
-
Methods inherited from class de.hybris.platform.jalo.Item
addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addNegativePermission, addPermission, addPositivePermission, assureExtensionsLoaded, changeTypeAfterCreation, checkConstraint, checkItemPermission, checkMandatoryAttribute, checkMandatoryAttribute, checkPermission, checkPermission, checkRemovable, clearPermission, compareTo, ctx, doAfterRemove, doBeforeRemove, equals, getAccessorFor, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributesInternal, getAllLinkedItems, getAndCheckCacheBoundItem, getAttribute, getAttribute, getCacheBoundItem, getComposedType, getComposedTypePK, getCreationTime, getCurrentlyRemovingCount, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItemsCount, getLinkedItemsCount, getLinkedItemsCount, getModificationTime, getNegativePermissions, getOwner, getPermissionMap, getPermissions, getPersistenceVersion, getPK, getPositivePermissions, getRestrictedPrincipals, getSession, getSyncObject, getTenant, getTransientObject, getTransientObjectMap, hashCode, hasRegisteredClassAccessorFor, internal_registerClassAccessorFor, internal_registerNonClassAccessorFor, invalidateLocalCaches, isAlive, isCacheBound, isCurrentlyRemoving, isCurrentlyRemoving, isEmptyRelationValue, isInCreate, isInstanceOf, isItemCheckBeforeRemoveableDisabled, isMarkModifiedDisabled, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, notifyManagerAboutItemRemoval, readResolve, registerAccessFor, registerAccessFor, registerJaloInvalidationListeners, remove, remove, removeItemCollection, removeItemCollection, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinks, removePartOfItems, removePartOfItems, setAllAttributes, setAllAttributes, setAllAttributesInternal, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAttribute, setAttribute, setAttributeFromString, setAttributeFromString, setCacheBound, setComposedType, setCreationTime, setImplementation, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setModificationTime, setNonInitialAttributes, setOwner, setPermissionsByMap, setTransientObject, setUseTA, toString, useTA, writeReplace
-
Methods inherited from class de.hybris.platform.util.BridgeAbstraction
setTenant
-
-
-
-
Field Detail
-
ORDERID
public static final java.lang.String ORDERID
Qualifier of theSAPCpiOutboundOrder.orderId
attribute- See Also:
- Constant Field Values
-
CREATIONDATE
public static final java.lang.String CREATIONDATE
Qualifier of theSAPCpiOutboundOrder.creationDate
attribute- See Also:
- Constant Field Values
-
CURRENCYISOCODE
public static final java.lang.String CURRENCYISOCODE
Qualifier of theSAPCpiOutboundOrder.currencyIsoCode
attribute- See Also:
- Constant Field Values
-
PAYMENTMODE
public static final java.lang.String PAYMENTMODE
Qualifier of theSAPCpiOutboundOrder.paymentMode
attribute- See Also:
- Constant Field Values
-
DELIVERYMODE
public static final java.lang.String DELIVERYMODE
Qualifier of theSAPCpiOutboundOrder.deliveryMode
attribute- See Also:
- Constant Field Values
-
PURCHASEORDERNUMBER
public static final java.lang.String PURCHASEORDERNUMBER
Qualifier of theSAPCpiOutboundOrder.purchaseOrderNumber
attribute- See Also:
- Constant Field Values
-
BASESTOREUID
public static final java.lang.String BASESTOREUID
Qualifier of theSAPCpiOutboundOrder.baseStoreUid
attribute- See Also:
- Constant Field Values
-
CHANNEL
public static final java.lang.String CHANNEL
Qualifier of theSAPCpiOutboundOrder.channel
attribute- See Also:
- Constant Field Values
-
SALESORGANIZATION
public static final java.lang.String SALESORGANIZATION
Qualifier of theSAPCpiOutboundOrder.salesOrganization
attribute- See Also:
- Constant Field Values
-
DISTRIBUTIONCHANNEL
public static final java.lang.String DISTRIBUTIONCHANNEL
Qualifier of theSAPCpiOutboundOrder.distributionChannel
attribute- See Also:
- Constant Field Values
-
DIVISION
public static final java.lang.String DIVISION
Qualifier of theSAPCpiOutboundOrder.division
attribute- See Also:
- Constant Field Values
-
TRANSACTIONTYPE
public static final java.lang.String TRANSACTIONTYPE
Qualifier of theSAPCpiOutboundOrder.transactionType
attribute- See Also:
- Constant Field Values
-
SHIPPINGCONDITION
public static final java.lang.String SHIPPINGCONDITION
Qualifier of theSAPCpiOutboundOrder.shippingCondition
attribute- See Also:
- Constant Field Values
-
RESPONSESTATUS
public static final java.lang.String RESPONSESTATUS
Qualifier of theSAPCpiOutboundOrder.responseStatus
attribute- See Also:
- Constant Field Values
-
RESPONSEMESSAGE
public static final java.lang.String RESPONSEMESSAGE
Qualifier of theSAPCpiOutboundOrder.responseMessage
attribute- See Also:
- Constant Field Values
-
SAPCPICONFIG
public static final java.lang.String SAPCPICONFIG
Qualifier of theSAPCpiOutboundOrder.sapCpiConfig
attribute- See Also:
- Constant Field Values
-
SAPCPIOUTBOUNDORDERITEMS
public static final java.lang.String SAPCPIOUTBOUNDORDERITEMS
Qualifier of theSAPCpiOutboundOrder.sapCpiOutboundOrderItems
attribute- See Also:
- Constant Field Values
-
SAPCPIOUTBOUNDPARTNERROLES
public static final java.lang.String SAPCPIOUTBOUNDPARTNERROLES
Qualifier of theSAPCpiOutboundOrder.sapCpiOutboundPartnerRoles
attribute- See Also:
- Constant Field Values
-
SAPCPIOUTBOUNDCARDPAYMENTS
public static final java.lang.String SAPCPIOUTBOUNDCARDPAYMENTS
Qualifier of theSAPCpiOutboundOrder.sapCpiOutboundCardPayments
attribute- See Also:
- Constant Field Values
-
SAPCPIOUTBOUNDPRICECOMPONENTS
public static final java.lang.String SAPCPIOUTBOUNDPRICECOMPONENTS
Qualifier of theSAPCpiOutboundOrder.sapCpiOutboundPriceComponents
attribute- See Also:
- Constant Field Values
-
SAPCPIOUTBOUNDADDRESSES
public static final java.lang.String SAPCPIOUTBOUNDADDRESSES
Qualifier of theSAPCpiOutboundOrder.sapCpiOutboundAddresses
attribute- See Also:
- Constant Field Values
-
SAPCPIOUTBOUNDORDERITEMSHANDLER
protected static final OneToManyHandler<SAPCpiOutboundOrderItem> SAPCPIOUTBOUNDORDERITEMSHANDLER
OneToManyHandler
for handling 1:n SAPCPIOUTBOUNDORDERITEMS's relation attributes from 'many' side.
-
SAPCPIOUTBOUNDPARTNERROLESHANDLER
protected static final OneToManyHandler<SAPCpiOutboundPartnerRole> SAPCPIOUTBOUNDPARTNERROLESHANDLER
OneToManyHandler
for handling 1:n SAPCPIOUTBOUNDPARTNERROLES's relation attributes from 'many' side.
-
SAPCPIOUTBOUNDCARDPAYMENTSHANDLER
protected static final OneToManyHandler<SAPCpiOutboundCardPayment> SAPCPIOUTBOUNDCARDPAYMENTSHANDLER
OneToManyHandler
for handling 1:n SAPCPIOUTBOUNDCARDPAYMENTS's relation attributes from 'many' side.
-
SAPCPIOUTBOUNDPRICECOMPONENTSHANDLER
protected static final OneToManyHandler<SAPCpiOutboundPriceComponent> SAPCPIOUTBOUNDPRICECOMPONENTSHANDLER
OneToManyHandler
for handling 1:n SAPCPIOUTBOUNDPRICECOMPONENTS's relation attributes from 'many' side.
-
SAPCPIOUTBOUNDADDRESSESHANDLER
protected static final OneToManyHandler<SAPCpiOutboundAddress> SAPCPIOUTBOUNDADDRESSESHANDLER
OneToManyHandler
for handling 1:n SAPCPIOUTBOUNDADDRESSES's relation attributes from 'many' side.
-
DEFAULT_INITIAL_ATTRIBUTES
protected static final java.util.Map<java.lang.String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
-
-
Method Detail
-
getDefaultAttributeModes
protected java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes()
- Overrides:
getDefaultAttributeModes
in classItem
-
getBaseStoreUid
public java.lang.String getBaseStoreUid(SessionContext ctx)
Generated method - Getter of theSAPCpiOutboundOrder.baseStoreUid
attribute.- Returns:
- the baseStoreUid
-
getBaseStoreUid
public java.lang.String getBaseStoreUid()
Generated method - Getter of theSAPCpiOutboundOrder.baseStoreUid
attribute.- Returns:
- the baseStoreUid
-
setBaseStoreUid
public void setBaseStoreUid(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPCpiOutboundOrder.baseStoreUid
attribute.- Parameters:
value
- the baseStoreUid
-
setBaseStoreUid
public void setBaseStoreUid(java.lang.String value)
Generated method - Setter of theSAPCpiOutboundOrder.baseStoreUid
attribute.- Parameters:
value
- the baseStoreUid
-
getChannel
public java.lang.String getChannel(SessionContext ctx)
Generated method - Getter of theSAPCpiOutboundOrder.channel
attribute.- Returns:
- the channel
-
getChannel
public java.lang.String getChannel()
Generated method - Getter of theSAPCpiOutboundOrder.channel
attribute.- Returns:
- the channel
-
setChannel
public void setChannel(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPCpiOutboundOrder.channel
attribute.- Parameters:
value
- the channel
-
setChannel
public void setChannel(java.lang.String value)
Generated method - Setter of theSAPCpiOutboundOrder.channel
attribute.- Parameters:
value
- the channel
-
getCreationDate
public java.lang.String getCreationDate(SessionContext ctx)
Generated method - Getter of theSAPCpiOutboundOrder.creationDate
attribute.- Returns:
- the creationDate
-
getCreationDate
public java.lang.String getCreationDate()
Generated method - Getter of theSAPCpiOutboundOrder.creationDate
attribute.- Returns:
- the creationDate
-
setCreationDate
public void setCreationDate(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPCpiOutboundOrder.creationDate
attribute.- Parameters:
value
- the creationDate
-
setCreationDate
public void setCreationDate(java.lang.String value)
Generated method - Setter of theSAPCpiOutboundOrder.creationDate
attribute.- Parameters:
value
- the creationDate
-
getCurrencyIsoCode
public java.lang.String getCurrencyIsoCode(SessionContext ctx)
Generated method - Getter of theSAPCpiOutboundOrder.currencyIsoCode
attribute.- Returns:
- the currencyIsoCode
-
getCurrencyIsoCode
public java.lang.String getCurrencyIsoCode()
Generated method - Getter of theSAPCpiOutboundOrder.currencyIsoCode
attribute.- Returns:
- the currencyIsoCode
-
setCurrencyIsoCode
public void setCurrencyIsoCode(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPCpiOutboundOrder.currencyIsoCode
attribute.- Parameters:
value
- the currencyIsoCode
-
setCurrencyIsoCode
public void setCurrencyIsoCode(java.lang.String value)
Generated method - Setter of theSAPCpiOutboundOrder.currencyIsoCode
attribute.- Parameters:
value
- the currencyIsoCode
-
getDeliveryMode
public java.lang.String getDeliveryMode(SessionContext ctx)
Generated method - Getter of theSAPCpiOutboundOrder.deliveryMode
attribute.- Returns:
- the deliveryMode
-
getDeliveryMode
public java.lang.String getDeliveryMode()
Generated method - Getter of theSAPCpiOutboundOrder.deliveryMode
attribute.- Returns:
- the deliveryMode
-
setDeliveryMode
public void setDeliveryMode(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPCpiOutboundOrder.deliveryMode
attribute.- Parameters:
value
- the deliveryMode
-
setDeliveryMode
public void setDeliveryMode(java.lang.String value)
Generated method - Setter of theSAPCpiOutboundOrder.deliveryMode
attribute.- Parameters:
value
- the deliveryMode
-
getDistributionChannel
public java.lang.String getDistributionChannel(SessionContext ctx)
Generated method - Getter of theSAPCpiOutboundOrder.distributionChannel
attribute.- Returns:
- the distributionChannel
-
getDistributionChannel
public java.lang.String getDistributionChannel()
Generated method - Getter of theSAPCpiOutboundOrder.distributionChannel
attribute.- Returns:
- the distributionChannel
-
setDistributionChannel
public void setDistributionChannel(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPCpiOutboundOrder.distributionChannel
attribute.- Parameters:
value
- the distributionChannel
-
setDistributionChannel
public void setDistributionChannel(java.lang.String value)
Generated method - Setter of theSAPCpiOutboundOrder.distributionChannel
attribute.- Parameters:
value
- the distributionChannel
-
getDivision
public java.lang.String getDivision(SessionContext ctx)
Generated method - Getter of theSAPCpiOutboundOrder.division
attribute.- Returns:
- the division
-
getDivision
public java.lang.String getDivision()
Generated method - Getter of theSAPCpiOutboundOrder.division
attribute.- Returns:
- the division
-
setDivision
public void setDivision(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPCpiOutboundOrder.division
attribute.- Parameters:
value
- the division
-
setDivision
public void setDivision(java.lang.String value)
Generated method - Setter of theSAPCpiOutboundOrder.division
attribute.- Parameters:
value
- the division
-
getOrderId
public java.lang.String getOrderId(SessionContext ctx)
Generated method - Getter of theSAPCpiOutboundOrder.orderId
attribute.- Returns:
- the orderId
-
getOrderId
public java.lang.String getOrderId()
Generated method - Getter of theSAPCpiOutboundOrder.orderId
attribute.- Returns:
- the orderId
-
setOrderId
public void setOrderId(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPCpiOutboundOrder.orderId
attribute.- Parameters:
value
- the orderId
-
setOrderId
public void setOrderId(java.lang.String value)
Generated method - Setter of theSAPCpiOutboundOrder.orderId
attribute.- Parameters:
value
- the orderId
-
getPaymentMode
public java.lang.String getPaymentMode(SessionContext ctx)
Generated method - Getter of theSAPCpiOutboundOrder.paymentMode
attribute.- Returns:
- the paymentMode
-
getPaymentMode
public java.lang.String getPaymentMode()
Generated method - Getter of theSAPCpiOutboundOrder.paymentMode
attribute.- Returns:
- the paymentMode
-
setPaymentMode
public void setPaymentMode(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPCpiOutboundOrder.paymentMode
attribute.- Parameters:
value
- the paymentMode
-
setPaymentMode
public void setPaymentMode(java.lang.String value)
Generated method - Setter of theSAPCpiOutboundOrder.paymentMode
attribute.- Parameters:
value
- the paymentMode
-
getPurchaseOrderNumber
public java.lang.String getPurchaseOrderNumber(SessionContext ctx)
Generated method - Getter of theSAPCpiOutboundOrder.purchaseOrderNumber
attribute.- Returns:
- the purchaseOrderNumber
-
getPurchaseOrderNumber
public java.lang.String getPurchaseOrderNumber()
Generated method - Getter of theSAPCpiOutboundOrder.purchaseOrderNumber
attribute.- Returns:
- the purchaseOrderNumber
-
setPurchaseOrderNumber
public void setPurchaseOrderNumber(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPCpiOutboundOrder.purchaseOrderNumber
attribute.- Parameters:
value
- the purchaseOrderNumber
-
setPurchaseOrderNumber
public void setPurchaseOrderNumber(java.lang.String value)
Generated method - Setter of theSAPCpiOutboundOrder.purchaseOrderNumber
attribute.- Parameters:
value
- the purchaseOrderNumber
-
getResponseMessage
public java.lang.String getResponseMessage(SessionContext ctx)
Generated method - Getter of theSAPCpiOutboundOrder.responseMessage
attribute.- Returns:
- the responseMessage
-
getResponseMessage
public java.lang.String getResponseMessage()
Generated method - Getter of theSAPCpiOutboundOrder.responseMessage
attribute.- Returns:
- the responseMessage
-
setResponseMessage
public void setResponseMessage(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPCpiOutboundOrder.responseMessage
attribute.- Parameters:
value
- the responseMessage
-
setResponseMessage
public void setResponseMessage(java.lang.String value)
Generated method - Setter of theSAPCpiOutboundOrder.responseMessage
attribute.- Parameters:
value
- the responseMessage
-
getResponseStatus
public java.lang.String getResponseStatus(SessionContext ctx)
Generated method - Getter of theSAPCpiOutboundOrder.responseStatus
attribute.- Returns:
- the responseStatus
-
getResponseStatus
public java.lang.String getResponseStatus()
Generated method - Getter of theSAPCpiOutboundOrder.responseStatus
attribute.- Returns:
- the responseStatus
-
setResponseStatus
public void setResponseStatus(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPCpiOutboundOrder.responseStatus
attribute.- Parameters:
value
- the responseStatus
-
setResponseStatus
public void setResponseStatus(java.lang.String value)
Generated method - Setter of theSAPCpiOutboundOrder.responseStatus
attribute.- Parameters:
value
- the responseStatus
-
getSalesOrganization
public java.lang.String getSalesOrganization(SessionContext ctx)
Generated method - Getter of theSAPCpiOutboundOrder.salesOrganization
attribute.- Returns:
- the salesOrganization
-
getSalesOrganization
public java.lang.String getSalesOrganization()
Generated method - Getter of theSAPCpiOutboundOrder.salesOrganization
attribute.- Returns:
- the salesOrganization
-
setSalesOrganization
public void setSalesOrganization(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPCpiOutboundOrder.salesOrganization
attribute.- Parameters:
value
- the salesOrganization
-
setSalesOrganization
public void setSalesOrganization(java.lang.String value)
Generated method - Setter of theSAPCpiOutboundOrder.salesOrganization
attribute.- Parameters:
value
- the salesOrganization
-
getSapCpiConfig
public SAPCpiOutboundConfig getSapCpiConfig(SessionContext ctx)
Generated method - Getter of theSAPCpiOutboundOrder.sapCpiConfig
attribute.- Returns:
- the sapCpiConfig
-
getSapCpiConfig
public SAPCpiOutboundConfig getSapCpiConfig()
Generated method - Getter of theSAPCpiOutboundOrder.sapCpiConfig
attribute.- Returns:
- the sapCpiConfig
-
setSapCpiConfig
public void setSapCpiConfig(SessionContext ctx, SAPCpiOutboundConfig value)
Generated method - Setter of theSAPCpiOutboundOrder.sapCpiConfig
attribute.- Parameters:
value
- the sapCpiConfig
-
setSapCpiConfig
public void setSapCpiConfig(SAPCpiOutboundConfig value)
Generated method - Setter of theSAPCpiOutboundOrder.sapCpiConfig
attribute.- Parameters:
value
- the sapCpiConfig
-
getSapCpiOutboundAddresses
public java.util.Set<SAPCpiOutboundAddress> getSapCpiOutboundAddresses(SessionContext ctx)
Generated method - Getter of theSAPCpiOutboundOrder.sapCpiOutboundAddresses
attribute.- Returns:
- the sapCpiOutboundAddresses
-
getSapCpiOutboundAddresses
public java.util.Set<SAPCpiOutboundAddress> getSapCpiOutboundAddresses()
Generated method - Getter of theSAPCpiOutboundOrder.sapCpiOutboundAddresses
attribute.- Returns:
- the sapCpiOutboundAddresses
-
setSapCpiOutboundAddresses
public void setSapCpiOutboundAddresses(SessionContext ctx, java.util.Set<SAPCpiOutboundAddress> value)
Generated method - Setter of theSAPCpiOutboundOrder.sapCpiOutboundAddresses
attribute.- Parameters:
value
- the sapCpiOutboundAddresses
-
setSapCpiOutboundAddresses
public void setSapCpiOutboundAddresses(java.util.Set<SAPCpiOutboundAddress> value)
Generated method - Setter of theSAPCpiOutboundOrder.sapCpiOutboundAddresses
attribute.- Parameters:
value
- the sapCpiOutboundAddresses
-
addToSapCpiOutboundAddresses
public void addToSapCpiOutboundAddresses(SessionContext ctx, SAPCpiOutboundAddress value)
Generated method - Addsvalue
to sapCpiOutboundAddresses.- Parameters:
value
- the item to add to sapCpiOutboundAddresses
-
addToSapCpiOutboundAddresses
public void addToSapCpiOutboundAddresses(SAPCpiOutboundAddress value)
Generated method - Addsvalue
to sapCpiOutboundAddresses.- Parameters:
value
- the item to add to sapCpiOutboundAddresses
-
removeFromSapCpiOutboundAddresses
public void removeFromSapCpiOutboundAddresses(SessionContext ctx, SAPCpiOutboundAddress value)
Generated method - Removesvalue
from sapCpiOutboundAddresses.- Parameters:
value
- the item to remove from sapCpiOutboundAddresses
-
removeFromSapCpiOutboundAddresses
public void removeFromSapCpiOutboundAddresses(SAPCpiOutboundAddress value)
Generated method - Removesvalue
from sapCpiOutboundAddresses.- Parameters:
value
- the item to remove from sapCpiOutboundAddresses
-
getSapCpiOutboundCardPayments
public java.util.Set<SAPCpiOutboundCardPayment> getSapCpiOutboundCardPayments(SessionContext ctx)
Generated method - Getter of theSAPCpiOutboundOrder.sapCpiOutboundCardPayments
attribute.- Returns:
- the sapCpiOutboundCardPayments
-
getSapCpiOutboundCardPayments
public java.util.Set<SAPCpiOutboundCardPayment> getSapCpiOutboundCardPayments()
Generated method - Getter of theSAPCpiOutboundOrder.sapCpiOutboundCardPayments
attribute.- Returns:
- the sapCpiOutboundCardPayments
-
setSapCpiOutboundCardPayments
public void setSapCpiOutboundCardPayments(SessionContext ctx, java.util.Set<SAPCpiOutboundCardPayment> value)
Generated method - Setter of theSAPCpiOutboundOrder.sapCpiOutboundCardPayments
attribute.- Parameters:
value
- the sapCpiOutboundCardPayments
-
setSapCpiOutboundCardPayments
public void setSapCpiOutboundCardPayments(java.util.Set<SAPCpiOutboundCardPayment> value)
Generated method - Setter of theSAPCpiOutboundOrder.sapCpiOutboundCardPayments
attribute.- Parameters:
value
- the sapCpiOutboundCardPayments
-
addToSapCpiOutboundCardPayments
public void addToSapCpiOutboundCardPayments(SessionContext ctx, SAPCpiOutboundCardPayment value)
Generated method - Addsvalue
to sapCpiOutboundCardPayments.- Parameters:
value
- the item to add to sapCpiOutboundCardPayments
-
addToSapCpiOutboundCardPayments
public void addToSapCpiOutboundCardPayments(SAPCpiOutboundCardPayment value)
Generated method - Addsvalue
to sapCpiOutboundCardPayments.- Parameters:
value
- the item to add to sapCpiOutboundCardPayments
-
removeFromSapCpiOutboundCardPayments
public void removeFromSapCpiOutboundCardPayments(SessionContext ctx, SAPCpiOutboundCardPayment value)
Generated method - Removesvalue
from sapCpiOutboundCardPayments.- Parameters:
value
- the item to remove from sapCpiOutboundCardPayments
-
removeFromSapCpiOutboundCardPayments
public void removeFromSapCpiOutboundCardPayments(SAPCpiOutboundCardPayment value)
Generated method - Removesvalue
from sapCpiOutboundCardPayments.- Parameters:
value
- the item to remove from sapCpiOutboundCardPayments
-
getSapCpiOutboundOrderItems
public java.util.Set<SAPCpiOutboundOrderItem> getSapCpiOutboundOrderItems(SessionContext ctx)
Generated method - Getter of theSAPCpiOutboundOrder.sapCpiOutboundOrderItems
attribute.- Returns:
- the sapCpiOutboundOrderItems
-
getSapCpiOutboundOrderItems
public java.util.Set<SAPCpiOutboundOrderItem> getSapCpiOutboundOrderItems()
Generated method - Getter of theSAPCpiOutboundOrder.sapCpiOutboundOrderItems
attribute.- Returns:
- the sapCpiOutboundOrderItems
-
setSapCpiOutboundOrderItems
public void setSapCpiOutboundOrderItems(SessionContext ctx, java.util.Set<SAPCpiOutboundOrderItem> value)
Generated method - Setter of theSAPCpiOutboundOrder.sapCpiOutboundOrderItems
attribute.- Parameters:
value
- the sapCpiOutboundOrderItems
-
setSapCpiOutboundOrderItems
public void setSapCpiOutboundOrderItems(java.util.Set<SAPCpiOutboundOrderItem> value)
Generated method - Setter of theSAPCpiOutboundOrder.sapCpiOutboundOrderItems
attribute.- Parameters:
value
- the sapCpiOutboundOrderItems
-
addToSapCpiOutboundOrderItems
public void addToSapCpiOutboundOrderItems(SessionContext ctx, SAPCpiOutboundOrderItem value)
Generated method - Addsvalue
to sapCpiOutboundOrderItems.- Parameters:
value
- the item to add to sapCpiOutboundOrderItems
-
addToSapCpiOutboundOrderItems
public void addToSapCpiOutboundOrderItems(SAPCpiOutboundOrderItem value)
Generated method - Addsvalue
to sapCpiOutboundOrderItems.- Parameters:
value
- the item to add to sapCpiOutboundOrderItems
-
removeFromSapCpiOutboundOrderItems
public void removeFromSapCpiOutboundOrderItems(SessionContext ctx, SAPCpiOutboundOrderItem value)
Generated method - Removesvalue
from sapCpiOutboundOrderItems.- Parameters:
value
- the item to remove from sapCpiOutboundOrderItems
-
removeFromSapCpiOutboundOrderItems
public void removeFromSapCpiOutboundOrderItems(SAPCpiOutboundOrderItem value)
Generated method - Removesvalue
from sapCpiOutboundOrderItems.- Parameters:
value
- the item to remove from sapCpiOutboundOrderItems
-
getSapCpiOutboundPartnerRoles
public java.util.Set<SAPCpiOutboundPartnerRole> getSapCpiOutboundPartnerRoles(SessionContext ctx)
Generated method - Getter of theSAPCpiOutboundOrder.sapCpiOutboundPartnerRoles
attribute.- Returns:
- the sapCpiOutboundPartnerRoles
-
getSapCpiOutboundPartnerRoles
public java.util.Set<SAPCpiOutboundPartnerRole> getSapCpiOutboundPartnerRoles()
Generated method - Getter of theSAPCpiOutboundOrder.sapCpiOutboundPartnerRoles
attribute.- Returns:
- the sapCpiOutboundPartnerRoles
-
setSapCpiOutboundPartnerRoles
public void setSapCpiOutboundPartnerRoles(SessionContext ctx, java.util.Set<SAPCpiOutboundPartnerRole> value)
Generated method - Setter of theSAPCpiOutboundOrder.sapCpiOutboundPartnerRoles
attribute.- Parameters:
value
- the sapCpiOutboundPartnerRoles
-
setSapCpiOutboundPartnerRoles
public void setSapCpiOutboundPartnerRoles(java.util.Set<SAPCpiOutboundPartnerRole> value)
Generated method - Setter of theSAPCpiOutboundOrder.sapCpiOutboundPartnerRoles
attribute.- Parameters:
value
- the sapCpiOutboundPartnerRoles
-
addToSapCpiOutboundPartnerRoles
public void addToSapCpiOutboundPartnerRoles(SessionContext ctx, SAPCpiOutboundPartnerRole value)
Generated method - Addsvalue
to sapCpiOutboundPartnerRoles.- Parameters:
value
- the item to add to sapCpiOutboundPartnerRoles
-
addToSapCpiOutboundPartnerRoles
public void addToSapCpiOutboundPartnerRoles(SAPCpiOutboundPartnerRole value)
Generated method - Addsvalue
to sapCpiOutboundPartnerRoles.- Parameters:
value
- the item to add to sapCpiOutboundPartnerRoles
-
removeFromSapCpiOutboundPartnerRoles
public void removeFromSapCpiOutboundPartnerRoles(SessionContext ctx, SAPCpiOutboundPartnerRole value)
Generated method - Removesvalue
from sapCpiOutboundPartnerRoles.- Parameters:
value
- the item to remove from sapCpiOutboundPartnerRoles
-
removeFromSapCpiOutboundPartnerRoles
public void removeFromSapCpiOutboundPartnerRoles(SAPCpiOutboundPartnerRole value)
Generated method - Removesvalue
from sapCpiOutboundPartnerRoles.- Parameters:
value
- the item to remove from sapCpiOutboundPartnerRoles
-
getSapCpiOutboundPriceComponents
public java.util.Set<SAPCpiOutboundPriceComponent> getSapCpiOutboundPriceComponents(SessionContext ctx)
Generated method - Getter of theSAPCpiOutboundOrder.sapCpiOutboundPriceComponents
attribute.- Returns:
- the sapCpiOutboundPriceComponents
-
getSapCpiOutboundPriceComponents
public java.util.Set<SAPCpiOutboundPriceComponent> getSapCpiOutboundPriceComponents()
Generated method - Getter of theSAPCpiOutboundOrder.sapCpiOutboundPriceComponents
attribute.- Returns:
- the sapCpiOutboundPriceComponents
-
setSapCpiOutboundPriceComponents
public void setSapCpiOutboundPriceComponents(SessionContext ctx, java.util.Set<SAPCpiOutboundPriceComponent> value)
Generated method - Setter of theSAPCpiOutboundOrder.sapCpiOutboundPriceComponents
attribute.- Parameters:
value
- the sapCpiOutboundPriceComponents
-
setSapCpiOutboundPriceComponents
public void setSapCpiOutboundPriceComponents(java.util.Set<SAPCpiOutboundPriceComponent> value)
Generated method - Setter of theSAPCpiOutboundOrder.sapCpiOutboundPriceComponents
attribute.- Parameters:
value
- the sapCpiOutboundPriceComponents
-
addToSapCpiOutboundPriceComponents
public void addToSapCpiOutboundPriceComponents(SessionContext ctx, SAPCpiOutboundPriceComponent value)
Generated method - Addsvalue
to sapCpiOutboundPriceComponents.- Parameters:
value
- the item to add to sapCpiOutboundPriceComponents
-
addToSapCpiOutboundPriceComponents
public void addToSapCpiOutboundPriceComponents(SAPCpiOutboundPriceComponent value)
Generated method - Addsvalue
to sapCpiOutboundPriceComponents.- Parameters:
value
- the item to add to sapCpiOutboundPriceComponents
-
removeFromSapCpiOutboundPriceComponents
public void removeFromSapCpiOutboundPriceComponents(SessionContext ctx, SAPCpiOutboundPriceComponent value)
Generated method - Removesvalue
from sapCpiOutboundPriceComponents.- Parameters:
value
- the item to remove from sapCpiOutboundPriceComponents
-
removeFromSapCpiOutboundPriceComponents
public void removeFromSapCpiOutboundPriceComponents(SAPCpiOutboundPriceComponent value)
Generated method - Removesvalue
from sapCpiOutboundPriceComponents.- Parameters:
value
- the item to remove from sapCpiOutboundPriceComponents
-
getShippingCondition
public java.lang.String getShippingCondition(SessionContext ctx)
Generated method - Getter of theSAPCpiOutboundOrder.shippingCondition
attribute.- Returns:
- the shippingCondition
-
getShippingCondition
public java.lang.String getShippingCondition()
Generated method - Getter of theSAPCpiOutboundOrder.shippingCondition
attribute.- Returns:
- the shippingCondition
-
setShippingCondition
public void setShippingCondition(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPCpiOutboundOrder.shippingCondition
attribute.- Parameters:
value
- the shippingCondition
-
setShippingCondition
public void setShippingCondition(java.lang.String value)
Generated method - Setter of theSAPCpiOutboundOrder.shippingCondition
attribute.- Parameters:
value
- the shippingCondition
-
getTransactionType
public java.lang.String getTransactionType(SessionContext ctx)
Generated method - Getter of theSAPCpiOutboundOrder.transactionType
attribute.- Returns:
- the transactionType
-
getTransactionType
public java.lang.String getTransactionType()
Generated method - Getter of theSAPCpiOutboundOrder.transactionType
attribute.- Returns:
- the transactionType
-
setTransactionType
public void setTransactionType(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPCpiOutboundOrder.transactionType
attribute.- Parameters:
value
- the transactionType
-
setTransactionType
public void setTransactionType(java.lang.String value)
Generated method - Setter of theSAPCpiOutboundOrder.transactionType
attribute.- Parameters:
value
- the transactionType
-
-