Class GeneratedB2BRegistration

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

public abstract class GeneratedB2BRegistration extends GenericItem
Generated class for type B2BRegistration.
See Also:
  • Field Details

    • BASESITE

      public static final String BASESITE
      Qualifier of the B2BRegistration.baseSite attribute
      See Also:
    • LANGUAGE

      public static final String LANGUAGE
      Qualifier of the B2BRegistration.language attribute
      See Also:
    • CURRENCY

      public static final String CURRENCY
      Qualifier of the B2BRegistration.currency attribute
      See Also:
    • BASESTORE

      public static final String BASESTORE
      Qualifier of the B2BRegistration.baseStore attribute
      See Also:
    • TITLE

      public static final String TITLE
      Qualifier of the B2BRegistration.title attribute
      See Also:
    • NAME

      public static final String NAME
      Qualifier of the B2BRegistration.name attribute
      See Also:
    • EMAIL

      public static final String EMAIL
      Qualifier of the B2BRegistration.email attribute
      See Also:
    • POSITION

      public static final String POSITION
      Qualifier of the B2BRegistration.position attribute
      See Also:
    • TELEPHONE

      public static final String TELEPHONE
      Qualifier of the B2BRegistration.telephone attribute
      See Also:
    • TELEPHONEEXTENSION

      public static final String TELEPHONEEXTENSION
      Qualifier of the B2BRegistration.telephoneExtension attribute
      See Also:
    • COMPANYNAME

      public static final String COMPANYNAME
      Qualifier of the B2BRegistration.companyName attribute
      See Also:
    • COMPANYADDRESSSTREET

      public static final String COMPANYADDRESSSTREET
      Qualifier of the B2BRegistration.companyAddressStreet attribute
      See Also:
    • COMPANYADDRESSSTREETLINE2

      public static final String COMPANYADDRESSSTREETLINE2
      Qualifier of the B2BRegistration.companyAddressStreetLine2 attribute
      See Also:
    • COMPANYADDRESSCITY

      public static final String COMPANYADDRESSCITY
      Qualifier of the B2BRegistration.companyAddressCity attribute
      See Also:
    • COMPANYADDRESSPOSTALCODE

      public static final String COMPANYADDRESSPOSTALCODE
      Qualifier of the B2BRegistration.companyAddressPostalCode attribute
      See Also:
    • COMPANYADDRESSREGION

      public static final String COMPANYADDRESSREGION
      Qualifier of the B2BRegistration.companyAddressRegion attribute
      See Also:
    • COMPANYADDRESSCOUNTRY

      public static final String COMPANYADDRESSCOUNTRY
      Qualifier of the B2BRegistration.companyAddressCountry attribute
      See Also:
    • MESSAGE

      public static final String MESSAGE
      Qualifier of the B2BRegistration.message attribute
      See Also:
    • REJECTREASON

      public static final String REJECTREASON
      Qualifier of the B2BRegistration.rejectReason attribute
      See Also:
    • DEFAULTB2BUNIT

      public static final String DEFAULTB2BUNIT
      Qualifier of the B2BRegistration.defaultB2BUnit attribute
      See Also:
    • CUSTOMER

      public static final String CUSTOMER
      Qualifier of the B2BRegistration.customer attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • GeneratedB2BRegistration

      public GeneratedB2BRegistration()
  • Method Details

    • getDefaultAttributeModes

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

      public BaseSite getBaseSite(SessionContext ctx)
      Generated method - Getter of the B2BRegistration.baseSite attribute.
      Returns:
      the baseSite - Indicates the base site on which the user is registered.
    • getBaseSite

      public BaseSite getBaseSite()
      Generated method - Getter of the B2BRegistration.baseSite attribute.
      Returns:
      the baseSite - Indicates the base site on which the user is registered.
    • setBaseSite

      public void setBaseSite(SessionContext ctx, BaseSite value)
      Generated method - Setter of the B2BRegistration.baseSite attribute.
      Parameters:
      value - the baseSite - Indicates the base site on which the user is registered.
    • setBaseSite

      public void setBaseSite(BaseSite value)
      Generated method - Setter of the B2BRegistration.baseSite attribute.
      Parameters:
      value - the baseSite - Indicates the base site on which the user is registered.
    • getBaseStore

      public BaseStore getBaseStore(SessionContext ctx)
      Generated method - Getter of the B2BRegistration.baseStore attribute.
      Returns:
      the baseStore - Indicates the base store on which the user is registered.
    • getBaseStore

      public BaseStore getBaseStore()
      Generated method - Getter of the B2BRegistration.baseStore attribute.
      Returns:
      the baseStore - Indicates the base store on which the user is registered.
    • setBaseStore

      public void setBaseStore(SessionContext ctx, BaseStore value)
      Generated method - Setter of the B2BRegistration.baseStore attribute.
      Parameters:
      value - the baseStore - Indicates the base store on which the user is registered.
    • setBaseStore

      public void setBaseStore(BaseStore value)
      Generated method - Setter of the B2BRegistration.baseStore attribute.
      Parameters:
      value - the baseStore - Indicates the base store on which the user is registered.
    • getCompanyAddressCity

      public String getCompanyAddressCity(SessionContext ctx)
      Generated method - Getter of the B2BRegistration.companyAddressCity attribute.
      Returns:
      the companyAddressCity - Indicates the city of the user's company.
    • getCompanyAddressCity

      public String getCompanyAddressCity()
      Generated method - Getter of the B2BRegistration.companyAddressCity attribute.
      Returns:
      the companyAddressCity - Indicates the city of the user's company.
    • setCompanyAddressCity

      public void setCompanyAddressCity(SessionContext ctx, String value)
      Generated method - Setter of the B2BRegistration.companyAddressCity attribute.
      Parameters:
      value - the companyAddressCity - Indicates the city of the user's company.
    • setCompanyAddressCity

      public void setCompanyAddressCity(String value)
      Generated method - Setter of the B2BRegistration.companyAddressCity attribute.
      Parameters:
      value - the companyAddressCity - Indicates the city of the user's company.
    • getCompanyAddressCountry

      public Country getCompanyAddressCountry(SessionContext ctx)
      Generated method - Getter of the B2BRegistration.companyAddressCountry attribute.
      Returns:
      the companyAddressCountry - Indicates the country of the user's company.
    • getCompanyAddressCountry

      public Country getCompanyAddressCountry()
      Generated method - Getter of the B2BRegistration.companyAddressCountry attribute.
      Returns:
      the companyAddressCountry - Indicates the country of the user's company.
    • setCompanyAddressCountry

      public void setCompanyAddressCountry(SessionContext ctx, Country value)
      Generated method - Setter of the B2BRegistration.companyAddressCountry attribute.
      Parameters:
      value - the companyAddressCountry - Indicates the country of the user's company.
    • setCompanyAddressCountry

      public void setCompanyAddressCountry(Country value)
      Generated method - Setter of the B2BRegistration.companyAddressCountry attribute.
      Parameters:
      value - the companyAddressCountry - Indicates the country of the user's company.
    • getCompanyAddressPostalCode

      public String getCompanyAddressPostalCode(SessionContext ctx)
      Generated method - Getter of the B2BRegistration.companyAddressPostalCode attribute.
      Returns:
      the companyAddressPostalCode - Indicates the postal code of the user's company.
    • getCompanyAddressPostalCode

      public String getCompanyAddressPostalCode()
      Generated method - Getter of the B2BRegistration.companyAddressPostalCode attribute.
      Returns:
      the companyAddressPostalCode - Indicates the postal code of the user's company.
    • setCompanyAddressPostalCode

      public void setCompanyAddressPostalCode(SessionContext ctx, String value)
      Generated method - Setter of the B2BRegistration.companyAddressPostalCode attribute.
      Parameters:
      value - the companyAddressPostalCode - Indicates the postal code of the user's company.
    • setCompanyAddressPostalCode

      public void setCompanyAddressPostalCode(String value)
      Generated method - Setter of the B2BRegistration.companyAddressPostalCode attribute.
      Parameters:
      value - the companyAddressPostalCode - Indicates the postal code of the user's company.
    • getCompanyAddressRegion

      public Region getCompanyAddressRegion(SessionContext ctx)
      Generated method - Getter of the B2BRegistration.companyAddressRegion attribute.
      Returns:
      the companyAddressRegion - Indicates the region of the user's company.
    • getCompanyAddressRegion

      public Region getCompanyAddressRegion()
      Generated method - Getter of the B2BRegistration.companyAddressRegion attribute.
      Returns:
      the companyAddressRegion - Indicates the region of the user's company.
    • setCompanyAddressRegion

      public void setCompanyAddressRegion(SessionContext ctx, Region value)
      Generated method - Setter of the B2BRegistration.companyAddressRegion attribute.
      Parameters:
      value - the companyAddressRegion - Indicates the region of the user's company.
    • setCompanyAddressRegion

      public void setCompanyAddressRegion(Region value)
      Generated method - Setter of the B2BRegistration.companyAddressRegion attribute.
      Parameters:
      value - the companyAddressRegion - Indicates the region of the user's company.
    • getCompanyAddressStreet

      public String getCompanyAddressStreet(SessionContext ctx)
      Generated method - Getter of the B2BRegistration.companyAddressStreet attribute.
      Returns:
      the companyAddressStreet - Indicates the address of the user's company.
    • getCompanyAddressStreet

      public String getCompanyAddressStreet()
      Generated method - Getter of the B2BRegistration.companyAddressStreet attribute.
      Returns:
      the companyAddressStreet - Indicates the address of the user's company.
    • setCompanyAddressStreet

      public void setCompanyAddressStreet(SessionContext ctx, String value)
      Generated method - Setter of the B2BRegistration.companyAddressStreet attribute.
      Parameters:
      value - the companyAddressStreet - Indicates the address of the user's company.
    • setCompanyAddressStreet

      public void setCompanyAddressStreet(String value)
      Generated method - Setter of the B2BRegistration.companyAddressStreet attribute.
      Parameters:
      value - the companyAddressStreet - Indicates the address of the user's company.
    • getCompanyAddressStreetLine2

      public String getCompanyAddressStreetLine2(SessionContext ctx)
      Generated method - Getter of the B2BRegistration.companyAddressStreetLine2 attribute.
      Returns:
      the companyAddressStreetLine2 - Indicates the address line 2 of the user's company.
    • getCompanyAddressStreetLine2

      public String getCompanyAddressStreetLine2()
      Generated method - Getter of the B2BRegistration.companyAddressStreetLine2 attribute.
      Returns:
      the companyAddressStreetLine2 - Indicates the address line 2 of the user's company.
    • setCompanyAddressStreetLine2

      public void setCompanyAddressStreetLine2(SessionContext ctx, String value)
      Generated method - Setter of the B2BRegistration.companyAddressStreetLine2 attribute.
      Parameters:
      value - the companyAddressStreetLine2 - Indicates the address line 2 of the user's company.
    • setCompanyAddressStreetLine2

      public void setCompanyAddressStreetLine2(String value)
      Generated method - Setter of the B2BRegistration.companyAddressStreetLine2 attribute.
      Parameters:
      value - the companyAddressStreetLine2 - Indicates the address line 2 of the user's company.
    • getCompanyName

      public String getCompanyName(SessionContext ctx)
      Generated method - Getter of the B2BRegistration.companyName attribute.
      Returns:
      the companyName - Indicates the user's company name.
    • getCompanyName

      public String getCompanyName()
      Generated method - Getter of the B2BRegistration.companyName attribute.
      Returns:
      the companyName - Indicates the user's company name.
    • setCompanyName

      public void setCompanyName(SessionContext ctx, String value)
      Generated method - Setter of the B2BRegistration.companyName attribute.
      Parameters:
      value - the companyName - Indicates the user's company name.
    • setCompanyName

      public void setCompanyName(String value)
      Generated method - Setter of the B2BRegistration.companyName attribute.
      Parameters:
      value - the companyName - Indicates the user's company name.
    • getCurrency

      public Currency getCurrency(SessionContext ctx)
      Generated method - Getter of the B2BRegistration.currency attribute.
      Returns:
      the currency - Indicates the curency used by the user.
    • getCurrency

      public Currency getCurrency()
      Generated method - Getter of the B2BRegistration.currency attribute.
      Returns:
      the currency - Indicates the curency used by the user.
    • setCurrency

      public void setCurrency(SessionContext ctx, Currency value)
      Generated method - Setter of the B2BRegistration.currency attribute.
      Parameters:
      value - the currency - Indicates the curency used by the user.
    • setCurrency

      public void setCurrency(Currency value)
      Generated method - Setter of the B2BRegistration.currency attribute.
      Parameters:
      value - the currency - Indicates the curency used by the user.
    • getCustomer

      public Customer getCustomer(SessionContext ctx)
      Generated method - Getter of the B2BRegistration.customer attribute.
      Returns:
      the customer - Indicates the Customer info during registration.
    • getCustomer

      public Customer getCustomer()
      Generated method - Getter of the B2BRegistration.customer attribute.
      Returns:
      the customer - Indicates the Customer info during registration.
    • setCustomer

      public void setCustomer(SessionContext ctx, Customer value)
      Generated method - Setter of the B2BRegistration.customer attribute.
      Parameters:
      value - the customer - Indicates the Customer info during registration.
    • setCustomer

      public void setCustomer(Customer value)
      Generated method - Setter of the B2BRegistration.customer attribute.
      Parameters:
      value - the customer - Indicates the Customer info during registration.
    • getDefaultB2BUnit

      public B2BUnit getDefaultB2BUnit(SessionContext ctx)
      Generated method - Getter of the B2BRegistration.defaultB2BUnit attribute.
      Returns:
      the defaultB2BUnit - Indicates the B2B unit assigned to the user.
    • getDefaultB2BUnit

      public B2BUnit getDefaultB2BUnit()
      Generated method - Getter of the B2BRegistration.defaultB2BUnit attribute.
      Returns:
      the defaultB2BUnit - Indicates the B2B unit assigned to the user.
    • setDefaultB2BUnit

      public void setDefaultB2BUnit(SessionContext ctx, B2BUnit value)
      Generated method - Setter of the B2BRegistration.defaultB2BUnit attribute.
      Parameters:
      value - the defaultB2BUnit - Indicates the B2B unit assigned to the user.
    • setDefaultB2BUnit

      public void setDefaultB2BUnit(B2BUnit value)
      Generated method - Setter of the B2BRegistration.defaultB2BUnit attribute.
      Parameters:
      value - the defaultB2BUnit - Indicates the B2B unit assigned to the user.
    • getEmail

      public String getEmail(SessionContext ctx)
      Generated method - Getter of the B2BRegistration.email attribute.
      Returns:
      the email - Indicates the email address of the user.
    • getEmail

      public String getEmail()
      Generated method - Getter of the B2BRegistration.email attribute.
      Returns:
      the email - Indicates the email address of the user.
    • setEmail

      public void setEmail(SessionContext ctx, String value)
      Generated method - Setter of the B2BRegistration.email attribute.
      Parameters:
      value - the email - Indicates the email address of the user.
    • setEmail

      public void setEmail(String value)
      Generated method - Setter of the B2BRegistration.email attribute.
      Parameters:
      value - the email - Indicates the email address of the user.
    • getLanguage

      public Language getLanguage(SessionContext ctx)
      Generated method - Getter of the B2BRegistration.language attribute.
      Returns:
      the language - Indicates the language used by the user.
    • getLanguage

      public Language getLanguage()
      Generated method - Getter of the B2BRegistration.language attribute.
      Returns:
      the language - Indicates the language used by the user.
    • setLanguage

      public void setLanguage(SessionContext ctx, Language value)
      Generated method - Setter of the B2BRegistration.language attribute.
      Parameters:
      value - the language - Indicates the language used by the user.
    • setLanguage

      public void setLanguage(Language value)
      Generated method - Setter of the B2BRegistration.language attribute.
      Parameters:
      value - the language - Indicates the language used by the user.
    • getMessage

      public String getMessage(SessionContext ctx)
      Generated method - Getter of the B2BRegistration.message attribute.
      Returns:
      the message - Indicates the message the user provides.
    • getMessage

      public String getMessage()
      Generated method - Getter of the B2BRegistration.message attribute.
      Returns:
      the message - Indicates the message the user provides.
    • setMessage

      public void setMessage(SessionContext ctx, String value)
      Generated method - Setter of the B2BRegistration.message attribute.
      Parameters:
      value - the message - Indicates the message the user provides.
    • setMessage

      public void setMessage(String value)
      Generated method - Setter of the B2BRegistration.message attribute.
      Parameters:
      value - the message - Indicates the message the user provides.
    • getName

      public String getName(SessionContext ctx)
      Generated method - Getter of the B2BRegistration.name attribute.
      Returns:
      the name - Indicates the name of the user.
    • getName

      public String getName()
      Generated method - Getter of the B2BRegistration.name attribute.
      Returns:
      the name - Indicates the name of the user.
    • setName

      public void setName(SessionContext ctx, String value)
      Generated method - Setter of the B2BRegistration.name attribute.
      Parameters:
      value - the name - Indicates the name of the user.
    • setName

      public void setName(String value)
      Generated method - Setter of the B2BRegistration.name attribute.
      Parameters:
      value - the name - Indicates the name of the user.
    • getPosition

      public String getPosition(SessionContext ctx)
      Generated method - Getter of the B2BRegistration.position attribute.
      Returns:
      the position - Indicates the position of the user.
    • getPosition

      public String getPosition()
      Generated method - Getter of the B2BRegistration.position attribute.
      Returns:
      the position - Indicates the position of the user.
    • setPosition

      public void setPosition(SessionContext ctx, String value)
      Generated method - Setter of the B2BRegistration.position attribute.
      Parameters:
      value - the position - Indicates the position of the user.
    • setPosition

      public void setPosition(String value)
      Generated method - Setter of the B2BRegistration.position attribute.
      Parameters:
      value - the position - Indicates the position of the user.
    • getRejectReason

      public String getRejectReason(SessionContext ctx)
      Generated method - Getter of the B2BRegistration.rejectReason attribute.
      Returns:
      the rejectReason - Indicates the reason why the registration is rejected.
    • getRejectReason

      public String getRejectReason()
      Generated method - Getter of the B2BRegistration.rejectReason attribute.
      Returns:
      the rejectReason - Indicates the reason why the registration is rejected.
    • setRejectReason

      public void setRejectReason(SessionContext ctx, String value)
      Generated method - Setter of the B2BRegistration.rejectReason attribute.
      Parameters:
      value - the rejectReason - Indicates the reason why the registration is rejected.
    • setRejectReason

      public void setRejectReason(String value)
      Generated method - Setter of the B2BRegistration.rejectReason attribute.
      Parameters:
      value - the rejectReason - Indicates the reason why the registration is rejected.
    • getTelephone

      public String getTelephone(SessionContext ctx)
      Generated method - Getter of the B2BRegistration.telephone attribute.
      Returns:
      the telephone - Indicates the telephone of the user.
    • getTelephone

      public String getTelephone()
      Generated method - Getter of the B2BRegistration.telephone attribute.
      Returns:
      the telephone - Indicates the telephone of the user.
    • setTelephone

      public void setTelephone(SessionContext ctx, String value)
      Generated method - Setter of the B2BRegistration.telephone attribute.
      Parameters:
      value - the telephone - Indicates the telephone of the user.
    • setTelephone

      public void setTelephone(String value)
      Generated method - Setter of the B2BRegistration.telephone attribute.
      Parameters:
      value - the telephone - Indicates the telephone of the user.
    • getTelephoneExtension

      public String getTelephoneExtension(SessionContext ctx)
      Generated method - Getter of the B2BRegistration.telephoneExtension attribute.
      Returns:
      the telephoneExtension - Indicates the telephone extension of the user.
    • getTelephoneExtension

      public String getTelephoneExtension()
      Generated method - Getter of the B2BRegistration.telephoneExtension attribute.
      Returns:
      the telephoneExtension - Indicates the telephone extension of the user.
    • setTelephoneExtension

      public void setTelephoneExtension(SessionContext ctx, String value)
      Generated method - Setter of the B2BRegistration.telephoneExtension attribute.
      Parameters:
      value - the telephoneExtension - Indicates the telephone extension of the user.
    • setTelephoneExtension

      public void setTelephoneExtension(String value)
      Generated method - Setter of the B2BRegistration.telephoneExtension attribute.
      Parameters:
      value - the telephoneExtension - Indicates the telephone extension of the user.
    • getTitle

      public Title getTitle(SessionContext ctx)
      Generated method - Getter of the B2BRegistration.title attribute.
      Returns:
      the title - Indicates the title of the user.
    • getTitle

      public Title getTitle()
      Generated method - Getter of the B2BRegistration.title attribute.
      Returns:
      the title - Indicates the title of the user.
    • setTitle

      public void setTitle(SessionContext ctx, Title value)
      Generated method - Setter of the B2BRegistration.title attribute.
      Parameters:
      value - the title - Indicates the title of the user.
    • setTitle

      public void setTitle(Title value)
      Generated method - Setter of the B2BRegistration.title attribute.
      Parameters:
      value - the title - Indicates the title of the user.