Class GeneratedSAPCpiOutboundOrderItem

    • Field Detail

      • ORDERID

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

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

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

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

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

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

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

        public static final java.lang.String PLANT
        Qualifier of the SAPCpiOutboundOrderItem.plant attribute
        See Also:
        Constant Field Values
      • NAMEDDELIVERYDATE

        public static final java.lang.String NAMEDDELIVERYDATE
        Qualifier of the SAPCpiOutboundOrderItem.namedDeliveryDate attribute
        See Also:
        Constant Field Values
      • ITEMCATEGORY

        public static final java.lang.String ITEMCATEGORY
        Qualifier of the SAPCpiOutboundOrderItem.itemCategory attribute
        See Also:
        Constant Field Values
      • SAPCPIOUTBOUNDORDER

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

      • GeneratedSAPCpiOutboundOrderItem

        public GeneratedSAPCpiOutboundOrderItem()
    • 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 SAPCpiOutboundOrderItem.currencyIsoCode attribute.
        Returns:
        the currencyIsoCode
      • getCurrencyIsoCode

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

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

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

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

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

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

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

        public java.lang.String getItemCategory​(SessionContext ctx)
        Generated method - Getter of the SAPCpiOutboundOrderItem.itemCategory attribute.
        Returns:
        the itemCategory
      • getItemCategory

        public java.lang.String getItemCategory()
        Generated method - Getter of the SAPCpiOutboundOrderItem.itemCategory attribute.
        Returns:
        the itemCategory
      • setItemCategory

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

        public void setItemCategory​(java.lang.String value)
        Generated method - Setter of the SAPCpiOutboundOrderItem.itemCategory attribute.
        Parameters:
        value - the itemCategory
      • getNamedDeliveryDate

        public java.lang.String getNamedDeliveryDate​(SessionContext ctx)
        Generated method - Getter of the SAPCpiOutboundOrderItem.namedDeliveryDate attribute.
        Returns:
        the namedDeliveryDate
      • getNamedDeliveryDate

        public java.lang.String getNamedDeliveryDate()
        Generated method - Getter of the SAPCpiOutboundOrderItem.namedDeliveryDate attribute.
        Returns:
        the namedDeliveryDate
      • setNamedDeliveryDate

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

        public void setNamedDeliveryDate​(java.lang.String value)
        Generated method - Setter of the SAPCpiOutboundOrderItem.namedDeliveryDate attribute.
        Parameters:
        value - the namedDeliveryDate
      • getOrderId

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

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

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

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

        public java.lang.String getPlant​(SessionContext ctx)
        Generated method - Getter of the SAPCpiOutboundOrderItem.plant attribute.
        Returns:
        the plant
      • getPlant

        public java.lang.String getPlant()
        Generated method - Getter of the SAPCpiOutboundOrderItem.plant attribute.
        Returns:
        the plant
      • setPlant

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

        public void setPlant​(java.lang.String value)
        Generated method - Setter of the SAPCpiOutboundOrderItem.plant attribute.
        Parameters:
        value - the plant
      • getProductCode

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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