Class GeneratedSAPCpiOutboundQuoteItem

    • Field Detail

      • QUOTEID

        public static final java.lang.String QUOTEID
        Qualifier of the SAPCpiOutboundQuoteItem.quoteId attribute
        See Also:
        Constant Field Values
      • ENTRYNUMBER

        public static final java.lang.String ENTRYNUMBER
        Qualifier of the SAPCpiOutboundQuoteItem.entryNumber attribute
        See Also:
        Constant Field Values
      • PRODUCTCODE

        public static final java.lang.String PRODUCTCODE
        Qualifier of the SAPCpiOutboundQuoteItem.productCode attribute
        See Also:
        Constant Field Values
      • QUANTITY

        public static final java.lang.String QUANTITY
        Qualifier of the SAPCpiOutboundQuoteItem.quantity attribute
        See Also:
        Constant Field Values
      • CURRENCYISOCODE

        public static final java.lang.String CURRENCYISOCODE
        Qualifier of the SAPCpiOutboundQuoteItem.currencyIsoCode attribute
        See Also:
        Constant Field Values
      • UNIT

        public static final java.lang.String UNIT
        Qualifier of the SAPCpiOutboundQuoteItem.unit attribute
        See Also:
        Constant Field Values
      • PRODUCTNAME

        public static final java.lang.String PRODUCTNAME
        Qualifier of the SAPCpiOutboundQuoteItem.productName attribute
        See Also:
        Constant Field Values
      • PRICE

        public static final java.lang.String PRICE
        Qualifier of the SAPCpiOutboundQuoteItem.price attribute
        See Also:
        Constant Field Values
      • SAPCPIOUTBOUNDQUOTE

        public static final java.lang.String SAPCPIOUTBOUNDQUOTE
        Qualifier of the SAPCpiOutboundQuoteItem.sapCpiOutboundQuote attribute
        See Also:
        Constant Field Values
      • SAPCPIOUTBOUNDQUOTEITEMCOMMENTS

        public static final java.lang.String SAPCPIOUTBOUNDQUOTEITEMCOMMENTS
        Qualifier of the SAPCpiOutboundQuoteItem.sapCpiOutboundQuoteItemComments attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedSAPCpiOutboundQuoteItem

        public GeneratedSAPCpiOutboundQuoteItem()
    • Method Detail

      • 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. ) during ComposedType.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 class GenericItem
        Parameters:
        ctx - the current session context which this item is created within
        type - 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
      • getCurrencyIsoCode

        public java.lang.String getCurrencyIsoCode​(SessionContext ctx)
        Generated method - Getter of the SAPCpiOutboundQuoteItem.currencyIsoCode attribute.
        Returns:
        the currencyIsoCode
      • getCurrencyIsoCode

        public java.lang.String getCurrencyIsoCode()
        Generated method - Getter of the SAPCpiOutboundQuoteItem.currencyIsoCode attribute.
        Returns:
        the currencyIsoCode
      • setCurrencyIsoCode

        public void setCurrencyIsoCode​(SessionContext ctx,
                                       java.lang.String value)
        Generated method - Setter of the SAPCpiOutboundQuoteItem.currencyIsoCode attribute.
        Parameters:
        value - the currencyIsoCode
      • setCurrencyIsoCode

        public void setCurrencyIsoCode​(java.lang.String value)
        Generated method - Setter of the SAPCpiOutboundQuoteItem.currencyIsoCode attribute.
        Parameters:
        value - the currencyIsoCode
      • getEntryNumber

        public java.lang.String getEntryNumber​(SessionContext ctx)
        Generated method - Getter of the SAPCpiOutboundQuoteItem.entryNumber attribute.
        Returns:
        the entryNumber
      • getEntryNumber

        public java.lang.String getEntryNumber()
        Generated method - Getter of the SAPCpiOutboundQuoteItem.entryNumber attribute.
        Returns:
        the entryNumber
      • setEntryNumber

        public void setEntryNumber​(SessionContext ctx,
                                   java.lang.String value)
        Generated method - Setter of the SAPCpiOutboundQuoteItem.entryNumber attribute.
        Parameters:
        value - the entryNumber
      • setEntryNumber

        public void setEntryNumber​(java.lang.String value)
        Generated method - Setter of the SAPCpiOutboundQuoteItem.entryNumber attribute.
        Parameters:
        value - the entryNumber
      • getPrice

        public java.lang.String getPrice​(SessionContext ctx)
        Generated method - Getter of the SAPCpiOutboundQuoteItem.price attribute.
        Returns:
        the price
      • getPrice

        public java.lang.String getPrice()
        Generated method - Getter of the SAPCpiOutboundQuoteItem.price attribute.
        Returns:
        the price
      • setPrice

        public void setPrice​(SessionContext ctx,
                             java.lang.String value)
        Generated method - Setter of the SAPCpiOutboundQuoteItem.price attribute.
        Parameters:
        value - the price
      • setPrice

        public void setPrice​(java.lang.String value)
        Generated method - Setter of the SAPCpiOutboundQuoteItem.price attribute.
        Parameters:
        value - the price
      • getProductCode

        public java.lang.String getProductCode​(SessionContext ctx)
        Generated method - Getter of the SAPCpiOutboundQuoteItem.productCode attribute.
        Returns:
        the productCode
      • getProductCode

        public java.lang.String getProductCode()
        Generated method - Getter of the SAPCpiOutboundQuoteItem.productCode attribute.
        Returns:
        the productCode
      • setProductCode

        public void setProductCode​(SessionContext ctx,
                                   java.lang.String value)
        Generated method - Setter of the SAPCpiOutboundQuoteItem.productCode attribute.
        Parameters:
        value - the productCode
      • setProductCode

        public void setProductCode​(java.lang.String value)
        Generated method - Setter of the SAPCpiOutboundQuoteItem.productCode attribute.
        Parameters:
        value - the productCode
      • getProductName

        public java.lang.String getProductName​(SessionContext ctx)
        Generated method - Getter of the SAPCpiOutboundQuoteItem.productName attribute.
        Returns:
        the productName
      • getProductName

        public java.lang.String getProductName()
        Generated method - Getter of the SAPCpiOutboundQuoteItem.productName attribute.
        Returns:
        the productName
      • setProductName

        public void setProductName​(SessionContext ctx,
                                   java.lang.String value)
        Generated method - Setter of the SAPCpiOutboundQuoteItem.productName attribute.
        Parameters:
        value - the productName
      • setProductName

        public void setProductName​(java.lang.String value)
        Generated method - Setter of the SAPCpiOutboundQuoteItem.productName attribute.
        Parameters:
        value - the productName
      • getQuantity

        public java.lang.String getQuantity​(SessionContext ctx)
        Generated method - Getter of the SAPCpiOutboundQuoteItem.quantity attribute.
        Returns:
        the quantity
      • getQuantity

        public java.lang.String getQuantity()
        Generated method - Getter of the SAPCpiOutboundQuoteItem.quantity attribute.
        Returns:
        the quantity
      • setQuantity

        public void setQuantity​(SessionContext ctx,
                                java.lang.String value)
        Generated method - Setter of the SAPCpiOutboundQuoteItem.quantity attribute.
        Parameters:
        value - the quantity
      • setQuantity

        public void setQuantity​(java.lang.String value)
        Generated method - Setter of the SAPCpiOutboundQuoteItem.quantity attribute.
        Parameters:
        value - the quantity
      • getQuoteId

        public java.lang.String getQuoteId​(SessionContext ctx)
        Generated method - Getter of the SAPCpiOutboundQuoteItem.quoteId attribute.
        Returns:
        the quoteId
      • getQuoteId

        public java.lang.String getQuoteId()
        Generated method - Getter of the SAPCpiOutboundQuoteItem.quoteId attribute.
        Returns:
        the quoteId
      • setQuoteId

        public void setQuoteId​(SessionContext ctx,
                               java.lang.String value)
        Generated method - Setter of the SAPCpiOutboundQuoteItem.quoteId attribute.
        Parameters:
        value - the quoteId
      • setQuoteId

        public void setQuoteId​(java.lang.String value)
        Generated method - Setter of the SAPCpiOutboundQuoteItem.quoteId attribute.
        Parameters:
        value - the quoteId
      • getSapCpiOutboundQuote

        public SAPCpiOutboundQuote getSapCpiOutboundQuote​(SessionContext ctx)
        Generated method - Getter of the SAPCpiOutboundQuoteItem.sapCpiOutboundQuote attribute.
        Returns:
        the sapCpiOutboundQuote
      • getSapCpiOutboundQuote

        public SAPCpiOutboundQuote getSapCpiOutboundQuote()
        Generated method - Getter of the SAPCpiOutboundQuoteItem.sapCpiOutboundQuote attribute.
        Returns:
        the sapCpiOutboundQuote
      • setSapCpiOutboundQuote

        public void setSapCpiOutboundQuote​(SessionContext ctx,
                                           SAPCpiOutboundQuote value)
        Generated method - Setter of the SAPCpiOutboundQuoteItem.sapCpiOutboundQuote attribute.
        Parameters:
        value - the sapCpiOutboundQuote
      • setSapCpiOutboundQuote

        public void setSapCpiOutboundQuote​(SAPCpiOutboundQuote value)
        Generated method - Setter of the SAPCpiOutboundQuoteItem.sapCpiOutboundQuote attribute.
        Parameters:
        value - the sapCpiOutboundQuote
      • getSapCpiOutboundQuoteItemComments

        public java.util.List<SAPCpiOutboundQuoteComment> getSapCpiOutboundQuoteItemComments​(SessionContext ctx)
        Generated method - Getter of the SAPCpiOutboundQuoteItem.sapCpiOutboundQuoteItemComments attribute.
        Returns:
        the sapCpiOutboundQuoteItemComments
      • getSapCpiOutboundQuoteItemComments

        public java.util.List<SAPCpiOutboundQuoteComment> getSapCpiOutboundQuoteItemComments()
        Generated method - Getter of the SAPCpiOutboundQuoteItem.sapCpiOutboundQuoteItemComments attribute.
        Returns:
        the sapCpiOutboundQuoteItemComments
      • setSapCpiOutboundQuoteItemComments

        public void setSapCpiOutboundQuoteItemComments​(SessionContext ctx,
                                                       java.util.List<SAPCpiOutboundQuoteComment> value)
        Generated method - Setter of the SAPCpiOutboundQuoteItem.sapCpiOutboundQuoteItemComments attribute.
        Parameters:
        value - the sapCpiOutboundQuoteItemComments
      • setSapCpiOutboundQuoteItemComments

        public void setSapCpiOutboundQuoteItemComments​(java.util.List<SAPCpiOutboundQuoteComment> value)
        Generated method - Setter of the SAPCpiOutboundQuoteItem.sapCpiOutboundQuoteItemComments attribute.
        Parameters:
        value - the sapCpiOutboundQuoteItemComments
      • addToSapCpiOutboundQuoteItemComments

        public void addToSapCpiOutboundQuoteItemComments​(SessionContext ctx,
                                                         SAPCpiOutboundQuoteComment value)
        Generated method - Adds value to sapCpiOutboundQuoteItemComments.
        Parameters:
        value - the item to add to sapCpiOutboundQuoteItemComments
      • addToSapCpiOutboundQuoteItemComments

        public void addToSapCpiOutboundQuoteItemComments​(SAPCpiOutboundQuoteComment value)
        Generated method - Adds value to sapCpiOutboundQuoteItemComments.
        Parameters:
        value - the item to add to sapCpiOutboundQuoteItemComments
      • removeFromSapCpiOutboundQuoteItemComments

        public void removeFromSapCpiOutboundQuoteItemComments​(SessionContext ctx,
                                                              SAPCpiOutboundQuoteComment value)
        Generated method - Removes value from sapCpiOutboundQuoteItemComments.
        Parameters:
        value - the item to remove from sapCpiOutboundQuoteItemComments
      • removeFromSapCpiOutboundQuoteItemComments

        public void removeFromSapCpiOutboundQuoteItemComments​(SAPCpiOutboundQuoteComment value)
        Generated method - Removes value from sapCpiOutboundQuoteItemComments.
        Parameters:
        value - the item to remove from sapCpiOutboundQuoteItemComments
      • getUnit

        public java.lang.String getUnit​(SessionContext ctx)
        Generated method - Getter of the SAPCpiOutboundQuoteItem.unit attribute.
        Returns:
        the unit
      • getUnit

        public java.lang.String getUnit()
        Generated method - Getter of the SAPCpiOutboundQuoteItem.unit attribute.
        Returns:
        the unit
      • setUnit

        public void setUnit​(SessionContext ctx,
                            java.lang.String value)
        Generated method - Setter of the SAPCpiOutboundQuoteItem.unit attribute.
        Parameters:
        value - the unit
      • setUnit

        public void setUnit​(java.lang.String value)
        Generated method - Setter of the SAPCpiOutboundQuoteItem.unit attribute.
        Parameters:
        value - the unit