Class RegistrationForm

java.lang.Object
de.hybris.platform.b2bacceleratoraddon.forms.RegistrationForm

public class RegistrationForm extends Object
Secure portal registration form
  • Constructor Details

    • RegistrationForm

      public RegistrationForm()
  • Method Details

    • getTitleCode

      public String getTitleCode()
      Returns:
      the titleCode
    • setTitleCode

      public void setTitleCode(String titleCode)
      Parameters:
      titleCode - the titleCode to set
    • getName

      @Deprecated(since="1811", forRemoval=true) public String getName()
      Deprecated, for removal: This API element is subject to removal in a future version.
      deprecated form 1811
      Returns:
      the firstLastName
    • setName

      @Deprecated(since="1811", forRemoval=true) public void setName(String firstAndLastName)
      Deprecated, for removal: This API element is subject to removal in a future version.
      deprecated form 1811
      Parameters:
      firstAndLastName - the firstLastName to set
    • getEmail

      @NotEmpty(message="{register.email.invalid}") @Size(min=1, max=255, message="{register.email.invalid}") @Email(message="{register.email.invalid}") public @NotEmpty(message="{register.email.invalid}") @Size(min=1,max=255,message="{register.email.invalid}") @Email(message="{register.email.invalid}") String getEmail()
      Returns:
      the email
    • setEmail

      public void setEmail(String email)
      Parameters:
      email - the email to set
    • getAccountNumber

      public String getAccountNumber()
      Returns:
      the accountNumber
    • setAccountNumber

      public void setAccountNumber(String accountNumber)
      Parameters:
      accountNumber - the accountNumber to set
    • getPosition

      @NotEmpty(message="{text.secureportal.register.field.mandatory}") public @NotEmpty(message="{text.secureportal.register.field.mandatory}") String getPosition()
      Returns:
      the position
    • setPosition

      public void setPosition(String position)
      Parameters:
      position - the position to set
    • getTelephone

      @NotEmpty(message="{text.secureportal.register.field.mandatory}") public @NotEmpty(message="{text.secureportal.register.field.mandatory}") String getTelephone()
      Returns:
      the telephone
    • setTelephone

      public void setTelephone(String telephone)
      Parameters:
      telephone - the telephone to set
    • getTelephoneExtension

      public String getTelephoneExtension()
      Returns:
      the telephoneExtension
    • setTelephoneExtension

      public void setTelephoneExtension(String telephoneExtension)
      Parameters:
      telephoneExtension - the telephoneExtension to set
    • getCompanyName

      @NotEmpty(message="{text.secureportal.register.field.mandatory}") public @NotEmpty(message="{text.secureportal.register.field.mandatory}") String getCompanyName()
      Returns:
      the companyName
    • setCompanyName

      public void setCompanyName(String companyName)
      Parameters:
      companyName - the companyName to set
    • getCompanyAddressStreet

      @NotEmpty(message="{text.secureportal.register.field.mandatory}") public @NotEmpty(message="{text.secureportal.register.field.mandatory}") String getCompanyAddressStreet()
      Returns:
      the companyStreetAddress
    • setCompanyAddressStreet

      public void setCompanyAddressStreet(String companyStreetAddress)
      Parameters:
      companyStreetAddress - the companyStreetAddress to set
    • getCompanyAddressStreetLine2

      public String getCompanyAddressStreetLine2()
      Returns:
      the addressLine2
    • setCompanyAddressStreetLine2

      public void setCompanyAddressStreetLine2(String companyAddressStreetLine2)
      Parameters:
      companyAddressStreetLine2 - the addressLine2 to set
    • getCompanyAddressCity

      @NotEmpty(message="{text.secureportal.register.field.mandatory}") public @NotEmpty(message="{text.secureportal.register.field.mandatory}") String getCompanyAddressCity()
      Returns:
      the companyAddressCity
    • setCompanyAddressCity

      public void setCompanyAddressCity(String companyAddressCity)
      Parameters:
      companyAddressCity - the companyAddressCity to set
    • getcompanyAddressPostalCode

      @NotEmpty(message="{text.secureportal.register.field.mandatory}") public @NotEmpty(message="{text.secureportal.register.field.mandatory}") String getcompanyAddressPostalCode()
      Returns:
      the companyAddressPostalCode
    • setCompanyAddressPostalCode

      public void setCompanyAddressPostalCode(String companyAddressPostalCode)
      Parameters:
      companyAddressPostalCode - the companyAddressPostalCode to set
    • getCompanyAddressCountryIso

      @NotEmpty(message="{text.secureportal.register.field.mandatory}") public @NotEmpty(message="{text.secureportal.register.field.mandatory}") String getCompanyAddressCountryIso()
      Returns:
      the companyAddressCountryIso
    • setCompanyAddressCountryIso

      public void setCompanyAddressCountryIso(String companyAddressCountryIso)
      Parameters:
      companyAddressCountryIso - the companyAddressCountryIso to set
    • getMessage

      @Length(max=2000, message="{text.secureportal.register.field.toolong}") public @Length(max=2000,message="{text.secureportal.register.field.toolong}") String getMessage()
      Returns:
      the message
    • setMessage

      public void setMessage(String message)
      Parameters:
      message - the message to set
    • getFirstName

      public String getFirstName()
      Returns:
      the firstName
    • setFirstName

      public void setFirstName(String firstName)
      Parameters:
      firstName - the firstName to set
    • getLastName

      public String getLastName()
      Returns:
      the lastName
    • setLastName

      public void setLastName(String lastName)
      Parameters:
      lastName - the lastName to set