Class GeneratedSAPCpiOutboundPriceComponent

    • Field Detail

      • ORDERID

        public static final java.lang.String ORDERID
        Qualifier of the SAPCpiOutboundPriceComponent.orderId attribute
        See Also:
        Constant Field Values
      • ENTRYNUMBER

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

        public static final java.lang.String VALUE
        Qualifier of the SAPCpiOutboundPriceComponent.value attribute
        See Also:
        Constant Field Values
      • UNIT

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

        public static final java.lang.String ABSOLUTE
        Qualifier of the SAPCpiOutboundPriceComponent.absolute attribute
        See Also:
        Constant Field Values
      • CONDITIONCODE

        public static final java.lang.String CONDITIONCODE
        Qualifier of the SAPCpiOutboundPriceComponent.conditionCode attribute
        See Also:
        Constant Field Values
      • CONDITIONCOUNTER

        public static final java.lang.String CONDITIONCOUNTER
        Qualifier of the SAPCpiOutboundPriceComponent.conditionCounter attribute
        See Also:
        Constant Field Values
      • CURRENCYISOCODE

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

        public static final java.lang.String PRICEQUANTITY
        Qualifier of the SAPCpiOutboundPriceComponent.priceQuantity attribute
        See Also:
        Constant Field Values
      • SAPCPIOUTBOUNDORDER

        public static final java.lang.String SAPCPIOUTBOUNDORDER
        Qualifier of the SAPCpiOutboundPriceComponent.sapCpiOutboundOrder 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

      • GeneratedSAPCpiOutboundPriceComponent

        public GeneratedSAPCpiOutboundPriceComponent()
    • Method Detail

      • getAbsolute

        public java.lang.String getAbsolute​(SessionContext ctx)
        Generated method - Getter of the SAPCpiOutboundPriceComponent.absolute attribute.
        Returns:
        the absolute
      • getAbsolute

        public java.lang.String getAbsolute()
        Generated method - Getter of the SAPCpiOutboundPriceComponent.absolute attribute.
        Returns:
        the absolute
      • setAbsolute

        public void setAbsolute​(SessionContext ctx,
                                java.lang.String value)
        Generated method - Setter of the SAPCpiOutboundPriceComponent.absolute attribute.
        Parameters:
        value - the absolute
      • setAbsolute

        public void setAbsolute​(java.lang.String value)
        Generated method - Setter of the SAPCpiOutboundPriceComponent.absolute attribute.
        Parameters:
        value - the absolute
      • getConditionCode

        public java.lang.String getConditionCode​(SessionContext ctx)
        Generated method - Getter of the SAPCpiOutboundPriceComponent.conditionCode attribute.
        Returns:
        the conditionCode
      • getConditionCode

        public java.lang.String getConditionCode()
        Generated method - Getter of the SAPCpiOutboundPriceComponent.conditionCode attribute.
        Returns:
        the conditionCode
      • setConditionCode

        public void setConditionCode​(SessionContext ctx,
                                     java.lang.String value)
        Generated method - Setter of the SAPCpiOutboundPriceComponent.conditionCode attribute.
        Parameters:
        value - the conditionCode
      • setConditionCode

        public void setConditionCode​(java.lang.String value)
        Generated method - Setter of the SAPCpiOutboundPriceComponent.conditionCode attribute.
        Parameters:
        value - the conditionCode
      • getConditionCounter

        public java.lang.String getConditionCounter​(SessionContext ctx)
        Generated method - Getter of the SAPCpiOutboundPriceComponent.conditionCounter attribute.
        Returns:
        the conditionCounter
      • getConditionCounter

        public java.lang.String getConditionCounter()
        Generated method - Getter of the SAPCpiOutboundPriceComponent.conditionCounter attribute.
        Returns:
        the conditionCounter
      • setConditionCounter

        public void setConditionCounter​(SessionContext ctx,
                                        java.lang.String value)
        Generated method - Setter of the SAPCpiOutboundPriceComponent.conditionCounter attribute.
        Parameters:
        value - the conditionCounter
      • setConditionCounter

        public void setConditionCounter​(java.lang.String value)
        Generated method - Setter of the SAPCpiOutboundPriceComponent.conditionCounter attribute.
        Parameters:
        value - the conditionCounter
      • 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 SAPCpiOutboundPriceComponent.currencyIsoCode attribute.
        Returns:
        the currencyIsoCode
      • getCurrencyIsoCode

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

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

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

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

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

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

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

        public java.lang.String getOrderId​(SessionContext ctx)
        Generated method - Getter of the SAPCpiOutboundPriceComponent.orderId attribute.
        Returns:
        the orderId
      • getOrderId

        public java.lang.String getOrderId()
        Generated method - Getter of the SAPCpiOutboundPriceComponent.orderId attribute.
        Returns:
        the orderId
      • setOrderId

        public void setOrderId​(SessionContext ctx,
                               java.lang.String value)
        Generated method - Setter of the SAPCpiOutboundPriceComponent.orderId attribute.
        Parameters:
        value - the orderId
      • setOrderId

        public void setOrderId​(java.lang.String value)
        Generated method - Setter of the SAPCpiOutboundPriceComponent.orderId attribute.
        Parameters:
        value - the orderId
      • getPriceQuantity

        public java.lang.String getPriceQuantity​(SessionContext ctx)
        Generated method - Getter of the SAPCpiOutboundPriceComponent.priceQuantity attribute.
        Returns:
        the priceQuantity
      • getPriceQuantity

        public java.lang.String getPriceQuantity()
        Generated method - Getter of the SAPCpiOutboundPriceComponent.priceQuantity attribute.
        Returns:
        the priceQuantity
      • setPriceQuantity

        public void setPriceQuantity​(SessionContext ctx,
                                     java.lang.String value)
        Generated method - Setter of the SAPCpiOutboundPriceComponent.priceQuantity attribute.
        Parameters:
        value - the priceQuantity
      • setPriceQuantity

        public void setPriceQuantity​(java.lang.String value)
        Generated method - Setter of the SAPCpiOutboundPriceComponent.priceQuantity attribute.
        Parameters:
        value - the priceQuantity
      • getSapCpiOutboundOrder

        public SAPCpiOutboundOrder getSapCpiOutboundOrder​(SessionContext ctx)
        Generated method - Getter of the SAPCpiOutboundPriceComponent.sapCpiOutboundOrder attribute.
        Returns:
        the sapCpiOutboundOrder
      • getSapCpiOutboundOrder

        public SAPCpiOutboundOrder getSapCpiOutboundOrder()
        Generated method - Getter of the SAPCpiOutboundPriceComponent.sapCpiOutboundOrder attribute.
        Returns:
        the sapCpiOutboundOrder
      • setSapCpiOutboundOrder

        public void setSapCpiOutboundOrder​(SessionContext ctx,
                                           SAPCpiOutboundOrder value)
        Generated method - Setter of the SAPCpiOutboundPriceComponent.sapCpiOutboundOrder attribute.
        Parameters:
        value - the sapCpiOutboundOrder
      • setSapCpiOutboundOrder

        public void setSapCpiOutboundOrder​(SAPCpiOutboundOrder value)
        Generated method - Setter of the SAPCpiOutboundPriceComponent.sapCpiOutboundOrder attribute.
        Parameters:
        value - the sapCpiOutboundOrder
      • getUnit

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

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

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

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

        public java.lang.String getValue​(SessionContext ctx)
        Generated method - Getter of the SAPCpiOutboundPriceComponent.value attribute.
        Returns:
        the value
      • getValue

        public java.lang.String getValue()
        Generated method - Getter of the SAPCpiOutboundPriceComponent.value attribute.
        Returns:
        the value
      • setValue

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

        public void setValue​(java.lang.String value)
        Generated method - Setter of the SAPCpiOutboundPriceComponent.value attribute.
        Parameters:
        value - the value