Class GeneratedB2BDocumentPaymentInfo

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.b2bacceleratorservices.jalo.GeneratedB2BDocumentPaymentInfo
All Implemented Interfaces:
Serializable, Comparable

public abstract class GeneratedB2BDocumentPaymentInfo extends de.hybris.platform.jalo.GenericItem
Generated class for type B2BDocumentPaymentInfo.
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class de.hybris.platform.jalo.GenericItem

    de.hybris.platform.jalo.GenericItem.GenericItemImpl

    Nested classes/interfaces inherited from class de.hybris.platform.jalo.c2l.LocalizableItem

    de.hybris.platform.jalo.c2l.LocalizableItem.LocalizableItemImpl

    Nested classes/interfaces inherited from class de.hybris.platform.jalo.ExtensibleItem

    de.hybris.platform.jalo.ExtensibleItem.ExtensibleItemImpl

    Nested classes/interfaces inherited from class de.hybris.platform.jalo.Item

    de.hybris.platform.jalo.Item.AttributeFilter, de.hybris.platform.jalo.Item.AttributeMode, de.hybris.platform.jalo.Item.CachedGetter, de.hybris.platform.jalo.Item.CachedSetter, de.hybris.platform.jalo.Item.ItemAttributeMap, de.hybris.platform.jalo.Item.ItemConstraint, de.hybris.platform.jalo.Item.ItemImpl, de.hybris.platform.jalo.Item.JaloCachedComputationException
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Qualifier of the B2BDocumentPaymentInfo.amount attribute
    static final String
    Qualifier of the B2BDocumentPaymentInfo.ccTransactionNumber attribute
    static final String
    Qualifier of the B2BDocumentPaymentInfo.date attribute
    protected static final Map<String,de.hybris.platform.jalo.Item.AttributeMode>
     
    static final String
    Qualifier of the B2BDocumentPaymentInfo.external attribute
    static final String
    Qualifier of the B2BDocumentPaymentInfo.payDocument attribute
    protected static final de.hybris.platform.util.BidirectionalOneToManyHandler<GeneratedB2BDocumentPaymentInfo>
    BidirectionalOneToManyHandler for handling 1:n PAYDOCUMENT's relation attributes from 'one' side.
    static final String
    Qualifier of the B2BDocumentPaymentInfo.useDocument attribute
    protected static final de.hybris.platform.util.BidirectionalOneToManyHandler<GeneratedB2BDocumentPaymentInfo>
    BidirectionalOneToManyHandler for handling 1:n USEDOCUMENT's relation attributes from 'one' 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
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected de.hybris.platform.jalo.Item
    createItem(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.type.ComposedType type, de.hybris.platform.jalo.Item.ItemAttributeMap allAttributes)
     
    Generated method - Getter of the B2BDocumentPaymentInfo.amount attribute.
    getAmount(de.hybris.platform.jalo.SessionContext ctx)
    Generated method - Getter of the B2BDocumentPaymentInfo.amount attribute.
    Generated method - Getter of the B2BDocumentPaymentInfo.ccTransactionNumber attribute.
    getCcTransactionNumber(de.hybris.platform.jalo.SessionContext ctx)
    Generated method - Getter of the B2BDocumentPaymentInfo.ccTransactionNumber attribute.
    Generated method - Getter of the B2BDocumentPaymentInfo.date attribute.
    getDate(de.hybris.platform.jalo.SessionContext ctx)
    Generated method - Getter of the B2BDocumentPaymentInfo.date attribute.
    protected Map<String,de.hybris.platform.jalo.Item.AttributeMode>
     
    Generated method - Getter of the B2BDocumentPaymentInfo.external attribute.
    getExternal(de.hybris.platform.jalo.SessionContext ctx)
    Generated method - Getter of the B2BDocumentPaymentInfo.external attribute.
    de.hybris.platform.b2bacceleratorservices.jalo.B2BDocument
    Generated method - Getter of the B2BDocumentPaymentInfo.payDocument attribute.
    de.hybris.platform.b2bacceleratorservices.jalo.B2BDocument
    getPayDocument(de.hybris.platform.jalo.SessionContext ctx)
    Generated method - Getter of the B2BDocumentPaymentInfo.payDocument attribute.
    de.hybris.platform.b2bacceleratorservices.jalo.B2BDocument
    Generated method - Getter of the B2BDocumentPaymentInfo.useDocument attribute.
    de.hybris.platform.b2bacceleratorservices.jalo.B2BDocument
    getUseDocument(de.hybris.platform.jalo.SessionContext ctx)
    Generated method - Getter of the B2BDocumentPaymentInfo.useDocument attribute.
    void
    setAmount(de.hybris.platform.jalo.SessionContext ctx, BigDecimal value)
    Generated method - Setter of the B2BDocumentPaymentInfo.amount attribute.
    void
    Generated method - Setter of the B2BDocumentPaymentInfo.amount attribute.
    void
    setCcTransactionNumber(de.hybris.platform.jalo.SessionContext ctx, String value)
    Generated method - Setter of the B2BDocumentPaymentInfo.ccTransactionNumber attribute.
    void
    Generated method - Setter of the B2BDocumentPaymentInfo.ccTransactionNumber attribute.
    void
    setDate(de.hybris.platform.jalo.SessionContext ctx, Date value)
    Generated method - Setter of the B2BDocumentPaymentInfo.date attribute.
    void
    setDate(Date value)
    Generated method - Setter of the B2BDocumentPaymentInfo.date attribute.
    void
    setExternal(de.hybris.platform.jalo.SessionContext ctx, String value)
    Generated method - Setter of the B2BDocumentPaymentInfo.external attribute.
    void
    Generated method - Setter of the B2BDocumentPaymentInfo.external attribute.
    void
    setPayDocument(de.hybris.platform.b2bacceleratorservices.jalo.B2BDocument value)
    Generated method - Setter of the B2BDocumentPaymentInfo.payDocument attribute.
    void
    setPayDocument(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.b2bacceleratorservices.jalo.B2BDocument value)
    Generated method - Setter of the B2BDocumentPaymentInfo.payDocument attribute.
    void
    setUseDocument(de.hybris.platform.b2bacceleratorservices.jalo.B2BDocument value)
    Generated method - Setter of the B2BDocumentPaymentInfo.useDocument attribute.
    void
    setUseDocument(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.b2bacceleratorservices.jalo.B2BDocument value)
    Generated method - Setter of the B2BDocumentPaymentInfo.useDocument attribute.

    Methods inherited from class de.hybris.platform.jalo.GenericItem

    getImplementation, getInitialProperties, getNonInitialAttributes, getRelatedItems, 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, getPartOfRemovedSessionMarker, 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, suppressRelation, toString, useTA, writeReplace

    Methods inherited from class de.hybris.platform.util.BridgeAbstraction

    setTenant

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • EXTERNAL

      public static final String EXTERNAL
      Qualifier of the B2BDocumentPaymentInfo.external attribute
      See Also:
    • AMOUNT

      public static final String AMOUNT
      Qualifier of the B2BDocumentPaymentInfo.amount attribute
      See Also:
    • DATE

      public static final String DATE
      Qualifier of the B2BDocumentPaymentInfo.date attribute
      See Also:
    • CCTRANSACTIONNUMBER

      public static final String CCTRANSACTIONNUMBER
      Qualifier of the B2BDocumentPaymentInfo.ccTransactionNumber attribute
      See Also:
    • PAYDOCUMENT

      public static final String PAYDOCUMENT
      Qualifier of the B2BDocumentPaymentInfo.payDocument attribute
      See Also:
    • USEDOCUMENT

      public static final String USEDOCUMENT
      Qualifier of the B2BDocumentPaymentInfo.useDocument attribute
      See Also:
    • PAYDOCUMENTHANDLER

      protected static final de.hybris.platform.util.BidirectionalOneToManyHandler<GeneratedB2BDocumentPaymentInfo> PAYDOCUMENTHANDLER
      BidirectionalOneToManyHandler for handling 1:n PAYDOCUMENT's relation attributes from 'one' side.
    • USEDOCUMENTHANDLER

      protected static final de.hybris.platform.util.BidirectionalOneToManyHandler<GeneratedB2BDocumentPaymentInfo> USEDOCUMENTHANDLER
      BidirectionalOneToManyHandler for handling 1:n USEDOCUMENT's relation attributes from 'one' side.
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,de.hybris.platform.jalo.Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedB2BDocumentPaymentInfo

      public GeneratedB2BDocumentPaymentInfo()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,de.hybris.platform.jalo.Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class de.hybris.platform.jalo.Item
    • getAmount

      public BigDecimal getAmount(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the B2BDocumentPaymentInfo.amount attribute.
      Returns:
      the amount - amount
    • getAmount

      public BigDecimal getAmount()
      Generated method - Getter of the B2BDocumentPaymentInfo.amount attribute.
      Returns:
      the amount - amount
    • setAmount

      public void setAmount(de.hybris.platform.jalo.SessionContext ctx, BigDecimal value)
      Generated method - Setter of the B2BDocumentPaymentInfo.amount attribute.
      Parameters:
      value - the amount - amount
    • setAmount

      public void setAmount(BigDecimal value)
      Generated method - Setter of the B2BDocumentPaymentInfo.amount attribute.
      Parameters:
      value - the amount - amount
    • getCcTransactionNumber

      public String getCcTransactionNumber(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the B2BDocumentPaymentInfo.ccTransactionNumber attribute.
      Returns:
      the ccTransactionNumber
    • getCcTransactionNumber

      public String getCcTransactionNumber()
      Generated method - Getter of the B2BDocumentPaymentInfo.ccTransactionNumber attribute.
      Returns:
      the ccTransactionNumber
    • setCcTransactionNumber

      public void setCcTransactionNumber(de.hybris.platform.jalo.SessionContext ctx, String value)
      Generated method - Setter of the B2BDocumentPaymentInfo.ccTransactionNumber attribute.
      Parameters:
      value - the ccTransactionNumber
    • setCcTransactionNumber

      public void setCcTransactionNumber(String value)
      Generated method - Setter of the B2BDocumentPaymentInfo.ccTransactionNumber attribute.
      Parameters:
      value - the ccTransactionNumber
    • createItem

      protected de.hybris.platform.jalo.Item createItem(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.type.ComposedType type, de.hybris.platform.jalo.Item.ItemAttributeMap allAttributes) throws de.hybris.platform.jalo.JaloBusinessException
      Overrides:
      createItem in class de.hybris.platform.jalo.GenericItem
      Throws:
      de.hybris.platform.jalo.JaloBusinessException
    • getDate

      public Date getDate(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the B2BDocumentPaymentInfo.date attribute.
      Returns:
      the date - date
    • getDate

      public Date getDate()
      Generated method - Getter of the B2BDocumentPaymentInfo.date attribute.
      Returns:
      the date - date
    • setDate

      public void setDate(de.hybris.platform.jalo.SessionContext ctx, Date value)
      Generated method - Setter of the B2BDocumentPaymentInfo.date attribute.
      Parameters:
      value - the date - date
    • setDate

      public void setDate(Date value)
      Generated method - Setter of the B2BDocumentPaymentInfo.date attribute.
      Parameters:
      value - the date - date
    • getExternal

      public String getExternal(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the B2BDocumentPaymentInfo.external attribute.
      Returns:
      the external
    • getExternal

      public String getExternal()
      Generated method - Getter of the B2BDocumentPaymentInfo.external attribute.
      Returns:
      the external
    • setExternal

      public void setExternal(de.hybris.platform.jalo.SessionContext ctx, String value)
      Generated method - Setter of the B2BDocumentPaymentInfo.external attribute.
      Parameters:
      value - the external
    • setExternal

      public void setExternal(String value)
      Generated method - Setter of the B2BDocumentPaymentInfo.external attribute.
      Parameters:
      value - the external
    • getPayDocument

      public de.hybris.platform.b2bacceleratorservices.jalo.B2BDocument getPayDocument(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the B2BDocumentPaymentInfo.payDocument attribute.
      Returns:
      the payDocument
    • getPayDocument

      public de.hybris.platform.b2bacceleratorservices.jalo.B2BDocument getPayDocument()
      Generated method - Getter of the B2BDocumentPaymentInfo.payDocument attribute.
      Returns:
      the payDocument
    • setPayDocument

      public void setPayDocument(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.b2bacceleratorservices.jalo.B2BDocument value)
      Generated method - Setter of the B2BDocumentPaymentInfo.payDocument attribute.
      Parameters:
      value - the payDocument
    • setPayDocument

      public void setPayDocument(de.hybris.platform.b2bacceleratorservices.jalo.B2BDocument value)
      Generated method - Setter of the B2BDocumentPaymentInfo.payDocument attribute.
      Parameters:
      value - the payDocument
    • getUseDocument

      public de.hybris.platform.b2bacceleratorservices.jalo.B2BDocument getUseDocument(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the B2BDocumentPaymentInfo.useDocument attribute.
      Returns:
      the useDocument
    • getUseDocument

      public de.hybris.platform.b2bacceleratorservices.jalo.B2BDocument getUseDocument()
      Generated method - Getter of the B2BDocumentPaymentInfo.useDocument attribute.
      Returns:
      the useDocument
    • setUseDocument

      public void setUseDocument(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.b2bacceleratorservices.jalo.B2BDocument value)
      Generated method - Setter of the B2BDocumentPaymentInfo.useDocument attribute.
      Parameters:
      value - the useDocument
    • setUseDocument

      public void setUseDocument(de.hybris.platform.b2bacceleratorservices.jalo.B2BDocument value)
      Generated method - Setter of the B2BDocumentPaymentInfo.useDocument attribute.
      Parameters:
      value - the useDocument