Class GeneratedSAPCpiOutboundCardPayment

    • Field Detail

      • ORDERID

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

        public static final java.lang.String REQUESTID
        Qualifier of the SAPCpiOutboundCardPayment.requestId attribute
        See Also:
        Constant Field Values
      • CCOWNER

        public static final java.lang.String CCOWNER
        Qualifier of the SAPCpiOutboundCardPayment.ccOwner attribute
        See Also:
        Constant Field Values
      • VALIDTOMONTH

        public static final java.lang.String VALIDTOMONTH
        Qualifier of the SAPCpiOutboundCardPayment.validToMonth attribute
        See Also:
        Constant Field Values
      • VALIDTOYEAR

        public static final java.lang.String VALIDTOYEAR
        Qualifier of the SAPCpiOutboundCardPayment.validToYear attribute
        See Also:
        Constant Field Values
      • SUBSCRIPTIONID

        public static final java.lang.String SUBSCRIPTIONID
        Qualifier of the SAPCpiOutboundCardPayment.subscriptionId attribute
        See Also:
        Constant Field Values
      • PAYMENTPROVIDER

        public static final java.lang.String PAYMENTPROVIDER
        Qualifier of the SAPCpiOutboundCardPayment.paymentProvider attribute
        See Also:
        Constant Field Values
      • SAPCPIOUTBOUNDORDER

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

      • GeneratedSAPCpiOutboundCardPayment

        public GeneratedSAPCpiOutboundCardPayment()
    • Method Detail

      • getCcOwner

        public java.lang.String getCcOwner​(SessionContext ctx)
        Generated method - Getter of the SAPCpiOutboundCardPayment.ccOwner attribute.
        Returns:
        the ccOwner
      • getCcOwner

        public java.lang.String getCcOwner()
        Generated method - Getter of the SAPCpiOutboundCardPayment.ccOwner attribute.
        Returns:
        the ccOwner
      • setCcOwner

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

        public void setCcOwner​(java.lang.String value)
        Generated method - Setter of the SAPCpiOutboundCardPayment.ccOwner attribute.
        Parameters:
        value - the ccOwner
      • 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
      • getOrderId

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

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

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

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

        public java.lang.String getPaymentProvider​(SessionContext ctx)
        Generated method - Getter of the SAPCpiOutboundCardPayment.paymentProvider attribute.
        Returns:
        the paymentProvider
      • getPaymentProvider

        public java.lang.String getPaymentProvider()
        Generated method - Getter of the SAPCpiOutboundCardPayment.paymentProvider attribute.
        Returns:
        the paymentProvider
      • setPaymentProvider

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

        public void setPaymentProvider​(java.lang.String value)
        Generated method - Setter of the SAPCpiOutboundCardPayment.paymentProvider attribute.
        Parameters:
        value - the paymentProvider
      • getRequestId

        public java.lang.String getRequestId​(SessionContext ctx)
        Generated method - Getter of the SAPCpiOutboundCardPayment.requestId attribute.
        Returns:
        the requestId
      • getRequestId

        public java.lang.String getRequestId()
        Generated method - Getter of the SAPCpiOutboundCardPayment.requestId attribute.
        Returns:
        the requestId
      • setRequestId

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

        public void setRequestId​(java.lang.String value)
        Generated method - Setter of the SAPCpiOutboundCardPayment.requestId attribute.
        Parameters:
        value - the requestId
      • getSapCpiOutboundOrder

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

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

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

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

        public java.lang.String getSubscriptionId​(SessionContext ctx)
        Generated method - Getter of the SAPCpiOutboundCardPayment.subscriptionId attribute.
        Returns:
        the subscriptionId
      • getSubscriptionId

        public java.lang.String getSubscriptionId()
        Generated method - Getter of the SAPCpiOutboundCardPayment.subscriptionId attribute.
        Returns:
        the subscriptionId
      • setSubscriptionId

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

        public void setSubscriptionId​(java.lang.String value)
        Generated method - Setter of the SAPCpiOutboundCardPayment.subscriptionId attribute.
        Parameters:
        value - the subscriptionId
      • getValidToMonth

        public java.lang.String getValidToMonth​(SessionContext ctx)
        Generated method - Getter of the SAPCpiOutboundCardPayment.validToMonth attribute.
        Returns:
        the validToMonth
      • getValidToMonth

        public java.lang.String getValidToMonth()
        Generated method - Getter of the SAPCpiOutboundCardPayment.validToMonth attribute.
        Returns:
        the validToMonth
      • setValidToMonth

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

        public void setValidToMonth​(java.lang.String value)
        Generated method - Setter of the SAPCpiOutboundCardPayment.validToMonth attribute.
        Parameters:
        value - the validToMonth
      • getValidToYear

        public java.lang.String getValidToYear​(SessionContext ctx)
        Generated method - Getter of the SAPCpiOutboundCardPayment.validToYear attribute.
        Returns:
        the validToYear
      • getValidToYear

        public java.lang.String getValidToYear()
        Generated method - Getter of the SAPCpiOutboundCardPayment.validToYear attribute.
        Returns:
        the validToYear
      • setValidToYear

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

        public void setValidToYear​(java.lang.String value)
        Generated method - Setter of the SAPCpiOutboundCardPayment.validToYear attribute.
        Parameters:
        value - the validToYear