Class GeneratedSapB2BDocument
- 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.accountsummaryaddon.jalo.GeneratedB2BDocument
-
- de.hybris.platform.accountsummaryaddon.jalo.B2BDocument
-
- de.hybris.platform.sap.sapinvoiceaddon.jalo.GeneratedSapB2BDocument
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable
- Direct Known Subclasses:
SapB2BDocument
public abstract class GeneratedSapB2BDocument extends B2BDocument
Generated class for typeSapB2BDocument
.- 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
BILLADDRESS
Qualifier of theSapB2BDocument.billAddress
attributestatic java.lang.String
CUSTOMERNUMBER
Qualifier of theSapB2BDocument.customerNumber
attributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>
DEFAULT_INITIAL_ATTRIBUTES
static java.lang.String
DELIVERYDATE
Qualifier of theSapB2BDocument.deliveryDate
attributestatic java.lang.String
DELIVERYNUMBER
Qualifier of theSapB2BDocument.deliveryNumber
attributestatic java.lang.String
FINALDISCOUNT
Qualifier of theSapB2BDocument.finalDiscount
attributestatic java.lang.String
GRANDTOTAL
Qualifier of theSapB2BDocument.grandTotal
attributestatic java.lang.String
GROSSWEIGHT
Qualifier of theSapB2BDocument.grossWeight
attributestatic java.lang.String
INVOICEDATE
Qualifier of theSapB2BDocument.invoiceDate
attributestatic java.lang.String
INVOICENUMBER
Qualifier of theSapB2BDocument.invoiceNumber
attributestatic java.lang.String
MATERIAL
Qualifier of theSapB2BDocument.material
attributeprotected static OneToManyHandler<Material>
MATERIALHANDLER
OneToManyHandler
for handling 1:n MATERIAL's relation attributes from 'many' side.static java.lang.String
NETWEIGHT
Qualifier of theSapB2BDocument.netWeight
attributestatic java.lang.String
ORDERDATE
Qualifier of theSapB2BDocument.orderDate
attributestatic java.lang.String
ORDERNUMBER
Qualifier of theSapB2BDocument.orderNumber
attributestatic java.lang.String
OURTAXNUMBER
Qualifier of theSapB2BDocument.ourTaxNumber
attributestatic java.lang.String
OVERALLTAX
Qualifier of theSapB2BDocument.overAllTax
attributestatic java.lang.String
PARTNERADDRESS
Qualifier of theSapB2BDocument.partnerAddress
attributeprotected static OneToManyHandler<PartnerAddress>
PARTNERADDRESSHANDLER
OneToManyHandler
for handling 1:n PARTNERADDRESS's relation attributes from 'many' side.static java.lang.String
PAYERADDRESS
Qualifier of theSapB2BDocument.payerAddress
attributestatic java.lang.String
PAYERNAME
Qualifier of theSapB2BDocument.payerName
attributestatic java.lang.String
SHIPPINGCOST
Qualifier of theSapB2BDocument.shippingCost
attributestatic java.lang.String
SUBTOTAL
Qualifier of theSapB2BDocument.subTotal
attributestatic java.lang.String
TAXNUMBER
Qualifier of theSapB2BDocument.taxNumber
attributestatic java.lang.String
TERMSOFDELIVERY
Qualifier of theSapB2BDocument.termsOfDelivery
attributestatic java.lang.String
TERMSOFPAYMENT
Qualifier of theSapB2BDocument.termsOfPayment
attributestatic java.lang.String
UNITS
Qualifier of theSapB2BDocument.units
attribute-
Fields inherited from class de.hybris.platform.accountsummaryaddon.jalo.GeneratedB2BDocument
AMOUNT, CURRENCY, DATE, DOCUMENTMEDIA, DOCUMENTNUMBER, DOCUMENTTYPE, DOCUMENTTYPEHANDLER, DUEDATE, OPENAMOUNT, ORDER, ORDERHANDLER, PAYDOCUMENTPAYMENTINFO, PAYDOCUMENTPAYMENTINFOHANDLER, STATUS, UNIT, UNITHANDLER, USEDOCUMENTPAYMENTINFO, USEDOCUMENTPAYMENTINFOHANDLER
-
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 GeneratedSapB2BDocument()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addToMaterial(SessionContext ctx, Material value)
Generated method - Addsvalue
to material.void
addToMaterial(Material value)
Generated method - Addsvalue
to material.void
addToPartnerAddress(SessionContext ctx, PartnerAddress value)
Generated method - Addsvalue
to partnerAddress.void
addToPartnerAddress(PartnerAddress value)
Generated method - Addsvalue
to partnerAddress.java.lang.String
getBillAddress()
Generated method - Getter of theSapB2BDocument.billAddress
attribute.java.lang.String
getBillAddress(SessionContext ctx)
Generated method - Getter of theSapB2BDocument.billAddress
attribute.java.lang.String
getCustomerNumber()
Generated method - Getter of theSapB2BDocument.customerNumber
attribute.java.lang.String
getCustomerNumber(SessionContext ctx)
Generated method - Getter of theSapB2BDocument.customerNumber
attribute.protected java.util.Map<java.lang.String,Item.AttributeMode>
getDefaultAttributeModes()
java.lang.String
getDeliveryDate()
Generated method - Getter of theSapB2BDocument.deliveryDate
attribute.java.lang.String
getDeliveryDate(SessionContext ctx)
Generated method - Getter of theSapB2BDocument.deliveryDate
attribute.java.lang.String
getDeliveryNumber()
Generated method - Getter of theSapB2BDocument.deliveryNumber
attribute.java.lang.String
getDeliveryNumber(SessionContext ctx)
Generated method - Getter of theSapB2BDocument.deliveryNumber
attribute.java.lang.String
getFinalDiscount()
Generated method - Getter of theSapB2BDocument.finalDiscount
attribute.java.lang.String
getFinalDiscount(SessionContext ctx)
Generated method - Getter of theSapB2BDocument.finalDiscount
attribute.java.lang.String
getGrandTotal()
Generated method - Getter of theSapB2BDocument.grandTotal
attribute.java.lang.String
getGrandTotal(SessionContext ctx)
Generated method - Getter of theSapB2BDocument.grandTotal
attribute.java.lang.String
getGrossWeight()
Generated method - Getter of theSapB2BDocument.grossWeight
attribute.java.lang.String
getGrossWeight(SessionContext ctx)
Generated method - Getter of theSapB2BDocument.grossWeight
attribute.java.lang.String
getInvoiceDate()
Generated method - Getter of theSapB2BDocument.invoiceDate
attribute.java.lang.String
getInvoiceDate(SessionContext ctx)
Generated method - Getter of theSapB2BDocument.invoiceDate
attribute.java.lang.String
getInvoiceNumber()
Generated method - Getter of theSapB2BDocument.invoiceNumber
attribute.java.lang.String
getInvoiceNumber(SessionContext ctx)
Generated method - Getter of theSapB2BDocument.invoiceNumber
attribute.java.util.List<Material>
getMaterial()
Generated method - Getter of theSapB2BDocument.material
attribute.java.util.List<Material>
getMaterial(SessionContext ctx)
Generated method - Getter of theSapB2BDocument.material
attribute.java.lang.String
getNetWeight()
Generated method - Getter of theSapB2BDocument.netWeight
attribute.java.lang.String
getNetWeight(SessionContext ctx)
Generated method - Getter of theSapB2BDocument.netWeight
attribute.java.lang.String
getOrderDate()
Generated method - Getter of theSapB2BDocument.orderDate
attribute.java.lang.String
getOrderDate(SessionContext ctx)
Generated method - Getter of theSapB2BDocument.orderDate
attribute.java.lang.String
getOrderNumber()
Generated method - Getter of theSapB2BDocument.orderNumber
attribute.java.lang.String
getOrderNumber(SessionContext ctx)
Generated method - Getter of theSapB2BDocument.orderNumber
attribute.java.lang.String
getOurTaxNumber()
Generated method - Getter of theSapB2BDocument.ourTaxNumber
attribute.java.lang.String
getOurTaxNumber(SessionContext ctx)
Generated method - Getter of theSapB2BDocument.ourTaxNumber
attribute.java.lang.String
getOverAllTax()
Generated method - Getter of theSapB2BDocument.overAllTax
attribute.java.lang.String
getOverAllTax(SessionContext ctx)
Generated method - Getter of theSapB2BDocument.overAllTax
attribute.java.util.List<PartnerAddress>
getPartnerAddress()
Generated method - Getter of theSapB2BDocument.partnerAddress
attribute.java.util.List<PartnerAddress>
getPartnerAddress(SessionContext ctx)
Generated method - Getter of theSapB2BDocument.partnerAddress
attribute.java.lang.String
getPayerAddress()
Generated method - Getter of theSapB2BDocument.payerAddress
attribute.java.lang.String
getPayerAddress(SessionContext ctx)
Generated method - Getter of theSapB2BDocument.payerAddress
attribute.java.lang.String
getPayerName()
Generated method - Getter of theSapB2BDocument.payerName
attribute.java.lang.String
getPayerName(SessionContext ctx)
Generated method - Getter of theSapB2BDocument.payerName
attribute.java.lang.String
getShippingCost()
Generated method - Getter of theSapB2BDocument.shippingCost
attribute.java.lang.String
getShippingCost(SessionContext ctx)
Generated method - Getter of theSapB2BDocument.shippingCost
attribute.java.lang.String
getSubTotal()
Generated method - Getter of theSapB2BDocument.subTotal
attribute.java.lang.String
getSubTotal(SessionContext ctx)
Generated method - Getter of theSapB2BDocument.subTotal
attribute.java.lang.String
getTaxNumber()
Generated method - Getter of theSapB2BDocument.taxNumber
attribute.java.lang.String
getTaxNumber(SessionContext ctx)
Generated method - Getter of theSapB2BDocument.taxNumber
attribute.java.lang.String
getTermsOfDelivery()
Generated method - Getter of theSapB2BDocument.termsOfDelivery
attribute.java.lang.String
getTermsOfDelivery(SessionContext ctx)
Generated method - Getter of theSapB2BDocument.termsOfDelivery
attribute.java.lang.String
getTermsOfPayment()
Generated method - Getter of theSapB2BDocument.termsOfPayment
attribute.java.lang.String
getTermsOfPayment(SessionContext ctx)
Generated method - Getter of theSapB2BDocument.termsOfPayment
attribute.java.lang.String
getUnits()
Generated method - Getter of theSapB2BDocument.units
attribute.java.lang.String
getUnits(SessionContext ctx)
Generated method - Getter of theSapB2BDocument.units
attribute.void
removeFromMaterial(SessionContext ctx, Material value)
Generated method - Removesvalue
from material.void
removeFromMaterial(Material value)
Generated method - Removesvalue
from material.void
removeFromPartnerAddress(SessionContext ctx, PartnerAddress value)
Generated method - Removesvalue
from partnerAddress.void
removeFromPartnerAddress(PartnerAddress value)
Generated method - Removesvalue
from partnerAddress.void
setBillAddress(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSapB2BDocument.billAddress
attribute.void
setBillAddress(java.lang.String value)
Generated method - Setter of theSapB2BDocument.billAddress
attribute.void
setCustomerNumber(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSapB2BDocument.customerNumber
attribute.void
setCustomerNumber(java.lang.String value)
Generated method - Setter of theSapB2BDocument.customerNumber
attribute.void
setDeliveryDate(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSapB2BDocument.deliveryDate
attribute.void
setDeliveryDate(java.lang.String value)
Generated method - Setter of theSapB2BDocument.deliveryDate
attribute.void
setDeliveryNumber(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSapB2BDocument.deliveryNumber
attribute.void
setDeliveryNumber(java.lang.String value)
Generated method - Setter of theSapB2BDocument.deliveryNumber
attribute.void
setFinalDiscount(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSapB2BDocument.finalDiscount
attribute.void
setFinalDiscount(java.lang.String value)
Generated method - Setter of theSapB2BDocument.finalDiscount
attribute.void
setGrandTotal(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSapB2BDocument.grandTotal
attribute.void
setGrandTotal(java.lang.String value)
Generated method - Setter of theSapB2BDocument.grandTotal
attribute.void
setGrossWeight(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSapB2BDocument.grossWeight
attribute.void
setGrossWeight(java.lang.String value)
Generated method - Setter of theSapB2BDocument.grossWeight
attribute.void
setInvoiceDate(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSapB2BDocument.invoiceDate
attribute.void
setInvoiceDate(java.lang.String value)
Generated method - Setter of theSapB2BDocument.invoiceDate
attribute.void
setInvoiceNumber(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSapB2BDocument.invoiceNumber
attribute.void
setInvoiceNumber(java.lang.String value)
Generated method - Setter of theSapB2BDocument.invoiceNumber
attribute.void
setMaterial(SessionContext ctx, java.util.List<Material> value)
Generated method - Setter of theSapB2BDocument.material
attribute.void
setMaterial(java.util.List<Material> value)
Generated method - Setter of theSapB2BDocument.material
attribute.void
setNetWeight(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSapB2BDocument.netWeight
attribute.void
setNetWeight(java.lang.String value)
Generated method - Setter of theSapB2BDocument.netWeight
attribute.void
setOrderDate(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSapB2BDocument.orderDate
attribute.void
setOrderDate(java.lang.String value)
Generated method - Setter of theSapB2BDocument.orderDate
attribute.void
setOrderNumber(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSapB2BDocument.orderNumber
attribute.void
setOrderNumber(java.lang.String value)
Generated method - Setter of theSapB2BDocument.orderNumber
attribute.void
setOurTaxNumber(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSapB2BDocument.ourTaxNumber
attribute.void
setOurTaxNumber(java.lang.String value)
Generated method - Setter of theSapB2BDocument.ourTaxNumber
attribute.void
setOverAllTax(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSapB2BDocument.overAllTax
attribute.void
setOverAllTax(java.lang.String value)
Generated method - Setter of theSapB2BDocument.overAllTax
attribute.void
setPartnerAddress(SessionContext ctx, java.util.List<PartnerAddress> value)
Generated method - Setter of theSapB2BDocument.partnerAddress
attribute.void
setPartnerAddress(java.util.List<PartnerAddress> value)
Generated method - Setter of theSapB2BDocument.partnerAddress
attribute.void
setPayerAddress(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSapB2BDocument.payerAddress
attribute.void
setPayerAddress(java.lang.String value)
Generated method - Setter of theSapB2BDocument.payerAddress
attribute.void
setPayerName(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSapB2BDocument.payerName
attribute.void
setPayerName(java.lang.String value)
Generated method - Setter of theSapB2BDocument.payerName
attribute.void
setShippingCost(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSapB2BDocument.shippingCost
attribute.void
setShippingCost(java.lang.String value)
Generated method - Setter of theSapB2BDocument.shippingCost
attribute.void
setSubTotal(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSapB2BDocument.subTotal
attribute.void
setSubTotal(java.lang.String value)
Generated method - Setter of theSapB2BDocument.subTotal
attribute.void
setTaxNumber(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSapB2BDocument.taxNumber
attribute.void
setTaxNumber(java.lang.String value)
Generated method - Setter of theSapB2BDocument.taxNumber
attribute.void
setTermsOfDelivery(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSapB2BDocument.termsOfDelivery
attribute.void
setTermsOfDelivery(java.lang.String value)
Generated method - Setter of theSapB2BDocument.termsOfDelivery
attribute.void
setTermsOfPayment(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSapB2BDocument.termsOfPayment
attribute.void
setTermsOfPayment(java.lang.String value)
Generated method - Setter of theSapB2BDocument.termsOfPayment
attribute.void
setUnits(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSapB2BDocument.units
attribute.void
setUnits(java.lang.String value)
Generated method - Setter of theSapB2BDocument.units
attribute.-
Methods inherited from class de.hybris.platform.accountsummaryaddon.jalo.B2BDocument
createItem
-
Methods inherited from class de.hybris.platform.accountsummaryaddon.jalo.GeneratedB2BDocument
addToPayDocumentPaymentInfo, addToPayDocumentPaymentInfo, addToUseDocumentPaymentInfo, addToUseDocumentPaymentInfo, getAmount, getAmount, getCurrency, getCurrency, getDate, getDate, getDocumentMedia, getDocumentMedia, getDocumentNumber, getDocumentNumber, getDocumentType, getDocumentType, getDueDate, getDueDate, getOpenAmount, getOpenAmount, getOrder, getOrder, getPayDocumentPaymentInfo, getPayDocumentPaymentInfo, getStatus, getStatus, getUnit, getUnit, getUseDocumentPaymentInfo, getUseDocumentPaymentInfo, removeFromPayDocumentPaymentInfo, removeFromPayDocumentPaymentInfo, removeFromUseDocumentPaymentInfo, removeFromUseDocumentPaymentInfo, setAmount, setAmount, setCurrency, setCurrency, setDate, setDate, setDocumentMedia, setDocumentMedia, setDocumentNumber, setDocumentNumber, setDocumentType, setDocumentType, setDueDate, setDueDate, setOpenAmount, setOpenAmount, setOrder, setOrder, setPayDocumentPaymentInfo, setPayDocumentPaymentInfo, setStatus, setStatus, setUnit, setUnit, setUseDocumentPaymentInfo, setUseDocumentPaymentInfo
-
Methods inherited from class de.hybris.platform.jalo.GenericItem
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
-
INVOICENUMBER
public static final java.lang.String INVOICENUMBER
Qualifier of theSapB2BDocument.invoiceNumber
attribute- See Also:
- Constant Field Values
-
INVOICEDATE
public static final java.lang.String INVOICEDATE
Qualifier of theSapB2BDocument.invoiceDate
attribute- See Also:
- Constant Field Values
-
ORDERNUMBER
public static final java.lang.String ORDERNUMBER
Qualifier of theSapB2BDocument.orderNumber
attribute- See Also:
- Constant Field Values
-
ORDERDATE
public static final java.lang.String ORDERDATE
Qualifier of theSapB2BDocument.orderDate
attribute- See Also:
- Constant Field Values
-
DELIVERYNUMBER
public static final java.lang.String DELIVERYNUMBER
Qualifier of theSapB2BDocument.deliveryNumber
attribute- See Also:
- Constant Field Values
-
DELIVERYDATE
public static final java.lang.String DELIVERYDATE
Qualifier of theSapB2BDocument.deliveryDate
attribute- See Also:
- Constant Field Values
-
CUSTOMERNUMBER
public static final java.lang.String CUSTOMERNUMBER
Qualifier of theSapB2BDocument.customerNumber
attribute- See Also:
- Constant Field Values
-
TAXNUMBER
public static final java.lang.String TAXNUMBER
Qualifier of theSapB2BDocument.taxNumber
attribute- See Also:
- Constant Field Values
-
OURTAXNUMBER
public static final java.lang.String OURTAXNUMBER
Qualifier of theSapB2BDocument.ourTaxNumber
attribute- See Also:
- Constant Field Values
-
NETWEIGHT
public static final java.lang.String NETWEIGHT
Qualifier of theSapB2BDocument.netWeight
attribute- See Also:
- Constant Field Values
-
GROSSWEIGHT
public static final java.lang.String GROSSWEIGHT
Qualifier of theSapB2BDocument.grossWeight
attribute- See Also:
- Constant Field Values
-
UNITS
public static final java.lang.String UNITS
Qualifier of theSapB2BDocument.units
attribute- See Also:
- Constant Field Values
-
TERMSOFPAYMENT
public static final java.lang.String TERMSOFPAYMENT
Qualifier of theSapB2BDocument.termsOfPayment
attribute- See Also:
- Constant Field Values
-
TERMSOFDELIVERY
public static final java.lang.String TERMSOFDELIVERY
Qualifier of theSapB2BDocument.termsOfDelivery
attribute- See Also:
- Constant Field Values
-
SUBTOTAL
public static final java.lang.String SUBTOTAL
Qualifier of theSapB2BDocument.subTotal
attribute- See Also:
- Constant Field Values
-
FINALDISCOUNT
public static final java.lang.String FINALDISCOUNT
Qualifier of theSapB2BDocument.finalDiscount
attribute- See Also:
- Constant Field Values
-
PAYERNAME
public static final java.lang.String PAYERNAME
Qualifier of theSapB2BDocument.payerName
attribute- See Also:
- Constant Field Values
-
PAYERADDRESS
public static final java.lang.String PAYERADDRESS
Qualifier of theSapB2BDocument.payerAddress
attribute- See Also:
- Constant Field Values
-
BILLADDRESS
public static final java.lang.String BILLADDRESS
Qualifier of theSapB2BDocument.billAddress
attribute- See Also:
- Constant Field Values
-
OVERALLTAX
public static final java.lang.String OVERALLTAX
Qualifier of theSapB2BDocument.overAllTax
attribute- See Also:
- Constant Field Values
-
GRANDTOTAL
public static final java.lang.String GRANDTOTAL
Qualifier of theSapB2BDocument.grandTotal
attribute- See Also:
- Constant Field Values
-
SHIPPINGCOST
public static final java.lang.String SHIPPINGCOST
Qualifier of theSapB2BDocument.shippingCost
attribute- See Also:
- Constant Field Values
-
MATERIAL
public static final java.lang.String MATERIAL
Qualifier of theSapB2BDocument.material
attribute- See Also:
- Constant Field Values
-
PARTNERADDRESS
public static final java.lang.String PARTNERADDRESS
Qualifier of theSapB2BDocument.partnerAddress
attribute- See Also:
- Constant Field Values
-
MATERIALHANDLER
protected static final OneToManyHandler<Material> MATERIALHANDLER
OneToManyHandler
for handling 1:n MATERIAL's relation attributes from 'many' side.
-
PARTNERADDRESSHANDLER
protected static final OneToManyHandler<PartnerAddress> PARTNERADDRESSHANDLER
OneToManyHandler
for handling 1:n PARTNERADDRESS'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 classGeneratedB2BDocument
-
getBillAddress
public java.lang.String getBillAddress(SessionContext ctx)
Generated method - Getter of theSapB2BDocument.billAddress
attribute.- Returns:
- the billAddress
-
getBillAddress
public java.lang.String getBillAddress()
Generated method - Getter of theSapB2BDocument.billAddress
attribute.- Returns:
- the billAddress
-
setBillAddress
public void setBillAddress(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSapB2BDocument.billAddress
attribute.- Parameters:
value
- the billAddress
-
setBillAddress
public void setBillAddress(java.lang.String value)
Generated method - Setter of theSapB2BDocument.billAddress
attribute.- Parameters:
value
- the billAddress
-
getCustomerNumber
public java.lang.String getCustomerNumber(SessionContext ctx)
Generated method - Getter of theSapB2BDocument.customerNumber
attribute.- Returns:
- the customerNumber
-
getCustomerNumber
public java.lang.String getCustomerNumber()
Generated method - Getter of theSapB2BDocument.customerNumber
attribute.- Returns:
- the customerNumber
-
setCustomerNumber
public void setCustomerNumber(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSapB2BDocument.customerNumber
attribute.- Parameters:
value
- the customerNumber
-
setCustomerNumber
public void setCustomerNumber(java.lang.String value)
Generated method - Setter of theSapB2BDocument.customerNumber
attribute.- Parameters:
value
- the customerNumber
-
getDeliveryDate
public java.lang.String getDeliveryDate(SessionContext ctx)
Generated method - Getter of theSapB2BDocument.deliveryDate
attribute.- Returns:
- the deliveryDate
-
getDeliveryDate
public java.lang.String getDeliveryDate()
Generated method - Getter of theSapB2BDocument.deliveryDate
attribute.- Returns:
- the deliveryDate
-
setDeliveryDate
public void setDeliveryDate(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSapB2BDocument.deliveryDate
attribute.- Parameters:
value
- the deliveryDate
-
setDeliveryDate
public void setDeliveryDate(java.lang.String value)
Generated method - Setter of theSapB2BDocument.deliveryDate
attribute.- Parameters:
value
- the deliveryDate
-
getDeliveryNumber
public java.lang.String getDeliveryNumber(SessionContext ctx)
Generated method - Getter of theSapB2BDocument.deliveryNumber
attribute.- Returns:
- the deliveryNumber
-
getDeliveryNumber
public java.lang.String getDeliveryNumber()
Generated method - Getter of theSapB2BDocument.deliveryNumber
attribute.- Returns:
- the deliveryNumber
-
setDeliveryNumber
public void setDeliveryNumber(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSapB2BDocument.deliveryNumber
attribute.- Parameters:
value
- the deliveryNumber
-
setDeliveryNumber
public void setDeliveryNumber(java.lang.String value)
Generated method - Setter of theSapB2BDocument.deliveryNumber
attribute.- Parameters:
value
- the deliveryNumber
-
getFinalDiscount
public java.lang.String getFinalDiscount(SessionContext ctx)
Generated method - Getter of theSapB2BDocument.finalDiscount
attribute.- Returns:
- the finalDiscount
-
getFinalDiscount
public java.lang.String getFinalDiscount()
Generated method - Getter of theSapB2BDocument.finalDiscount
attribute.- Returns:
- the finalDiscount
-
setFinalDiscount
public void setFinalDiscount(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSapB2BDocument.finalDiscount
attribute.- Parameters:
value
- the finalDiscount
-
setFinalDiscount
public void setFinalDiscount(java.lang.String value)
Generated method - Setter of theSapB2BDocument.finalDiscount
attribute.- Parameters:
value
- the finalDiscount
-
getGrandTotal
public java.lang.String getGrandTotal(SessionContext ctx)
Generated method - Getter of theSapB2BDocument.grandTotal
attribute.- Returns:
- the grandTotal
-
getGrandTotal
public java.lang.String getGrandTotal()
Generated method - Getter of theSapB2BDocument.grandTotal
attribute.- Returns:
- the grandTotal
-
setGrandTotal
public void setGrandTotal(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSapB2BDocument.grandTotal
attribute.- Parameters:
value
- the grandTotal
-
setGrandTotal
public void setGrandTotal(java.lang.String value)
Generated method - Setter of theSapB2BDocument.grandTotal
attribute.- Parameters:
value
- the grandTotal
-
getGrossWeight
public java.lang.String getGrossWeight(SessionContext ctx)
Generated method - Getter of theSapB2BDocument.grossWeight
attribute.- Returns:
- the grossWeight
-
getGrossWeight
public java.lang.String getGrossWeight()
Generated method - Getter of theSapB2BDocument.grossWeight
attribute.- Returns:
- the grossWeight
-
setGrossWeight
public void setGrossWeight(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSapB2BDocument.grossWeight
attribute.- Parameters:
value
- the grossWeight
-
setGrossWeight
public void setGrossWeight(java.lang.String value)
Generated method - Setter of theSapB2BDocument.grossWeight
attribute.- Parameters:
value
- the grossWeight
-
getInvoiceDate
public java.lang.String getInvoiceDate(SessionContext ctx)
Generated method - Getter of theSapB2BDocument.invoiceDate
attribute.- Returns:
- the invoiceDate
-
getInvoiceDate
public java.lang.String getInvoiceDate()
Generated method - Getter of theSapB2BDocument.invoiceDate
attribute.- Returns:
- the invoiceDate
-
setInvoiceDate
public void setInvoiceDate(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSapB2BDocument.invoiceDate
attribute.- Parameters:
value
- the invoiceDate
-
setInvoiceDate
public void setInvoiceDate(java.lang.String value)
Generated method - Setter of theSapB2BDocument.invoiceDate
attribute.- Parameters:
value
- the invoiceDate
-
getInvoiceNumber
public java.lang.String getInvoiceNumber(SessionContext ctx)
Generated method - Getter of theSapB2BDocument.invoiceNumber
attribute.- Returns:
- the invoiceNumber
-
getInvoiceNumber
public java.lang.String getInvoiceNumber()
Generated method - Getter of theSapB2BDocument.invoiceNumber
attribute.- Returns:
- the invoiceNumber
-
setInvoiceNumber
public void setInvoiceNumber(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSapB2BDocument.invoiceNumber
attribute.- Parameters:
value
- the invoiceNumber
-
setInvoiceNumber
public void setInvoiceNumber(java.lang.String value)
Generated method - Setter of theSapB2BDocument.invoiceNumber
attribute.- Parameters:
value
- the invoiceNumber
-
getMaterial
public java.util.List<Material> getMaterial(SessionContext ctx)
Generated method - Getter of theSapB2BDocument.material
attribute.- Returns:
- the material
-
getMaterial
public java.util.List<Material> getMaterial()
Generated method - Getter of theSapB2BDocument.material
attribute.- Returns:
- the material
-
setMaterial
public void setMaterial(SessionContext ctx, java.util.List<Material> value)
Generated method - Setter of theSapB2BDocument.material
attribute.- Parameters:
value
- the material
-
setMaterial
public void setMaterial(java.util.List<Material> value)
Generated method - Setter of theSapB2BDocument.material
attribute.- Parameters:
value
- the material
-
addToMaterial
public void addToMaterial(SessionContext ctx, Material value)
Generated method - Addsvalue
to material.- Parameters:
value
- the item to add to material
-
addToMaterial
public void addToMaterial(Material value)
Generated method - Addsvalue
to material.- Parameters:
value
- the item to add to material
-
removeFromMaterial
public void removeFromMaterial(SessionContext ctx, Material value)
Generated method - Removesvalue
from material.- Parameters:
value
- the item to remove from material
-
removeFromMaterial
public void removeFromMaterial(Material value)
Generated method - Removesvalue
from material.- Parameters:
value
- the item to remove from material
-
getNetWeight
public java.lang.String getNetWeight(SessionContext ctx)
Generated method - Getter of theSapB2BDocument.netWeight
attribute.- Returns:
- the netWeight
-
getNetWeight
public java.lang.String getNetWeight()
Generated method - Getter of theSapB2BDocument.netWeight
attribute.- Returns:
- the netWeight
-
setNetWeight
public void setNetWeight(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSapB2BDocument.netWeight
attribute.- Parameters:
value
- the netWeight
-
setNetWeight
public void setNetWeight(java.lang.String value)
Generated method - Setter of theSapB2BDocument.netWeight
attribute.- Parameters:
value
- the netWeight
-
getOrderDate
public java.lang.String getOrderDate(SessionContext ctx)
Generated method - Getter of theSapB2BDocument.orderDate
attribute.- Returns:
- the orderDate
-
getOrderDate
public java.lang.String getOrderDate()
Generated method - Getter of theSapB2BDocument.orderDate
attribute.- Returns:
- the orderDate
-
setOrderDate
public void setOrderDate(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSapB2BDocument.orderDate
attribute.- Parameters:
value
- the orderDate
-
setOrderDate
public void setOrderDate(java.lang.String value)
Generated method - Setter of theSapB2BDocument.orderDate
attribute.- Parameters:
value
- the orderDate
-
getOrderNumber
public java.lang.String getOrderNumber(SessionContext ctx)
Generated method - Getter of theSapB2BDocument.orderNumber
attribute.- Returns:
- the orderNumber
-
getOrderNumber
public java.lang.String getOrderNumber()
Generated method - Getter of theSapB2BDocument.orderNumber
attribute.- Returns:
- the orderNumber
-
setOrderNumber
public void setOrderNumber(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSapB2BDocument.orderNumber
attribute.- Parameters:
value
- the orderNumber
-
setOrderNumber
public void setOrderNumber(java.lang.String value)
Generated method - Setter of theSapB2BDocument.orderNumber
attribute.- Parameters:
value
- the orderNumber
-
getOurTaxNumber
public java.lang.String getOurTaxNumber(SessionContext ctx)
Generated method - Getter of theSapB2BDocument.ourTaxNumber
attribute.- Returns:
- the ourTaxNumber
-
getOurTaxNumber
public java.lang.String getOurTaxNumber()
Generated method - Getter of theSapB2BDocument.ourTaxNumber
attribute.- Returns:
- the ourTaxNumber
-
setOurTaxNumber
public void setOurTaxNumber(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSapB2BDocument.ourTaxNumber
attribute.- Parameters:
value
- the ourTaxNumber
-
setOurTaxNumber
public void setOurTaxNumber(java.lang.String value)
Generated method - Setter of theSapB2BDocument.ourTaxNumber
attribute.- Parameters:
value
- the ourTaxNumber
-
getOverAllTax
public java.lang.String getOverAllTax(SessionContext ctx)
Generated method - Getter of theSapB2BDocument.overAllTax
attribute.- Returns:
- the overAllTax
-
getOverAllTax
public java.lang.String getOverAllTax()
Generated method - Getter of theSapB2BDocument.overAllTax
attribute.- Returns:
- the overAllTax
-
setOverAllTax
public void setOverAllTax(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSapB2BDocument.overAllTax
attribute.- Parameters:
value
- the overAllTax
-
setOverAllTax
public void setOverAllTax(java.lang.String value)
Generated method - Setter of theSapB2BDocument.overAllTax
attribute.- Parameters:
value
- the overAllTax
-
getPartnerAddress
public java.util.List<PartnerAddress> getPartnerAddress(SessionContext ctx)
Generated method - Getter of theSapB2BDocument.partnerAddress
attribute.- Returns:
- the partnerAddress
-
getPartnerAddress
public java.util.List<PartnerAddress> getPartnerAddress()
Generated method - Getter of theSapB2BDocument.partnerAddress
attribute.- Returns:
- the partnerAddress
-
setPartnerAddress
public void setPartnerAddress(SessionContext ctx, java.util.List<PartnerAddress> value)
Generated method - Setter of theSapB2BDocument.partnerAddress
attribute.- Parameters:
value
- the partnerAddress
-
setPartnerAddress
public void setPartnerAddress(java.util.List<PartnerAddress> value)
Generated method - Setter of theSapB2BDocument.partnerAddress
attribute.- Parameters:
value
- the partnerAddress
-
addToPartnerAddress
public void addToPartnerAddress(SessionContext ctx, PartnerAddress value)
Generated method - Addsvalue
to partnerAddress.- Parameters:
value
- the item to add to partnerAddress
-
addToPartnerAddress
public void addToPartnerAddress(PartnerAddress value)
Generated method - Addsvalue
to partnerAddress.- Parameters:
value
- the item to add to partnerAddress
-
removeFromPartnerAddress
public void removeFromPartnerAddress(SessionContext ctx, PartnerAddress value)
Generated method - Removesvalue
from partnerAddress.- Parameters:
value
- the item to remove from partnerAddress
-
removeFromPartnerAddress
public void removeFromPartnerAddress(PartnerAddress value)
Generated method - Removesvalue
from partnerAddress.- Parameters:
value
- the item to remove from partnerAddress
-
getPayerAddress
public java.lang.String getPayerAddress(SessionContext ctx)
Generated method - Getter of theSapB2BDocument.payerAddress
attribute.- Returns:
- the payerAddress
-
getPayerAddress
public java.lang.String getPayerAddress()
Generated method - Getter of theSapB2BDocument.payerAddress
attribute.- Returns:
- the payerAddress
-
setPayerAddress
public void setPayerAddress(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSapB2BDocument.payerAddress
attribute.- Parameters:
value
- the payerAddress
-
setPayerAddress
public void setPayerAddress(java.lang.String value)
Generated method - Setter of theSapB2BDocument.payerAddress
attribute.- Parameters:
value
- the payerAddress
-
getPayerName
public java.lang.String getPayerName(SessionContext ctx)
Generated method - Getter of theSapB2BDocument.payerName
attribute.- Returns:
- the payerName
-
getPayerName
public java.lang.String getPayerName()
Generated method - Getter of theSapB2BDocument.payerName
attribute.- Returns:
- the payerName
-
setPayerName
public void setPayerName(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSapB2BDocument.payerName
attribute.- Parameters:
value
- the payerName
-
setPayerName
public void setPayerName(java.lang.String value)
Generated method - Setter of theSapB2BDocument.payerName
attribute.- Parameters:
value
- the payerName
-
getShippingCost
public java.lang.String getShippingCost(SessionContext ctx)
Generated method - Getter of theSapB2BDocument.shippingCost
attribute.- Returns:
- the shippingCost
-
getShippingCost
public java.lang.String getShippingCost()
Generated method - Getter of theSapB2BDocument.shippingCost
attribute.- Returns:
- the shippingCost
-
setShippingCost
public void setShippingCost(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSapB2BDocument.shippingCost
attribute.- Parameters:
value
- the shippingCost
-
setShippingCost
public void setShippingCost(java.lang.String value)
Generated method - Setter of theSapB2BDocument.shippingCost
attribute.- Parameters:
value
- the shippingCost
-
getSubTotal
public java.lang.String getSubTotal(SessionContext ctx)
Generated method - Getter of theSapB2BDocument.subTotal
attribute.- Returns:
- the subTotal
-
getSubTotal
public java.lang.String getSubTotal()
Generated method - Getter of theSapB2BDocument.subTotal
attribute.- Returns:
- the subTotal
-
setSubTotal
public void setSubTotal(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSapB2BDocument.subTotal
attribute.- Parameters:
value
- the subTotal
-
setSubTotal
public void setSubTotal(java.lang.String value)
Generated method - Setter of theSapB2BDocument.subTotal
attribute.- Parameters:
value
- the subTotal
-
getTaxNumber
public java.lang.String getTaxNumber(SessionContext ctx)
Generated method - Getter of theSapB2BDocument.taxNumber
attribute.- Returns:
- the taxNumber
-
getTaxNumber
public java.lang.String getTaxNumber()
Generated method - Getter of theSapB2BDocument.taxNumber
attribute.- Returns:
- the taxNumber
-
setTaxNumber
public void setTaxNumber(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSapB2BDocument.taxNumber
attribute.- Parameters:
value
- the taxNumber
-
setTaxNumber
public void setTaxNumber(java.lang.String value)
Generated method - Setter of theSapB2BDocument.taxNumber
attribute.- Parameters:
value
- the taxNumber
-
getTermsOfDelivery
public java.lang.String getTermsOfDelivery(SessionContext ctx)
Generated method - Getter of theSapB2BDocument.termsOfDelivery
attribute.- Returns:
- the termsOfDelivery
-
getTermsOfDelivery
public java.lang.String getTermsOfDelivery()
Generated method - Getter of theSapB2BDocument.termsOfDelivery
attribute.- Returns:
- the termsOfDelivery
-
setTermsOfDelivery
public void setTermsOfDelivery(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSapB2BDocument.termsOfDelivery
attribute.- Parameters:
value
- the termsOfDelivery
-
setTermsOfDelivery
public void setTermsOfDelivery(java.lang.String value)
Generated method - Setter of theSapB2BDocument.termsOfDelivery
attribute.- Parameters:
value
- the termsOfDelivery
-
getTermsOfPayment
public java.lang.String getTermsOfPayment(SessionContext ctx)
Generated method - Getter of theSapB2BDocument.termsOfPayment
attribute.- Returns:
- the termsOfPayment
-
getTermsOfPayment
public java.lang.String getTermsOfPayment()
Generated method - Getter of theSapB2BDocument.termsOfPayment
attribute.- Returns:
- the termsOfPayment
-
setTermsOfPayment
public void setTermsOfPayment(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSapB2BDocument.termsOfPayment
attribute.- Parameters:
value
- the termsOfPayment
-
setTermsOfPayment
public void setTermsOfPayment(java.lang.String value)
Generated method - Setter of theSapB2BDocument.termsOfPayment
attribute.- Parameters:
value
- the termsOfPayment
-
getUnits
public java.lang.String getUnits(SessionContext ctx)
Generated method - Getter of theSapB2BDocument.units
attribute.- Returns:
- the units
-
getUnits
public java.lang.String getUnits()
Generated method - Getter of theSapB2BDocument.units
attribute.- Returns:
- the units
-
setUnits
public void setUnits(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSapB2BDocument.units
attribute.- Parameters:
value
- the units
-
setUnits
public void setUnits(java.lang.String value)
Generated method - Setter of theSapB2BDocument.units
attribute.- Parameters:
value
- the units
-
-