Class GeneratedPaymentSubscriptionResult

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

public abstract class GeneratedPaymentSubscriptionResult extends GenericItem
Generated class for type PaymentSubscriptionResult.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedPaymentSubscriptionResult

      public GeneratedPaymentSubscriptionResult()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • getCartId

      public String getCartId(SessionContext ctx)
      Generated method - Getter of the PaymentSubscriptionResult.cartId attribute.
      Returns:
      the cartId
    • getCartId

      public String getCartId()
      Generated method - Getter of the PaymentSubscriptionResult.cartId attribute.
      Returns:
      the cartId
    • setCartId

      public void setCartId(SessionContext ctx, String value)
      Generated method - Setter of the PaymentSubscriptionResult.cartId attribute.
      Parameters:
      value - the cartId
    • setCartId

      public void setCartId(String value)
      Generated method - Setter of the PaymentSubscriptionResult.cartId attribute.
      Parameters:
      value - the cartId
    • getResult

      public Object getResult(SessionContext ctx)
      Generated method - Getter of the PaymentSubscriptionResult.result attribute.
      Returns:
      the result - Serialized result object
    • getResult

      public Object getResult()
      Generated method - Getter of the PaymentSubscriptionResult.result attribute.
      Returns:
      the result - Serialized result object
    • setResult

      public void setResult(SessionContext ctx, Object value)
      Generated method - Setter of the PaymentSubscriptionResult.result attribute.
      Parameters:
      value - the result - Serialized result object
    • setResult

      public void setResult(Object value)
      Generated method - Setter of the PaymentSubscriptionResult.result attribute.
      Parameters:
      value - the result - Serialized result object
    • isSuccess

      public Boolean isSuccess(SessionContext ctx)
      Generated method - Getter of the PaymentSubscriptionResult.success attribute.
      Returns:
      the success - Define if subscription was successful.
    • isSuccess

      public Boolean isSuccess()
      Generated method - Getter of the PaymentSubscriptionResult.success attribute.
      Returns:
      the success - Define if subscription was successful.
    • isSuccessAsPrimitive

      public boolean isSuccessAsPrimitive(SessionContext ctx)
      Generated method - Getter of the PaymentSubscriptionResult.success attribute.
      Returns:
      the success - Define if subscription was successful.
    • isSuccessAsPrimitive

      public boolean isSuccessAsPrimitive()
      Generated method - Getter of the PaymentSubscriptionResult.success attribute.
      Returns:
      the success - Define if subscription was successful.
    • setSuccess

      public void setSuccess(SessionContext ctx, Boolean value)
      Generated method - Setter of the PaymentSubscriptionResult.success attribute.
      Parameters:
      value - the success - Define if subscription was successful.
    • setSuccess

      public void setSuccess(Boolean value)
      Generated method - Setter of the PaymentSubscriptionResult.success attribute.
      Parameters:
      value - the success - Define if subscription was successful.
    • setSuccess

      public void setSuccess(SessionContext ctx, boolean value)
      Generated method - Setter of the PaymentSubscriptionResult.success attribute.
      Parameters:
      value - the success - Define if subscription was successful.
    • setSuccess

      public void setSuccess(boolean value)
      Generated method - Setter of the PaymentSubscriptionResult.success attribute.
      Parameters:
      value - the success - Define if subscription was successful.