Class GeneratedB2BRegistrationApprovedProcess

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

public abstract class GeneratedB2BRegistrationApprovedProcess extends B2BRegistrationProcess
Generated class for type B2BRegistrationApprovedProcess.
See Also:
  • Field Details

    • PASSWORDRESETTOKEN

      public static final String PASSWORDRESETTOKEN
      Qualifier of the B2BRegistrationApprovedProcess.passwordResetToken attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedB2BRegistrationApprovedProcess

      public GeneratedB2BRegistrationApprovedProcess()
  • Method Details

    • getDefaultAttributeModes

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

      public String getPasswordResetToken(SessionContext ctx)
      Generated method - Getter of the B2BRegistrationApprovedProcess.passwordResetToken attribute.
      Returns:
      the passwordResetToken - Indicates the password reset token.
    • getPasswordResetToken

      public String getPasswordResetToken()
      Generated method - Getter of the B2BRegistrationApprovedProcess.passwordResetToken attribute.
      Returns:
      the passwordResetToken - Indicates the password reset token.
    • setPasswordResetToken

      public void setPasswordResetToken(SessionContext ctx, String value)
      Generated method - Setter of the B2BRegistrationApprovedProcess.passwordResetToken attribute.
      Parameters:
      value - the passwordResetToken - Indicates the password reset token.
    • setPasswordResetToken

      public void setPasswordResetToken(String value)
      Generated method - Setter of the B2BRegistrationApprovedProcess.passwordResetToken attribute.
      Parameters:
      value - the passwordResetToken - Indicates the password reset token.