Class GeneratedForgottenPasswordProcess

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

public abstract class GeneratedForgottenPasswordProcess extends StoreFrontCustomerProcess
Generated class for type ForgottenPasswordProcess.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedForgottenPasswordProcess

      public GeneratedForgottenPasswordProcess()
  • Method Details

    • getDefaultAttributeModes

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

      public String getToken(SessionContext ctx)
      Generated method - Getter of the ForgottenPasswordProcess.token attribute.
      Returns:
      the token - Attribute contains token that is used in this process.
    • getToken

      public String getToken()
      Generated method - Getter of the ForgottenPasswordProcess.token attribute.
      Returns:
      the token - Attribute contains token that is used in this process.
    • setToken

      public void setToken(SessionContext ctx, String value)
      Generated method - Setter of the ForgottenPasswordProcess.token attribute.
      Parameters:
      value - the token - Attribute contains token that is used in this process.
    • setToken

      public void setToken(String value)
      Generated method - Setter of the ForgottenPasswordProcess.token attribute.
      Parameters:
      value - the token - Attribute contains token that is used in this process.