Class GeneratedB2BRegistration

    • Field Detail

      • CMSSITE

        public static final java.lang.String CMSSITE
        Qualifier of the B2BRegistration.cmsSite attribute
        See Also:
        Constant Field Values
      • LANGUAGE

        public static final java.lang.String LANGUAGE
        Qualifier of the B2BRegistration.language attribute
        See Also:
        Constant Field Values
      • CURRENCY

        public static final java.lang.String CURRENCY
        Qualifier of the B2BRegistration.currency attribute
        See Also:
        Constant Field Values
      • BASESTORE

        public static final java.lang.String BASESTORE
        Qualifier of the B2BRegistration.baseStore attribute
        See Also:
        Constant Field Values
      • TITLE

        public static final java.lang.String TITLE
        Qualifier of the B2BRegistration.title attribute
        See Also:
        Constant Field Values
      • NAME

        public static final java.lang.String NAME
        Qualifier of the B2BRegistration.name attribute
        See Also:
        Constant Field Values
      • EMAIL

        public static final java.lang.String EMAIL
        Qualifier of the B2BRegistration.email attribute
        See Also:
        Constant Field Values
      • POSITION

        public static final java.lang.String POSITION
        Qualifier of the B2BRegistration.position attribute
        See Also:
        Constant Field Values
      • TELEPHONE

        public static final java.lang.String TELEPHONE
        Qualifier of the B2BRegistration.telephone attribute
        See Also:
        Constant Field Values
      • TELEPHONEEXTENSION

        public static final java.lang.String TELEPHONEEXTENSION
        Qualifier of the B2BRegistration.telephoneExtension attribute
        See Also:
        Constant Field Values
      • COMPANYNAME

        public static final java.lang.String COMPANYNAME
        Qualifier of the B2BRegistration.companyName attribute
        See Also:
        Constant Field Values
      • COMPANYADDRESSSTREET

        public static final java.lang.String COMPANYADDRESSSTREET
        Qualifier of the B2BRegistration.companyAddressStreet attribute
        See Also:
        Constant Field Values
      • COMPANYADDRESSSTREETLINE2

        public static final java.lang.String COMPANYADDRESSSTREETLINE2
        Qualifier of the B2BRegistration.companyAddressStreetLine2 attribute
        See Also:
        Constant Field Values
      • COMPANYADDRESSCITY

        public static final java.lang.String COMPANYADDRESSCITY
        Qualifier of the B2BRegistration.companyAddressCity attribute
        See Also:
        Constant Field Values
      • COMPANYADDRESSPOSTALCODE

        public static final java.lang.String COMPANYADDRESSPOSTALCODE
        Qualifier of the B2BRegistration.companyAddressPostalCode attribute
        See Also:
        Constant Field Values
      • COMPANYADDRESSREGION

        public static final java.lang.String COMPANYADDRESSREGION
        Qualifier of the B2BRegistration.companyAddressRegion attribute
        See Also:
        Constant Field Values
      • COMPANYADDRESSCOUNTRY

        public static final java.lang.String COMPANYADDRESSCOUNTRY
        Qualifier of the B2BRegistration.companyAddressCountry attribute
        See Also:
        Constant Field Values
      • MESSAGE

        public static final java.lang.String MESSAGE
        Qualifier of the B2BRegistration.message attribute
        See Also:
        Constant Field Values
      • REJECTREASON

        public static final java.lang.String REJECTREASON
        Qualifier of the B2BRegistration.rejectReason attribute
        See Also:
        Constant Field Values
      • DEFAULTB2BUNIT

        public static final java.lang.String DEFAULTB2BUNIT
        Qualifier of the B2BRegistration.defaultB2BUnit attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedB2BRegistration

        public GeneratedB2BRegistration()
    • Method Detail

      • getBaseStore

        public BaseStore getBaseStore​(SessionContext ctx)
        Generated method - Getter of the B2BRegistration.baseStore attribute.
        Returns:
        the baseStore
      • getBaseStore

        public BaseStore getBaseStore()
        Generated method - Getter of the B2BRegistration.baseStore attribute.
        Returns:
        the baseStore
      • setBaseStore

        public void setBaseStore​(SessionContext ctx,
                                 BaseStore value)
        Generated method - Setter of the B2BRegistration.baseStore attribute.
        Parameters:
        value - the baseStore
      • setBaseStore

        public void setBaseStore​(BaseStore value)
        Generated method - Setter of the B2BRegistration.baseStore attribute.
        Parameters:
        value - the baseStore
      • getCmsSite

        public CMSSite getCmsSite​(SessionContext ctx)
        Generated method - Getter of the B2BRegistration.cmsSite attribute.
        Returns:
        the cmsSite
      • getCmsSite

        public CMSSite getCmsSite()
        Generated method - Getter of the B2BRegistration.cmsSite attribute.
        Returns:
        the cmsSite
      • setCmsSite

        public void setCmsSite​(SessionContext ctx,
                               CMSSite value)
        Generated method - Setter of the B2BRegistration.cmsSite attribute.
        Parameters:
        value - the cmsSite
      • setCmsSite

        public void setCmsSite​(CMSSite value)
        Generated method - Setter of the B2BRegistration.cmsSite attribute.
        Parameters:
        value - the cmsSite
      • getCompanyAddressCity

        public java.lang.String getCompanyAddressCity​(SessionContext ctx)
        Generated method - Getter of the B2BRegistration.companyAddressCity attribute.
        Returns:
        the companyAddressCity
      • getCompanyAddressCity

        public java.lang.String getCompanyAddressCity()
        Generated method - Getter of the B2BRegistration.companyAddressCity attribute.
        Returns:
        the companyAddressCity
      • setCompanyAddressCity

        public void setCompanyAddressCity​(SessionContext ctx,
                                          java.lang.String value)
        Generated method - Setter of the B2BRegistration.companyAddressCity attribute.
        Parameters:
        value - the companyAddressCity
      • setCompanyAddressCity

        public void setCompanyAddressCity​(java.lang.String value)
        Generated method - Setter of the B2BRegistration.companyAddressCity attribute.
        Parameters:
        value - the companyAddressCity
      • getCompanyAddressCountry

        public Country getCompanyAddressCountry​(SessionContext ctx)
        Generated method - Getter of the B2BRegistration.companyAddressCountry attribute.
        Returns:
        the companyAddressCountry
      • getCompanyAddressCountry

        public Country getCompanyAddressCountry()
        Generated method - Getter of the B2BRegistration.companyAddressCountry attribute.
        Returns:
        the companyAddressCountry
      • setCompanyAddressCountry

        public void setCompanyAddressCountry​(SessionContext ctx,
                                             Country value)
        Generated method - Setter of the B2BRegistration.companyAddressCountry attribute.
        Parameters:
        value - the companyAddressCountry
      • setCompanyAddressCountry

        public void setCompanyAddressCountry​(Country value)
        Generated method - Setter of the B2BRegistration.companyAddressCountry attribute.
        Parameters:
        value - the companyAddressCountry
      • getCompanyAddressPostalCode

        public java.lang.String getCompanyAddressPostalCode​(SessionContext ctx)
        Generated method - Getter of the B2BRegistration.companyAddressPostalCode attribute.
        Returns:
        the companyAddressPostalCode
      • getCompanyAddressPostalCode

        public java.lang.String getCompanyAddressPostalCode()
        Generated method - Getter of the B2BRegistration.companyAddressPostalCode attribute.
        Returns:
        the companyAddressPostalCode
      • setCompanyAddressPostalCode

        public void setCompanyAddressPostalCode​(SessionContext ctx,
                                                java.lang.String value)
        Generated method - Setter of the B2BRegistration.companyAddressPostalCode attribute.
        Parameters:
        value - the companyAddressPostalCode
      • setCompanyAddressPostalCode

        public void setCompanyAddressPostalCode​(java.lang.String value)
        Generated method - Setter of the B2BRegistration.companyAddressPostalCode attribute.
        Parameters:
        value - the companyAddressPostalCode
      • getCompanyAddressRegion

        public Region getCompanyAddressRegion​(SessionContext ctx)
        Generated method - Getter of the B2BRegistration.companyAddressRegion attribute.
        Returns:
        the companyAddressRegion
      • getCompanyAddressRegion

        public Region getCompanyAddressRegion()
        Generated method - Getter of the B2BRegistration.companyAddressRegion attribute.
        Returns:
        the companyAddressRegion
      • setCompanyAddressRegion

        public void setCompanyAddressRegion​(SessionContext ctx,
                                            Region value)
        Generated method - Setter of the B2BRegistration.companyAddressRegion attribute.
        Parameters:
        value - the companyAddressRegion
      • setCompanyAddressRegion

        public void setCompanyAddressRegion​(Region value)
        Generated method - Setter of the B2BRegistration.companyAddressRegion attribute.
        Parameters:
        value - the companyAddressRegion
      • getCompanyAddressStreet

        public java.lang.String getCompanyAddressStreet​(SessionContext ctx)
        Generated method - Getter of the B2BRegistration.companyAddressStreet attribute.
        Returns:
        the companyAddressStreet
      • getCompanyAddressStreet

        public java.lang.String getCompanyAddressStreet()
        Generated method - Getter of the B2BRegistration.companyAddressStreet attribute.
        Returns:
        the companyAddressStreet
      • setCompanyAddressStreet

        public void setCompanyAddressStreet​(SessionContext ctx,
                                            java.lang.String value)
        Generated method - Setter of the B2BRegistration.companyAddressStreet attribute.
        Parameters:
        value - the companyAddressStreet
      • setCompanyAddressStreet

        public void setCompanyAddressStreet​(java.lang.String value)
        Generated method - Setter of the B2BRegistration.companyAddressStreet attribute.
        Parameters:
        value - the companyAddressStreet
      • getCompanyAddressStreetLine2

        public java.lang.String getCompanyAddressStreetLine2​(SessionContext ctx)
        Generated method - Getter of the B2BRegistration.companyAddressStreetLine2 attribute.
        Returns:
        the companyAddressStreetLine2
      • getCompanyAddressStreetLine2

        public java.lang.String getCompanyAddressStreetLine2()
        Generated method - Getter of the B2BRegistration.companyAddressStreetLine2 attribute.
        Returns:
        the companyAddressStreetLine2
      • setCompanyAddressStreetLine2

        public void setCompanyAddressStreetLine2​(SessionContext ctx,
                                                 java.lang.String value)
        Generated method - Setter of the B2BRegistration.companyAddressStreetLine2 attribute.
        Parameters:
        value - the companyAddressStreetLine2
      • setCompanyAddressStreetLine2

        public void setCompanyAddressStreetLine2​(java.lang.String value)
        Generated method - Setter of the B2BRegistration.companyAddressStreetLine2 attribute.
        Parameters:
        value - the companyAddressStreetLine2
      • getCompanyName

        public java.lang.String getCompanyName​(SessionContext ctx)
        Generated method - Getter of the B2BRegistration.companyName attribute.
        Returns:
        the companyName
      • getCompanyName

        public java.lang.String getCompanyName()
        Generated method - Getter of the B2BRegistration.companyName attribute.
        Returns:
        the companyName
      • setCompanyName

        public void setCompanyName​(SessionContext ctx,
                                   java.lang.String value)
        Generated method - Setter of the B2BRegistration.companyName attribute.
        Parameters:
        value - the companyName
      • setCompanyName

        public void setCompanyName​(java.lang.String value)
        Generated method - Setter of the B2BRegistration.companyName attribute.
        Parameters:
        value - the companyName
      • getCurrency

        public Currency getCurrency​(SessionContext ctx)
        Generated method - Getter of the B2BRegistration.currency attribute.
        Returns:
        the currency
      • getCurrency

        public Currency getCurrency()
        Generated method - Getter of the B2BRegistration.currency attribute.
        Returns:
        the currency
      • setCurrency

        public void setCurrency​(SessionContext ctx,
                                Currency value)
        Generated method - Setter of the B2BRegistration.currency attribute.
        Parameters:
        value - the currency
      • setCurrency

        public void setCurrency​(Currency value)
        Generated method - Setter of the B2BRegistration.currency attribute.
        Parameters:
        value - the currency
      • getDefaultB2BUnit

        public B2BUnit getDefaultB2BUnit​(SessionContext ctx)
        Generated method - Getter of the B2BRegistration.defaultB2BUnit attribute.
        Returns:
        the defaultB2BUnit
      • getDefaultB2BUnit

        public B2BUnit getDefaultB2BUnit()
        Generated method - Getter of the B2BRegistration.defaultB2BUnit attribute.
        Returns:
        the defaultB2BUnit
      • setDefaultB2BUnit

        public void setDefaultB2BUnit​(SessionContext ctx,
                                      B2BUnit value)
        Generated method - Setter of the B2BRegistration.defaultB2BUnit attribute.
        Parameters:
        value - the defaultB2BUnit
      • setDefaultB2BUnit

        public void setDefaultB2BUnit​(B2BUnit value)
        Generated method - Setter of the B2BRegistration.defaultB2BUnit attribute.
        Parameters:
        value - the defaultB2BUnit
      • getEmail

        public java.lang.String getEmail​(SessionContext ctx)
        Generated method - Getter of the B2BRegistration.email attribute.
        Returns:
        the email
      • getEmail

        public java.lang.String getEmail()
        Generated method - Getter of the B2BRegistration.email attribute.
        Returns:
        the email
      • setEmail

        public void setEmail​(SessionContext ctx,
                             java.lang.String value)
        Generated method - Setter of the B2BRegistration.email attribute.
        Parameters:
        value - the email
      • setEmail

        public void setEmail​(java.lang.String value)
        Generated method - Setter of the B2BRegistration.email attribute.
        Parameters:
        value - the email
      • getLanguage

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

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

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

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

        public java.lang.String getMessage​(SessionContext ctx)
        Generated method - Getter of the B2BRegistration.message attribute.
        Returns:
        the message
      • getMessage

        public java.lang.String getMessage()
        Generated method - Getter of the B2BRegistration.message attribute.
        Returns:
        the message
      • setMessage

        public void setMessage​(SessionContext ctx,
                               java.lang.String value)
        Generated method - Setter of the B2BRegistration.message attribute.
        Parameters:
        value - the message
      • setMessage

        public void setMessage​(java.lang.String value)
        Generated method - Setter of the B2BRegistration.message attribute.
        Parameters:
        value - the message
      • getName

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

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

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

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

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

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

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

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

        public java.lang.String getRejectReason​(SessionContext ctx)
        Generated method - Getter of the B2BRegistration.rejectReason attribute.
        Returns:
        the rejectReason
      • getRejectReason

        public java.lang.String getRejectReason()
        Generated method - Getter of the B2BRegistration.rejectReason attribute.
        Returns:
        the rejectReason
      • setRejectReason

        public void setRejectReason​(SessionContext ctx,
                                    java.lang.String value)
        Generated method - Setter of the B2BRegistration.rejectReason attribute.
        Parameters:
        value - the rejectReason
      • setRejectReason

        public void setRejectReason​(java.lang.String value)
        Generated method - Setter of the B2BRegistration.rejectReason attribute.
        Parameters:
        value - the rejectReason
      • getTelephone

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

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

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

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

        public java.lang.String getTelephoneExtension​(SessionContext ctx)
        Generated method - Getter of the B2BRegistration.telephoneExtension attribute.
        Returns:
        the telephoneExtension
      • getTelephoneExtension

        public java.lang.String getTelephoneExtension()
        Generated method - Getter of the B2BRegistration.telephoneExtension attribute.
        Returns:
        the telephoneExtension
      • setTelephoneExtension

        public void setTelephoneExtension​(SessionContext ctx,
                                          java.lang.String value)
        Generated method - Setter of the B2BRegistration.telephoneExtension attribute.
        Parameters:
        value - the telephoneExtension
      • setTelephoneExtension

        public void setTelephoneExtension​(java.lang.String value)
        Generated method - Setter of the B2BRegistration.telephoneExtension attribute.
        Parameters:
        value - the telephoneExtension
      • getTitle

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

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

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

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