Class GeneratedB2BDocument
- 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
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable
- Direct Known Subclasses:
B2BDocument
public abstract class GeneratedB2BDocument extends GenericItem
Generated class for typeB2BDocument
.- 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
AMOUNT
Qualifier of theB2BDocument.amount
attributestatic java.lang.String
CURRENCY
Qualifier of theB2BDocument.currency
attributestatic java.lang.String
DATE
Qualifier of theB2BDocument.date
attributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>
DEFAULT_INITIAL_ATTRIBUTES
static java.lang.String
DOCUMENTMEDIA
Qualifier of theB2BDocument.documentMedia
attributestatic java.lang.String
DOCUMENTNUMBER
Qualifier of theB2BDocument.documentNumber
attributestatic java.lang.String
DOCUMENTTYPE
Qualifier of theB2BDocument.documentType
attributeprotected static BidirectionalOneToManyHandler<GeneratedB2BDocument>
DOCUMENTTYPEHANDLER
BidirectionalOneToManyHandler
for handling 1:n DOCUMENTTYPE's relation attributes from 'one' side.static java.lang.String
DUEDATE
Qualifier of theB2BDocument.dueDate
attributestatic java.lang.String
OPENAMOUNT
Qualifier of theB2BDocument.openAmount
attributestatic java.lang.String
ORDER
Qualifier of theB2BDocument.order
attributeprotected static BidirectionalOneToManyHandler<GeneratedB2BDocument>
ORDERHANDLER
BidirectionalOneToManyHandler
for handling 1:n ORDER's relation attributes from 'one' side.static java.lang.String
PAYDOCUMENTPAYMENTINFO
Qualifier of theB2BDocument.payDocumentPaymentInfo
attributeprotected static OneToManyHandler<B2BDocumentPaymentInfo>
PAYDOCUMENTPAYMENTINFOHANDLER
OneToManyHandler
for handling 1:n PAYDOCUMENTPAYMENTINFO's relation attributes from 'many' side.static java.lang.String
STATUS
Qualifier of theB2BDocument.status
attributestatic java.lang.String
UNIT
Qualifier of theB2BDocument.unit
attributeprotected static BidirectionalOneToManyHandler<GeneratedB2BDocument>
UNITHANDLER
BidirectionalOneToManyHandler
for handling 1:n UNIT's relation attributes from 'one' side.static java.lang.String
USEDOCUMENTPAYMENTINFO
Qualifier of theB2BDocument.useDocumentPaymentInfo
attributeprotected static OneToManyHandler<B2BDocumentPaymentInfo>
USEDOCUMENTPAYMENTINFOHANDLER
OneToManyHandler
for handling 1:n USEDOCUMENTPAYMENTINFO's relation attributes from 'many' side.-
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 GeneratedB2BDocument()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addToPayDocumentPaymentInfo(B2BDocumentPaymentInfo value)
Generated method - Addsvalue
to payDocumentPaymentInfo.void
addToPayDocumentPaymentInfo(SessionContext ctx, B2BDocumentPaymentInfo value)
Generated method - Addsvalue
to payDocumentPaymentInfo.void
addToUseDocumentPaymentInfo(B2BDocumentPaymentInfo value)
Generated method - Addsvalue
to useDocumentPaymentInfo.void
addToUseDocumentPaymentInfo(SessionContext ctx, B2BDocumentPaymentInfo value)
Generated method - Addsvalue
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 theB2BDocument.amount
attribute.java.math.BigDecimal
getAmount(SessionContext ctx)
Generated method - Getter of theB2BDocument.amount
attribute.Currency
getCurrency()
Generated method - Getter of theB2BDocument.currency
attribute.Currency
getCurrency(SessionContext ctx)
Generated method - Getter of theB2BDocument.currency
attribute.java.util.Date
getDate()
Generated method - Getter of theB2BDocument.date
attribute.java.util.Date
getDate(SessionContext ctx)
Generated method - Getter of theB2BDocument.date
attribute.protected java.util.Map<java.lang.String,Item.AttributeMode>
getDefaultAttributeModes()
DocumentMedia
getDocumentMedia()
Generated method - Getter of theB2BDocument.documentMedia
attribute.DocumentMedia
getDocumentMedia(SessionContext ctx)
Generated method - Getter of theB2BDocument.documentMedia
attribute.java.lang.String
getDocumentNumber()
Generated method - Getter of theB2BDocument.documentNumber
attribute.java.lang.String
getDocumentNumber(SessionContext ctx)
Generated method - Getter of theB2BDocument.documentNumber
attribute.B2BDocumentType
getDocumentType()
Generated method - Getter of theB2BDocument.documentType
attribute.B2BDocumentType
getDocumentType(SessionContext ctx)
Generated method - Getter of theB2BDocument.documentType
attribute.java.util.Date
getDueDate()
Generated method - Getter of theB2BDocument.dueDate
attribute.java.util.Date
getDueDate(SessionContext ctx)
Generated method - Getter of theB2BDocument.dueDate
attribute.java.math.BigDecimal
getOpenAmount()
Generated method - Getter of theB2BDocument.openAmount
attribute.java.math.BigDecimal
getOpenAmount(SessionContext ctx)
Generated method - Getter of theB2BDocument.openAmount
attribute.AbstractOrder
getOrder()
Generated method - Getter of theB2BDocument.order
attribute.AbstractOrder
getOrder(SessionContext ctx)
Generated method - Getter of theB2BDocument.order
attribute.java.util.Collection<B2BDocumentPaymentInfo>
getPayDocumentPaymentInfo()
Generated method - Getter of theB2BDocument.payDocumentPaymentInfo
attribute.java.util.Collection<B2BDocumentPaymentInfo>
getPayDocumentPaymentInfo(SessionContext ctx)
Generated method - Getter of theB2BDocument.payDocumentPaymentInfo
attribute.EnumerationValue
getStatus()
Generated method - Getter of theB2BDocument.status
attribute.EnumerationValue
getStatus(SessionContext ctx)
Generated method - Getter of theB2BDocument.status
attribute.B2BUnit
getUnit()
Generated method - Getter of theB2BDocument.unit
attribute.B2BUnit
getUnit(SessionContext ctx)
Generated method - Getter of theB2BDocument.unit
attribute.java.util.Collection<B2BDocumentPaymentInfo>
getUseDocumentPaymentInfo()
Generated method - Getter of theB2BDocument.useDocumentPaymentInfo
attribute.java.util.Collection<B2BDocumentPaymentInfo>
getUseDocumentPaymentInfo(SessionContext ctx)
Generated method - Getter of theB2BDocument.useDocumentPaymentInfo
attribute.void
removeFromPayDocumentPaymentInfo(B2BDocumentPaymentInfo value)
Generated method - Removesvalue
from payDocumentPaymentInfo.void
removeFromPayDocumentPaymentInfo(SessionContext ctx, B2BDocumentPaymentInfo value)
Generated method - Removesvalue
from payDocumentPaymentInfo.void
removeFromUseDocumentPaymentInfo(B2BDocumentPaymentInfo value)
Generated method - Removesvalue
from useDocumentPaymentInfo.void
removeFromUseDocumentPaymentInfo(SessionContext ctx, B2BDocumentPaymentInfo value)
Generated method - Removesvalue
from useDocumentPaymentInfo.void
setAmount(SessionContext ctx, java.math.BigDecimal value)
Generated method - Setter of theB2BDocument.amount
attribute.void
setAmount(java.math.BigDecimal value)
Generated method - Setter of theB2BDocument.amount
attribute.void
setCurrency(Currency value)
Generated method - Setter of theB2BDocument.currency
attribute.void
setCurrency(SessionContext ctx, Currency value)
Generated method - Setter of theB2BDocument.currency
attribute.void
setDate(SessionContext ctx, java.util.Date value)
Generated method - Setter of theB2BDocument.date
attribute.void
setDate(java.util.Date value)
Generated method - Setter of theB2BDocument.date
attribute.void
setDocumentMedia(DocumentMedia value)
Generated method - Setter of theB2BDocument.documentMedia
attribute.void
setDocumentMedia(SessionContext ctx, DocumentMedia value)
Generated method - Setter of theB2BDocument.documentMedia
attribute.void
setDocumentNumber(SessionContext ctx, java.lang.String value)
Generated method - Setter of theB2BDocument.documentNumber
attribute.void
setDocumentNumber(java.lang.String value)
Generated method - Setter of theB2BDocument.documentNumber
attribute.void
setDocumentType(B2BDocumentType value)
Generated method - Setter of theB2BDocument.documentType
attribute.void
setDocumentType(SessionContext ctx, B2BDocumentType value)
Generated method - Setter of theB2BDocument.documentType
attribute.void
setDueDate(SessionContext ctx, java.util.Date value)
Generated method - Setter of theB2BDocument.dueDate
attribute.void
setDueDate(java.util.Date value)
Generated method - Setter of theB2BDocument.dueDate
attribute.void
setOpenAmount(SessionContext ctx, java.math.BigDecimal value)
Generated method - Setter of theB2BDocument.openAmount
attribute.void
setOpenAmount(java.math.BigDecimal value)
Generated method - Setter of theB2BDocument.openAmount
attribute.void
setOrder(AbstractOrder value)
Generated method - Setter of theB2BDocument.order
attribute.void
setOrder(SessionContext ctx, AbstractOrder value)
Generated method - Setter of theB2BDocument.order
attribute.void
setPayDocumentPaymentInfo(SessionContext ctx, java.util.Collection<B2BDocumentPaymentInfo> value)
Generated method - Setter of theB2BDocument.payDocumentPaymentInfo
attribute.void
setPayDocumentPaymentInfo(java.util.Collection<B2BDocumentPaymentInfo> value)
Generated method - Setter of theB2BDocument.payDocumentPaymentInfo
attribute.void
setStatus(EnumerationValue value)
Generated method - Setter of theB2BDocument.status
attribute.void
setStatus(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theB2BDocument.status
attribute.void
setUnit(B2BUnit value)
Generated method - Setter of theB2BDocument.unit
attribute.void
setUnit(SessionContext ctx, B2BUnit value)
Generated method - Setter of theB2BDocument.unit
attribute.void
setUseDocumentPaymentInfo(SessionContext ctx, java.util.Collection<B2BDocumentPaymentInfo> value)
Generated method - Setter of theB2BDocument.useDocumentPaymentInfo
attribute.void
setUseDocumentPaymentInfo(java.util.Collection<B2BDocumentPaymentInfo> value)
Generated method - Setter of theB2BDocument.useDocumentPaymentInfo
attribute.-
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
-
DOCUMENTNUMBER
public static final java.lang.String DOCUMENTNUMBER
Qualifier of theB2BDocument.documentNumber
attribute- See Also:
- Constant Field Values
-
STATUS
public static final java.lang.String STATUS
Qualifier of theB2BDocument.status
attribute- See Also:
- Constant Field Values
-
DATE
public static final java.lang.String DATE
Qualifier of theB2BDocument.date
attribute- See Also:
- Constant Field Values
-
DUEDATE
public static final java.lang.String DUEDATE
Qualifier of theB2BDocument.dueDate
attribute- See Also:
- Constant Field Values
-
AMOUNT
public static final java.lang.String AMOUNT
Qualifier of theB2BDocument.amount
attribute- See Also:
- Constant Field Values
-
OPENAMOUNT
public static final java.lang.String OPENAMOUNT
Qualifier of theB2BDocument.openAmount
attribute- See Also:
- Constant Field Values
-
CURRENCY
public static final java.lang.String CURRENCY
Qualifier of theB2BDocument.currency
attribute- See Also:
- Constant Field Values
-
DOCUMENTMEDIA
public static final java.lang.String DOCUMENTMEDIA
Qualifier of theB2BDocument.documentMedia
attribute- See Also:
- Constant Field Values
-
DOCUMENTTYPE
public static final java.lang.String DOCUMENTTYPE
Qualifier of theB2BDocument.documentType
attribute- See Also:
- Constant Field Values
-
UNIT
public static final java.lang.String UNIT
Qualifier of theB2BDocument.unit
attribute- See Also:
- Constant Field Values
-
ORDER
public static final java.lang.String ORDER
Qualifier of theB2BDocument.order
attribute- See Also:
- Constant Field Values
-
PAYDOCUMENTPAYMENTINFO
public static final java.lang.String PAYDOCUMENTPAYMENTINFO
Qualifier of theB2BDocument.payDocumentPaymentInfo
attribute- See Also:
- Constant Field Values
-
USEDOCUMENTPAYMENTINFO
public static final java.lang.String USEDOCUMENTPAYMENTINFO
Qualifier of theB2BDocument.useDocumentPaymentInfo
attribute- See Also:
- Constant Field Values
-
DOCUMENTTYPEHANDLER
protected static final BidirectionalOneToManyHandler<GeneratedB2BDocument> DOCUMENTTYPEHANDLER
BidirectionalOneToManyHandler
for handling 1:n DOCUMENTTYPE's relation attributes from 'one' side.
-
UNITHANDLER
protected static final BidirectionalOneToManyHandler<GeneratedB2BDocument> UNITHANDLER
BidirectionalOneToManyHandler
for handling 1:n UNIT's relation attributes from 'one' side.
-
ORDERHANDLER
protected static final BidirectionalOneToManyHandler<GeneratedB2BDocument> ORDERHANDLER
BidirectionalOneToManyHandler
for handling 1:n ORDER's relation attributes from 'one' side.
-
PAYDOCUMENTPAYMENTINFOHANDLER
protected static final OneToManyHandler<B2BDocumentPaymentInfo> PAYDOCUMENTPAYMENTINFOHANDLER
OneToManyHandler
for handling 1:n PAYDOCUMENTPAYMENTINFO's relation attributes from 'many' side.
-
USEDOCUMENTPAYMENTINFOHANDLER
protected static final OneToManyHandler<B2BDocumentPaymentInfo> USEDOCUMENTPAYMENTINFOHANDLER
OneToManyHandler
for handling 1:n USEDOCUMENTPAYMENTINFO'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
-
getAmount
public java.math.BigDecimal getAmount(SessionContext ctx)
Generated method - Getter of theB2BDocument.amount
attribute.- Returns:
- the amount - amount
-
getAmount
public java.math.BigDecimal getAmount()
Generated method - Getter of theB2BDocument.amount
attribute.- Returns:
- the amount - amount
-
setAmount
public void setAmount(SessionContext ctx, java.math.BigDecimal value)
Generated method - Setter of theB2BDocument.amount
attribute.- Parameters:
value
- the amount - amount
-
setAmount
public void setAmount(java.math.BigDecimal value)
Generated method - Setter of theB2BDocument.amount
attribute.- Parameters:
value
- the amount - amount
-
createItem
protected Item createItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes) throws JaloBusinessException
Description copied from class:Item
Has to be implemented for each concrete subtype of item. This method is responsible for creating a new item instance ( by calling managers, ejb homes, etc. ) duringComposedType.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; }
- Overrides:
createItem
in classGenericItem
- Parameters:
ctx
- 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 )- Returns:
- the new item instance
- Throws:
JaloBusinessException
- indicates an error during creation - any changes will be rollbacked
-
getCurrency
public Currency getCurrency(SessionContext ctx)
Generated method - Getter of theB2BDocument.currency
attribute.- Returns:
- the currency
-
getCurrency
public Currency getCurrency()
Generated method - Getter of theB2BDocument.currency
attribute.- Returns:
- the currency
-
setCurrency
public void setCurrency(SessionContext ctx, Currency value)
Generated method - Setter of theB2BDocument.currency
attribute.- Parameters:
value
- the currency
-
setCurrency
public void setCurrency(Currency value)
Generated method - Setter of theB2BDocument.currency
attribute.- Parameters:
value
- the currency
-
getDate
public java.util.Date getDate(SessionContext ctx)
Generated method - Getter of theB2BDocument.date
attribute.- Returns:
- the date - date
-
getDate
public java.util.Date getDate()
Generated method - Getter of theB2BDocument.date
attribute.- Returns:
- the date - date
-
setDate
public void setDate(SessionContext ctx, java.util.Date value)
Generated method - Setter of theB2BDocument.date
attribute.- Parameters:
value
- the date - date
-
setDate
public void setDate(java.util.Date value)
Generated method - Setter of theB2BDocument.date
attribute.- Parameters:
value
- the date - date
-
getDocumentMedia
public DocumentMedia getDocumentMedia(SessionContext ctx)
Generated method - Getter of theB2BDocument.documentMedia
attribute.- Returns:
- the documentMedia
-
getDocumentMedia
public DocumentMedia getDocumentMedia()
Generated method - Getter of theB2BDocument.documentMedia
attribute.- Returns:
- the documentMedia
-
setDocumentMedia
public void setDocumentMedia(SessionContext ctx, DocumentMedia value)
Generated method - Setter of theB2BDocument.documentMedia
attribute.- Parameters:
value
- the documentMedia
-
setDocumentMedia
public void setDocumentMedia(DocumentMedia value)
Generated method - Setter of theB2BDocument.documentMedia
attribute.- Parameters:
value
- the documentMedia
-
getDocumentNumber
public java.lang.String getDocumentNumber(SessionContext ctx)
Generated method - Getter of theB2BDocument.documentNumber
attribute.- Returns:
- the documentNumber
-
getDocumentNumber
public java.lang.String getDocumentNumber()
Generated method - Getter of theB2BDocument.documentNumber
attribute.- Returns:
- the documentNumber
-
setDocumentNumber
public void setDocumentNumber(SessionContext ctx, java.lang.String value)
Generated method - Setter of theB2BDocument.documentNumber
attribute.- Parameters:
value
- the documentNumber
-
setDocumentNumber
public void setDocumentNumber(java.lang.String value)
Generated method - Setter of theB2BDocument.documentNumber
attribute.- Parameters:
value
- the documentNumber
-
getDocumentType
public B2BDocumentType getDocumentType(SessionContext ctx)
Generated method - Getter of theB2BDocument.documentType
attribute.- Returns:
- the documentType
-
getDocumentType
public B2BDocumentType getDocumentType()
Generated method - Getter of theB2BDocument.documentType
attribute.- Returns:
- the documentType
-
setDocumentType
public void setDocumentType(SessionContext ctx, B2BDocumentType value)
Generated method - Setter of theB2BDocument.documentType
attribute.- Parameters:
value
- the documentType
-
setDocumentType
public void setDocumentType(B2BDocumentType value)
Generated method - Setter of theB2BDocument.documentType
attribute.- Parameters:
value
- the documentType
-
getDueDate
public java.util.Date getDueDate(SessionContext ctx)
Generated method - Getter of theB2BDocument.dueDate
attribute.- Returns:
- the dueDate - dueDate
-
getDueDate
public java.util.Date getDueDate()
Generated method - Getter of theB2BDocument.dueDate
attribute.- Returns:
- the dueDate - dueDate
-
setDueDate
public void setDueDate(SessionContext ctx, java.util.Date value)
Generated method - Setter of theB2BDocument.dueDate
attribute.- Parameters:
value
- the dueDate - dueDate
-
setDueDate
public void setDueDate(java.util.Date value)
Generated method - Setter of theB2BDocument.dueDate
attribute.- Parameters:
value
- the dueDate - dueDate
-
getOpenAmount
public java.math.BigDecimal getOpenAmount(SessionContext ctx)
Generated method - Getter of theB2BDocument.openAmount
attribute.- Returns:
- the openAmount - openAmount
-
getOpenAmount
public java.math.BigDecimal getOpenAmount()
Generated method - Getter of theB2BDocument.openAmount
attribute.- Returns:
- the openAmount - openAmount
-
setOpenAmount
public void setOpenAmount(SessionContext ctx, java.math.BigDecimal value)
Generated method - Setter of theB2BDocument.openAmount
attribute.- Parameters:
value
- the openAmount - openAmount
-
setOpenAmount
public void setOpenAmount(java.math.BigDecimal value)
Generated method - Setter of theB2BDocument.openAmount
attribute.- Parameters:
value
- the openAmount - openAmount
-
getOrder
public AbstractOrder getOrder(SessionContext ctx)
Generated method - Getter of theB2BDocument.order
attribute.- Returns:
- the order
-
getOrder
public AbstractOrder getOrder()
Generated method - Getter of theB2BDocument.order
attribute.- Returns:
- the order
-
setOrder
public void setOrder(SessionContext ctx, AbstractOrder value)
Generated method - Setter of theB2BDocument.order
attribute.- Parameters:
value
- the order
-
setOrder
public void setOrder(AbstractOrder value)
Generated method - Setter of theB2BDocument.order
attribute.- Parameters:
value
- the order
-
getPayDocumentPaymentInfo
public java.util.Collection<B2BDocumentPaymentInfo> getPayDocumentPaymentInfo(SessionContext ctx)
Generated method - Getter of theB2BDocument.payDocumentPaymentInfo
attribute.- Returns:
- the payDocumentPaymentInfo
-
getPayDocumentPaymentInfo
public java.util.Collection<B2BDocumentPaymentInfo> getPayDocumentPaymentInfo()
Generated method - Getter of theB2BDocument.payDocumentPaymentInfo
attribute.- Returns:
- the payDocumentPaymentInfo
-
setPayDocumentPaymentInfo
public void setPayDocumentPaymentInfo(SessionContext ctx, java.util.Collection<B2BDocumentPaymentInfo> value)
Generated method - Setter of theB2BDocument.payDocumentPaymentInfo
attribute.- Parameters:
value
- the payDocumentPaymentInfo
-
setPayDocumentPaymentInfo
public void setPayDocumentPaymentInfo(java.util.Collection<B2BDocumentPaymentInfo> value)
Generated method - Setter of theB2BDocument.payDocumentPaymentInfo
attribute.- Parameters:
value
- the payDocumentPaymentInfo
-
addToPayDocumentPaymentInfo
public void addToPayDocumentPaymentInfo(SessionContext ctx, B2BDocumentPaymentInfo value)
Generated method - Addsvalue
to payDocumentPaymentInfo.- Parameters:
value
- the item to add to payDocumentPaymentInfo
-
addToPayDocumentPaymentInfo
public void addToPayDocumentPaymentInfo(B2BDocumentPaymentInfo value)
Generated method - Addsvalue
to payDocumentPaymentInfo.- Parameters:
value
- the item to add to payDocumentPaymentInfo
-
removeFromPayDocumentPaymentInfo
public void removeFromPayDocumentPaymentInfo(SessionContext ctx, B2BDocumentPaymentInfo value)
Generated method - Removesvalue
from payDocumentPaymentInfo.- Parameters:
value
- the item to remove from payDocumentPaymentInfo
-
removeFromPayDocumentPaymentInfo
public void removeFromPayDocumentPaymentInfo(B2BDocumentPaymentInfo value)
Generated method - Removesvalue
from payDocumentPaymentInfo.- Parameters:
value
- the item to remove from payDocumentPaymentInfo
-
getStatus
public EnumerationValue getStatus(SessionContext ctx)
Generated method - Getter of theB2BDocument.status
attribute.- Returns:
- the status
-
getStatus
public EnumerationValue getStatus()
Generated method - Getter of theB2BDocument.status
attribute.- Returns:
- the status
-
setStatus
public void setStatus(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theB2BDocument.status
attribute.- Parameters:
value
- the status
-
setStatus
public void setStatus(EnumerationValue value)
Generated method - Setter of theB2BDocument.status
attribute.- Parameters:
value
- the status
-
getUnit
public B2BUnit getUnit(SessionContext ctx)
Generated method - Getter of theB2BDocument.unit
attribute.- Returns:
- the unit
-
getUnit
public B2BUnit getUnit()
Generated method - Getter of theB2BDocument.unit
attribute.- Returns:
- the unit
-
setUnit
public void setUnit(SessionContext ctx, B2BUnit value)
Generated method - Setter of theB2BDocument.unit
attribute.- Parameters:
value
- the unit
-
setUnit
public void setUnit(B2BUnit value)
Generated method - Setter of theB2BDocument.unit
attribute.- Parameters:
value
- the unit
-
getUseDocumentPaymentInfo
public java.util.Collection<B2BDocumentPaymentInfo> getUseDocumentPaymentInfo(SessionContext ctx)
Generated method - Getter of theB2BDocument.useDocumentPaymentInfo
attribute.- Returns:
- the useDocumentPaymentInfo
-
getUseDocumentPaymentInfo
public java.util.Collection<B2BDocumentPaymentInfo> getUseDocumentPaymentInfo()
Generated method - Getter of theB2BDocument.useDocumentPaymentInfo
attribute.- Returns:
- the useDocumentPaymentInfo
-
setUseDocumentPaymentInfo
public void setUseDocumentPaymentInfo(SessionContext ctx, java.util.Collection<B2BDocumentPaymentInfo> value)
Generated method - Setter of theB2BDocument.useDocumentPaymentInfo
attribute.- Parameters:
value
- the useDocumentPaymentInfo
-
setUseDocumentPaymentInfo
public void setUseDocumentPaymentInfo(java.util.Collection<B2BDocumentPaymentInfo> value)
Generated method - Setter of theB2BDocument.useDocumentPaymentInfo
attribute.- Parameters:
value
- the useDocumentPaymentInfo
-
addToUseDocumentPaymentInfo
public void addToUseDocumentPaymentInfo(SessionContext ctx, B2BDocumentPaymentInfo value)
Generated method - Addsvalue
to useDocumentPaymentInfo.- Parameters:
value
- the item to add to useDocumentPaymentInfo
-
addToUseDocumentPaymentInfo
public void addToUseDocumentPaymentInfo(B2BDocumentPaymentInfo value)
Generated method - Addsvalue
to useDocumentPaymentInfo.- Parameters:
value
- the item to add to useDocumentPaymentInfo
-
removeFromUseDocumentPaymentInfo
public void removeFromUseDocumentPaymentInfo(SessionContext ctx, B2BDocumentPaymentInfo value)
Generated method - Removesvalue
from useDocumentPaymentInfo.- Parameters:
value
- the item to remove from useDocumentPaymentInfo
-
removeFromUseDocumentPaymentInfo
public void removeFromUseDocumentPaymentInfo(B2BDocumentPaymentInfo value)
Generated method - Removesvalue
from useDocumentPaymentInfo.- Parameters:
value
- the item to remove from useDocumentPaymentInfo
-
-