Class GeneratedSAPCpiOutboundPartnerRole

    • Field Detail

      • ORDERID

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

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

        public static final java.lang.String PARTNERROLECODE
        Qualifier of the SAPCpiOutboundPartnerRole.partnerRoleCode attribute
        See Also:
        Constant Field Values
      • PARTNERID

        public static final java.lang.String PARTNERID
        Qualifier of the SAPCpiOutboundPartnerRole.partnerId attribute
        See Also:
        Constant Field Values
      • DOCUMENTADDRESSID

        public static final java.lang.String DOCUMENTADDRESSID
        Qualifier of the SAPCpiOutboundPartnerRole.documentAddressId attribute
        See Also:
        Constant Field Values
      • SAPCPIOUTBOUNDORDER

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

      • GeneratedSAPCpiOutboundPartnerRole

        public GeneratedSAPCpiOutboundPartnerRole()
    • 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
      • getDocumentAddressId

        public java.lang.String getDocumentAddressId​(SessionContext ctx)
        Generated method - Getter of the SAPCpiOutboundPartnerRole.documentAddressId attribute.
        Returns:
        the documentAddressId
      • getDocumentAddressId

        public java.lang.String getDocumentAddressId()
        Generated method - Getter of the SAPCpiOutboundPartnerRole.documentAddressId attribute.
        Returns:
        the documentAddressId
      • setDocumentAddressId

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

        public void setDocumentAddressId​(java.lang.String value)
        Generated method - Setter of the SAPCpiOutboundPartnerRole.documentAddressId attribute.
        Parameters:
        value - the documentAddressId
      • getEntryNumber

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

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

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

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

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

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

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

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

        public java.lang.String getPartnerId​(SessionContext ctx)
        Generated method - Getter of the SAPCpiOutboundPartnerRole.partnerId attribute.
        Returns:
        the partnerId
      • getPartnerId

        public java.lang.String getPartnerId()
        Generated method - Getter of the SAPCpiOutboundPartnerRole.partnerId attribute.
        Returns:
        the partnerId
      • setPartnerId

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

        public void setPartnerId​(java.lang.String value)
        Generated method - Setter of the SAPCpiOutboundPartnerRole.partnerId attribute.
        Parameters:
        value - the partnerId
      • getPartnerRoleCode

        public java.lang.String getPartnerRoleCode​(SessionContext ctx)
        Generated method - Getter of the SAPCpiOutboundPartnerRole.partnerRoleCode attribute.
        Returns:
        the partnerRoleCode
      • getPartnerRoleCode

        public java.lang.String getPartnerRoleCode()
        Generated method - Getter of the SAPCpiOutboundPartnerRole.partnerRoleCode attribute.
        Returns:
        the partnerRoleCode
      • setPartnerRoleCode

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

        public void setPartnerRoleCode​(java.lang.String value)
        Generated method - Setter of the SAPCpiOutboundPartnerRole.partnerRoleCode attribute.
        Parameters:
        value - the partnerRoleCode
      • getSapCpiOutboundOrder

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

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

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

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