Class SAPCpiOutboundOrderItemConfigConditions

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable

    public class SAPCpiOutboundOrderItemConfigConditions
    extends GenericItem
    Generated class for type SAPCpiOutboundOrderItemConfigCondition.
    See Also:
    Serialized Form
    • Field Detail

      • CONFIGURATIONID

        public static final java.lang.String CONFIGURATIONID
        Qualifier of the SAPCpiOutboundOrderItemConfigCondition.configurationId attribute
        See Also:
        Constant Field Values
      • INSTANCEID

        public static final java.lang.String INSTANCEID
        Qualifier of the SAPCpiOutboundOrderItemConfigCondition.instanceId attribute
        See Also:
        Constant Field Values
      • CONDITIONKEY

        public static final java.lang.String CONDITIONKEY
        Qualifier of the SAPCpiOutboundOrderItemConfigCondition.conditionKey attribute
        See Also:
        Constant Field Values
      • CONDITIONFACTOR

        public static final java.lang.String CONDITIONFACTOR
        Qualifier of the SAPCpiOutboundOrderItemConfigCondition.conditionFactor attribute
        See Also:
        Constant Field Values
      • SAPCPIOUTBOUNDORDER

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

      • SAPCpiOutboundOrderItemConfigConditions

        public SAPCpiOutboundOrderItemConfigConditions()
    • Method Detail

      • getConditionFactor

        public java.lang.String getConditionFactor​(SessionContext ctx)
        Generated method - Getter of the SAPCpiOutboundOrderItemConfigCondition.conditionFactor attribute.
        Returns:
        the conditionFactor
      • getConditionFactor

        public java.lang.String getConditionFactor()
        Generated method - Getter of the SAPCpiOutboundOrderItemConfigCondition.conditionFactor attribute.
        Returns:
        the conditionFactor
      • setConditionFactor

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

        public void setConditionFactor​(java.lang.String value)
        Generated method - Setter of the SAPCpiOutboundOrderItemConfigCondition.conditionFactor attribute.
        Parameters:
        value - the conditionFactor
      • getConditionKey

        public java.lang.String getConditionKey​(SessionContext ctx)
        Generated method - Getter of the SAPCpiOutboundOrderItemConfigCondition.conditionKey attribute.
        Returns:
        the conditionKey
      • getConditionKey

        public java.lang.String getConditionKey()
        Generated method - Getter of the SAPCpiOutboundOrderItemConfigCondition.conditionKey attribute.
        Returns:
        the conditionKey
      • setConditionKey

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

        public void setConditionKey​(java.lang.String value)
        Generated method - Setter of the SAPCpiOutboundOrderItemConfigCondition.conditionKey attribute.
        Parameters:
        value - the conditionKey
      • getConfigurationId

        public java.lang.String getConfigurationId​(SessionContext ctx)
        Generated method - Getter of the SAPCpiOutboundOrderItemConfigCondition.configurationId attribute.
        Returns:
        the configurationId
      • getConfigurationId

        public java.lang.String getConfigurationId()
        Generated method - Getter of the SAPCpiOutboundOrderItemConfigCondition.configurationId attribute.
        Returns:
        the configurationId
      • setConfigurationId

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

        public void setConfigurationId​(java.lang.String value)
        Generated method - Setter of the SAPCpiOutboundOrderItemConfigCondition.configurationId attribute.
        Parameters:
        value - the configurationId
      • 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
      • getInstanceId

        public java.lang.String getInstanceId​(SessionContext ctx)
        Generated method - Getter of the SAPCpiOutboundOrderItemConfigCondition.instanceId attribute.
        Returns:
        the instanceId
      • getInstanceId

        public java.lang.String getInstanceId()
        Generated method - Getter of the SAPCpiOutboundOrderItemConfigCondition.instanceId attribute.
        Returns:
        the instanceId
      • setInstanceId

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

        public void setInstanceId​(java.lang.String value)
        Generated method - Setter of the SAPCpiOutboundOrderItemConfigCondition.instanceId attribute.
        Parameters:
        value - the instanceId
      • getSapCpiOutboundOrder

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

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

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

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