Class GeneratedStoredPunchOutSession

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
StoredPunchOutSession

public abstract class GeneratedStoredPunchOutSession extends GenericItem
Generated class for type StoredPunchOutSession.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedStoredPunchOutSession

      public GeneratedStoredPunchOutSession()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • 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 Object getPunchOutSession(SessionContext ctx)
      Generated method - Getter of the StoredPunchOutSession.punchOutSession attribute.
      Returns:
      the punchOutSession - Should be instance of type PunchOutSession
    • getPunchOutSession

      public 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, Object value)
      Generated method - Setter of the StoredPunchOutSession.punchOutSession attribute.
      Parameters:
      value - the punchOutSession - Should be instance of type PunchOutSession
    • setPunchOutSession

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

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

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

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

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