Class GeneratedStoredPunchOutSession

    • Field Detail

      • SID

        public static final java.lang.String SID
        Qualifier of the StoredPunchOutSession.sid attribute
        See Also:
        Constant Field Values
      • PUNCHOUTSESSION

        public static final java.lang.String PUNCHOUTSESSION
        Qualifier of the StoredPunchOutSession.punchOutSession attribute
        See Also:
        Constant Field Values
      • CART

        public static final java.lang.String CART
        Qualifier of the StoredPunchOutSession.cart 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

      • GeneratedStoredPunchOutSession

        public GeneratedStoredPunchOutSession()
    • Method Detail

      • getCart

        public Cart getCart​(SessionContext ctx)
        Generated method - Getter of the StoredPunchOutSession.cart attribute.
        Returns:
        the cart
      • getCart

        public Cart getCart()
        Generated method - Getter of the StoredPunchOutSession.cart attribute.
        Returns:
        the cart
      • setCart

        protected void setCart​(SessionContext ctx,
                               Cart value)
        Generated method - Setter of the StoredPunchOutSession.cart attribute.
        Parameters:
        value - the cart
      • setCart

        protected void setCart​(Cart value)
        Generated method - Setter of the StoredPunchOutSession.cart attribute.
        Parameters:
        value - the cart
      • getPunchOutSession

        public java.lang.Object getPunchOutSession​(SessionContext ctx)
        Generated method - Getter of the StoredPunchOutSession.punchOutSession attribute.
        Returns:
        the punchOutSession - Should be instance of type PunchOutSession
      • getPunchOutSession

        public java.lang.Object getPunchOutSession()
        Generated method - Getter of the StoredPunchOutSession.punchOutSession attribute.
        Returns:
        the punchOutSession - Should be instance of type PunchOutSession
      • setPunchOutSession

        public void setPunchOutSession​(SessionContext ctx,
                                       java.lang.Object value)
        Generated method - Setter of the StoredPunchOutSession.punchOutSession attribute.
        Parameters:
        value - the punchOutSession - Should be instance of type PunchOutSession
      • setPunchOutSession

        public void setPunchOutSession​(java.lang.Object value)
        Generated method - Setter of the StoredPunchOutSession.punchOutSession attribute.
        Parameters:
        value - the punchOutSession - Should be instance of type PunchOutSession
      • getSid

        public java.lang.String getSid​(SessionContext ctx)
        Generated method - Getter of the StoredPunchOutSession.sid attribute.
        Returns:
        the sid
      • getSid

        public java.lang.String getSid()
        Generated method - Getter of the StoredPunchOutSession.sid attribute.
        Returns:
        the sid
      • setSid

        protected void setSid​(SessionContext ctx,
                              java.lang.String value)
        Generated method - Setter of the StoredPunchOutSession.sid attribute.
        Parameters:
        value - the sid
      • setSid

        protected void setSid​(java.lang.String value)
        Generated method - Setter of the StoredPunchOutSession.sid attribute.
        Parameters:
        value - the sid