public abstract class GeneratedB2BDocument extends GenericItem
B2BDocument.GenericItem.GenericItemImplLocalizableItem.LocalizableItemImplExtensibleItem.ExtensibleItemImplItem.AttributeFilter, Item.AttributeMode, Item.CachedGetter, Item.CachedSetter, Item.ItemAttributeMap, Item.ItemConstraint, Item.ItemImpl, Item.JaloCachedComputationException| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
AMOUNT
Qualifier of the
B2BDocument.amount attribute |
static java.lang.String |
CURRENCY
Qualifier of the
B2BDocument.currency attribute |
static java.lang.String |
DATE
Qualifier of the
B2BDocument.date attribute |
protected static java.util.Map<java.lang.String,Item.AttributeMode> |
DEFAULT_INITIAL_ATTRIBUTES |
static java.lang.String |
DOCUMENTMEDIA
Qualifier of the
B2BDocument.documentMedia attribute |
static java.lang.String |
DOCUMENTNUMBER
Qualifier of the
B2BDocument.documentNumber attribute |
static java.lang.String |
DOCUMENTTYPE
Qualifier of the
B2BDocument.documentType attribute |
protected static BidirectionalOneToManyHandler<GeneratedB2BDocument> |
DOCUMENTTYPEHANDLER
BidirectionalOneToManyHandler for handling 1:n DOCUMENTTYPE's relation attributes from 'one' side. |
static java.lang.String |
DUEDATE
Qualifier of the
B2BDocument.dueDate attribute |
static java.lang.String |
OPENAMOUNT
Qualifier of the
B2BDocument.openAmount attribute |
static java.lang.String |
ORDER
Qualifier of the
B2BDocument.order attribute |
protected static BidirectionalOneToManyHandler<GeneratedB2BDocument> |
ORDERHANDLER
BidirectionalOneToManyHandler for handling 1:n ORDER's relation attributes from 'one' side. |
static java.lang.String |
PAYDOCUMENTPAYMENTINFO
Qualifier of the
B2BDocument.payDocumentPaymentInfo attribute |
protected static OneToManyHandler<B2BDocumentPaymentInfo> |
PAYDOCUMENTPAYMENTINFOHANDLER
OneToManyHandler for handling 1:n PAYDOCUMENTPAYMENTINFO's relation attributes from 'many' side. |
static java.lang.String |
STATUS
Qualifier of the
B2BDocument.status attribute |
static java.lang.String |
UNIT
Qualifier of the
B2BDocument.unit attribute |
protected static BidirectionalOneToManyHandler<GeneratedB2BDocument> |
UNITHANDLER
BidirectionalOneToManyHandler for handling 1:n UNIT's relation attributes from 'one' side. |
static java.lang.String |
USEDOCUMENTPAYMENTINFO
Qualifier of the
B2BDocument.useDocumentPaymentInfo attribute |
protected static OneToManyHandler<B2BDocumentPaymentInfo> |
USEDOCUMENTPAYMENTINFOHANDLER
OneToManyHandler for handling 1:n USEDOCUMENTPAYMENTINFO's relation attributes from 'many' side. |
LANGUAGE_FALLBACK_ENABLED_CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPEimpl, tenant| Constructor and Description |
|---|
GeneratedB2BDocument() |
| Modifier and Type | Method and Description |
|---|---|
void |
addToPayDocumentPaymentInfo(B2BDocumentPaymentInfo value)
Generated method - Adds
value to payDocumentPaymentInfo. |
void |
addToPayDocumentPaymentInfo(SessionContext ctx,
B2BDocumentPaymentInfo value)
Generated method - Adds
value to payDocumentPaymentInfo. |
void |
addToUseDocumentPaymentInfo(B2BDocumentPaymentInfo value)
Generated method - Adds
value to useDocumentPaymentInfo. |
void |
addToUseDocumentPaymentInfo(SessionContext ctx,
B2BDocumentPaymentInfo value)
Generated method - Adds
value to useDocumentPaymentInfo. |
protected Item |
createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes)
Has to be implemented for each concrete subtype of item.
|
java.math.BigDecimal |
getAmount()
Generated method - Getter of the
B2BDocument.amount attribute. |
java.math.BigDecimal |
getAmount(SessionContext ctx)
Generated method - Getter of the
B2BDocument.amount attribute. |
Currency |
getCurrency()
Generated method - Getter of the
B2BDocument.currency attribute. |
Currency |
getCurrency(SessionContext ctx)
Generated method - Getter of the
B2BDocument.currency attribute. |
java.util.Date |
getDate()
Generated method - Getter of the
B2BDocument.date attribute. |
java.util.Date |
getDate(SessionContext ctx)
Generated method - Getter of the
B2BDocument.date attribute. |
protected java.util.Map<java.lang.String,Item.AttributeMode> |
getDefaultAttributeModes() |
DocumentMedia |
getDocumentMedia()
Generated method - Getter of the
B2BDocument.documentMedia attribute. |
DocumentMedia |
getDocumentMedia(SessionContext ctx)
Generated method - Getter of the
B2BDocument.documentMedia attribute. |
java.lang.String |
getDocumentNumber()
Generated method - Getter of the
B2BDocument.documentNumber attribute. |
java.lang.String |
getDocumentNumber(SessionContext ctx)
Generated method - Getter of the
B2BDocument.documentNumber attribute. |
B2BDocumentType |
getDocumentType()
Generated method - Getter of the
B2BDocument.documentType attribute. |
B2BDocumentType |
getDocumentType(SessionContext ctx)
Generated method - Getter of the
B2BDocument.documentType attribute. |
java.util.Date |
getDueDate()
Generated method - Getter of the
B2BDocument.dueDate attribute. |
java.util.Date |
getDueDate(SessionContext ctx)
Generated method - Getter of the
B2BDocument.dueDate attribute. |
java.math.BigDecimal |
getOpenAmount()
Generated method - Getter of the
B2BDocument.openAmount attribute. |
java.math.BigDecimal |
getOpenAmount(SessionContext ctx)
Generated method - Getter of the
B2BDocument.openAmount attribute. |
AbstractOrder |
getOrder()
Generated method - Getter of the
B2BDocument.order attribute. |
AbstractOrder |
getOrder(SessionContext ctx)
Generated method - Getter of the
B2BDocument.order attribute. |
java.util.Collection<B2BDocumentPaymentInfo> |
getPayDocumentPaymentInfo()
Generated method - Getter of the
B2BDocument.payDocumentPaymentInfo attribute. |
java.util.Collection<B2BDocumentPaymentInfo> |
getPayDocumentPaymentInfo(SessionContext ctx)
Generated method - Getter of the
B2BDocument.payDocumentPaymentInfo attribute. |
EnumerationValue |
getStatus()
Generated method - Getter of the
B2BDocument.status attribute. |
EnumerationValue |
getStatus(SessionContext ctx)
Generated method - Getter of the
B2BDocument.status attribute. |
B2BUnit |
getUnit()
Generated method - Getter of the
B2BDocument.unit attribute. |
B2BUnit |
getUnit(SessionContext ctx)
Generated method - Getter of the
B2BDocument.unit attribute. |
java.util.Collection<B2BDocumentPaymentInfo> |
getUseDocumentPaymentInfo()
Generated method - Getter of the
B2BDocument.useDocumentPaymentInfo attribute. |
java.util.Collection<B2BDocumentPaymentInfo> |
getUseDocumentPaymentInfo(SessionContext ctx)
Generated method - Getter of the
B2BDocument.useDocumentPaymentInfo attribute. |
void |
removeFromPayDocumentPaymentInfo(B2BDocumentPaymentInfo value)
Generated method - Removes
value from payDocumentPaymentInfo. |
void |
removeFromPayDocumentPaymentInfo(SessionContext ctx,
B2BDocumentPaymentInfo value)
Generated method - Removes
value from payDocumentPaymentInfo. |
void |
removeFromUseDocumentPaymentInfo(B2BDocumentPaymentInfo value)
Generated method - Removes
value from useDocumentPaymentInfo. |
void |
removeFromUseDocumentPaymentInfo(SessionContext ctx,
B2BDocumentPaymentInfo value)
Generated method - Removes
value from useDocumentPaymentInfo. |
void |
setAmount(java.math.BigDecimal value)
Generated method - Setter of the
B2BDocument.amount attribute. |
void |
setAmount(SessionContext ctx,
java.math.BigDecimal value)
Generated method - Setter of the
B2BDocument.amount attribute. |
void |
setCurrency(Currency value)
Generated method - Setter of the
B2BDocument.currency attribute. |
void |
setCurrency(SessionContext ctx,
Currency value)
Generated method - Setter of the
B2BDocument.currency attribute. |
void |
setDate(java.util.Date value)
Generated method - Setter of the
B2BDocument.date attribute. |
void |
setDate(SessionContext ctx,
java.util.Date value)
Generated method - Setter of the
B2BDocument.date attribute. |
void |
setDocumentMedia(DocumentMedia value)
Generated method - Setter of the
B2BDocument.documentMedia attribute. |
void |
setDocumentMedia(SessionContext ctx,
DocumentMedia value)
Generated method - Setter of the
B2BDocument.documentMedia attribute. |
void |
setDocumentNumber(SessionContext ctx,
java.lang.String value)
Generated method - Setter of the
B2BDocument.documentNumber attribute. |
void |
setDocumentNumber(java.lang.String value)
Generated method - Setter of the
B2BDocument.documentNumber attribute. |
void |
setDocumentType(B2BDocumentType value)
Generated method - Setter of the
B2BDocument.documentType attribute. |
void |
setDocumentType(SessionContext ctx,
B2BDocumentType value)
Generated method - Setter of the
B2BDocument.documentType attribute. |
void |
setDueDate(java.util.Date value)
Generated method - Setter of the
B2BDocument.dueDate attribute. |
void |
setDueDate(SessionContext ctx,
java.util.Date value)
Generated method - Setter of the
B2BDocument.dueDate attribute. |
void |
setOpenAmount(java.math.BigDecimal value)
Generated method - Setter of the
B2BDocument.openAmount attribute. |
void |
setOpenAmount(SessionContext ctx,
java.math.BigDecimal value)
Generated method - Setter of the
B2BDocument.openAmount attribute. |
void |
setOrder(AbstractOrder value)
Generated method - Setter of the
B2BDocument.order attribute. |
void |
setOrder(SessionContext ctx,
AbstractOrder value)
Generated method - Setter of the
B2BDocument.order attribute. |
void |
setPayDocumentPaymentInfo(java.util.Collection<B2BDocumentPaymentInfo> value)
Generated method - Setter of the
B2BDocument.payDocumentPaymentInfo attribute. |
void |
setPayDocumentPaymentInfo(SessionContext ctx,
java.util.Collection<B2BDocumentPaymentInfo> value)
Generated method - Setter of the
B2BDocument.payDocumentPaymentInfo attribute. |
void |
setStatus(EnumerationValue value)
Generated method - Setter of the
B2BDocument.status attribute. |
void |
setStatus(SessionContext ctx,
EnumerationValue value)
Generated method - Setter of the
B2BDocument.status attribute. |
void |
setUnit(B2BUnit value)
Generated method - Setter of the
B2BDocument.unit attribute. |
void |
setUnit(SessionContext ctx,
B2BUnit value)
Generated method - Setter of the
B2BDocument.unit attribute. |
void |
setUseDocumentPaymentInfo(java.util.Collection<B2BDocumentPaymentInfo> value)
Generated method - Setter of the
B2BDocument.useDocumentPaymentInfo attribute. |
void |
setUseDocumentPaymentInfo(SessionContext ctx,
java.util.Collection<B2BDocumentPaymentInfo> value)
Generated method - Setter of the
B2BDocument.useDocumentPaymentInfo attribute. |
getInitialProperties, getNonInitialAttributesgetAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedPropertycreateNonClassAccessor, getAllProperties, getAllProperties, getImplementation, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setPropertyaddLinkedItems, 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, writeReplacesetTenantpublic static final java.lang.String DOCUMENTNUMBER
B2BDocument.documentNumber attributepublic static final java.lang.String STATUS
B2BDocument.status attributepublic static final java.lang.String DATE
B2BDocument.date attributepublic static final java.lang.String DUEDATE
B2BDocument.dueDate attributepublic static final java.lang.String AMOUNT
B2BDocument.amount attributepublic static final java.lang.String OPENAMOUNT
B2BDocument.openAmount attributepublic static final java.lang.String CURRENCY
B2BDocument.currency attributepublic static final java.lang.String DOCUMENTMEDIA
B2BDocument.documentMedia attributepublic static final java.lang.String DOCUMENTTYPE
B2BDocument.documentType attributepublic static final java.lang.String UNIT
B2BDocument.unit attributepublic static final java.lang.String ORDER
B2BDocument.order attributepublic static final java.lang.String PAYDOCUMENTPAYMENTINFO
B2BDocument.payDocumentPaymentInfo attributepublic static final java.lang.String USEDOCUMENTPAYMENTINFO
B2BDocument.useDocumentPaymentInfo attributeprotected static final BidirectionalOneToManyHandler<GeneratedB2BDocument> DOCUMENTTYPEHANDLER
BidirectionalOneToManyHandler for handling 1:n DOCUMENTTYPE's relation attributes from 'one' side.protected static final BidirectionalOneToManyHandler<GeneratedB2BDocument> UNITHANDLER
BidirectionalOneToManyHandler for handling 1:n UNIT's relation attributes from 'one' side.protected static final BidirectionalOneToManyHandler<GeneratedB2BDocument> ORDERHANDLER
BidirectionalOneToManyHandler for handling 1:n ORDER's relation attributes from 'one' side.protected static final OneToManyHandler<B2BDocumentPaymentInfo> PAYDOCUMENTPAYMENTINFOHANDLER
OneToManyHandler for handling 1:n PAYDOCUMENTPAYMENTINFO's relation attributes from 'many' side.protected static final OneToManyHandler<B2BDocumentPaymentInfo> USEDOCUMENTPAYMENTINFOHANDLER
OneToManyHandler for handling 1:n USEDOCUMENTPAYMENTINFO's relation attributes from 'many' side.protected static final java.util.Map<java.lang.String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
protected java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes()
getDefaultAttributeModes in class Itempublic java.math.BigDecimal getAmount(SessionContext ctx)
B2BDocument.amount attribute.public java.math.BigDecimal getAmount()
B2BDocument.amount attribute.public void setAmount(SessionContext ctx, java.math.BigDecimal value)
B2BDocument.amount attribute.value - the amount - amountpublic void setAmount(java.math.BigDecimal value)
B2BDocument.amount attribute.value - the amount - amountprotected Item createItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes) throws JaloBusinessException
ItemComposedType.newInstance(Map).
In case this method uses any of the attribute values during creation it is required to override
Item.getNonInitialAttributes(SessionContext, ItemAttributeMap) too.
Sn example:
public static final String MY_ATTRIBUTE = "someAttribute"; ... protected Item createItem(SessionContext
ctx, ComposedType type, Map allAttributes ) throws JaloBusinessException { MyManager man = ... return
man.createMyItem( (String)allAttributes.get(MY_ATTRIBUTE) );
// here MY_ATTRIBUTE is used for creation, so it must not be set again } protected Map getNonInitialAttributes(
SessionContext ctx, Map allAttributes ) { // let superclass remove its own initial attributes Map ret =
super.getNonInitialAttributes( ctx, allAttributes );
// remove MY_ATTRIBUTE from all attributes since if has already been set ret.remove(MY_ATTRIBUTE); return ret; }
createItem in class GenericItemctx - the current session context which this item is created withintype - the actual item type ( since subtypes may not provide a own jalo class this may be different from the
type which this method was implemented for )JaloBusinessException - indicates an error during creation - any changes will be rollbackedpublic Currency getCurrency(SessionContext ctx)
B2BDocument.currency attribute.public Currency getCurrency()
B2BDocument.currency attribute.public void setCurrency(SessionContext ctx, Currency value)
B2BDocument.currency attribute.value - the currencypublic void setCurrency(Currency value)
B2BDocument.currency attribute.value - the currencypublic java.util.Date getDate(SessionContext ctx)
B2BDocument.date attribute.public java.util.Date getDate()
B2BDocument.date attribute.public void setDate(SessionContext ctx, java.util.Date value)
B2BDocument.date attribute.value - the date - datepublic void setDate(java.util.Date value)
B2BDocument.date attribute.value - the date - datepublic DocumentMedia getDocumentMedia(SessionContext ctx)
B2BDocument.documentMedia attribute.public DocumentMedia getDocumentMedia()
B2BDocument.documentMedia attribute.public void setDocumentMedia(SessionContext ctx, DocumentMedia value)
B2BDocument.documentMedia attribute.value - the documentMediapublic void setDocumentMedia(DocumentMedia value)
B2BDocument.documentMedia attribute.value - the documentMediapublic java.lang.String getDocumentNumber(SessionContext ctx)
B2BDocument.documentNumber attribute.public java.lang.String getDocumentNumber()
B2BDocument.documentNumber attribute.public void setDocumentNumber(SessionContext ctx, java.lang.String value)
B2BDocument.documentNumber attribute.value - the documentNumberpublic void setDocumentNumber(java.lang.String value)
B2BDocument.documentNumber attribute.value - the documentNumberpublic B2BDocumentType getDocumentType(SessionContext ctx)
B2BDocument.documentType attribute.public B2BDocumentType getDocumentType()
B2BDocument.documentType attribute.public void setDocumentType(SessionContext ctx, B2BDocumentType value)
B2BDocument.documentType attribute.value - the documentTypepublic void setDocumentType(B2BDocumentType value)
B2BDocument.documentType attribute.value - the documentTypepublic java.util.Date getDueDate(SessionContext ctx)
B2BDocument.dueDate attribute.public java.util.Date getDueDate()
B2BDocument.dueDate attribute.public void setDueDate(SessionContext ctx, java.util.Date value)
B2BDocument.dueDate attribute.value - the dueDate - dueDatepublic void setDueDate(java.util.Date value)
B2BDocument.dueDate attribute.value - the dueDate - dueDatepublic java.math.BigDecimal getOpenAmount(SessionContext ctx)
B2BDocument.openAmount attribute.public java.math.BigDecimal getOpenAmount()
B2BDocument.openAmount attribute.public void setOpenAmount(SessionContext ctx, java.math.BigDecimal value)
B2BDocument.openAmount attribute.value - the openAmount - openAmountpublic void setOpenAmount(java.math.BigDecimal value)
B2BDocument.openAmount attribute.value - the openAmount - openAmountpublic AbstractOrder getOrder(SessionContext ctx)
B2BDocument.order attribute.public AbstractOrder getOrder()
B2BDocument.order attribute.public void setOrder(SessionContext ctx, AbstractOrder value)
B2BDocument.order attribute.value - the orderpublic void setOrder(AbstractOrder value)
B2BDocument.order attribute.value - the orderpublic java.util.Collection<B2BDocumentPaymentInfo> getPayDocumentPaymentInfo(SessionContext ctx)
B2BDocument.payDocumentPaymentInfo attribute.public java.util.Collection<B2BDocumentPaymentInfo> getPayDocumentPaymentInfo()
B2BDocument.payDocumentPaymentInfo attribute.public void setPayDocumentPaymentInfo(SessionContext ctx, java.util.Collection<B2BDocumentPaymentInfo> value)
B2BDocument.payDocumentPaymentInfo attribute.value - the payDocumentPaymentInfopublic void setPayDocumentPaymentInfo(java.util.Collection<B2BDocumentPaymentInfo> value)
B2BDocument.payDocumentPaymentInfo attribute.value - the payDocumentPaymentInfopublic void addToPayDocumentPaymentInfo(SessionContext ctx, B2BDocumentPaymentInfo value)
value to payDocumentPaymentInfo.value - the item to add to payDocumentPaymentInfopublic void addToPayDocumentPaymentInfo(B2BDocumentPaymentInfo value)
value to payDocumentPaymentInfo.value - the item to add to payDocumentPaymentInfopublic void removeFromPayDocumentPaymentInfo(SessionContext ctx, B2BDocumentPaymentInfo value)
value from payDocumentPaymentInfo.value - the item to remove from payDocumentPaymentInfopublic void removeFromPayDocumentPaymentInfo(B2BDocumentPaymentInfo value)
value from payDocumentPaymentInfo.value - the item to remove from payDocumentPaymentInfopublic EnumerationValue getStatus(SessionContext ctx)
B2BDocument.status attribute.public EnumerationValue getStatus()
B2BDocument.status attribute.public void setStatus(SessionContext ctx, EnumerationValue value)
B2BDocument.status attribute.value - the statuspublic void setStatus(EnumerationValue value)
B2BDocument.status attribute.value - the statuspublic B2BUnit getUnit(SessionContext ctx)
B2BDocument.unit attribute.public B2BUnit getUnit()
B2BDocument.unit attribute.public void setUnit(SessionContext ctx, B2BUnit value)
B2BDocument.unit attribute.value - the unitpublic void setUnit(B2BUnit value)
B2BDocument.unit attribute.value - the unitpublic java.util.Collection<B2BDocumentPaymentInfo> getUseDocumentPaymentInfo(SessionContext ctx)
B2BDocument.useDocumentPaymentInfo attribute.public java.util.Collection<B2BDocumentPaymentInfo> getUseDocumentPaymentInfo()
B2BDocument.useDocumentPaymentInfo attribute.public void setUseDocumentPaymentInfo(SessionContext ctx, java.util.Collection<B2BDocumentPaymentInfo> value)
B2BDocument.useDocumentPaymentInfo attribute.value - the useDocumentPaymentInfopublic void setUseDocumentPaymentInfo(java.util.Collection<B2BDocumentPaymentInfo> value)
B2BDocument.useDocumentPaymentInfo attribute.value - the useDocumentPaymentInfopublic void addToUseDocumentPaymentInfo(SessionContext ctx, B2BDocumentPaymentInfo value)
value to useDocumentPaymentInfo.value - the item to add to useDocumentPaymentInfopublic void addToUseDocumentPaymentInfo(B2BDocumentPaymentInfo value)
value to useDocumentPaymentInfo.value - the item to add to useDocumentPaymentInfopublic void removeFromUseDocumentPaymentInfo(SessionContext ctx, B2BDocumentPaymentInfo value)
value from useDocumentPaymentInfo.value - the item to remove from useDocumentPaymentInfopublic void removeFromUseDocumentPaymentInfo(B2BDocumentPaymentInfo value)
value from useDocumentPaymentInfo.value - the item to remove from useDocumentPaymentInfoCopyright © 2018 SAP SE. All Rights Reserved.