Class GeneratedUser

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable
    Direct Known Subclasses:
    User

    public abstract class GeneratedUser
    extends Principal
    Generated class for type User.
    See Also:
    Serialized Form
    • Field Detail

      • DEFAULTPAYMENTADDRESS

        public static final java.lang.String DEFAULTPAYMENTADDRESS
        Qualifier of the User.defaultPaymentAddress attribute
        See Also:
        Constant Field Values
      • DEFAULTSHIPMENTADDRESS

        public static final java.lang.String DEFAULTSHIPMENTADDRESS
        Qualifier of the User.defaultShipmentAddress attribute
        See Also:
        Constant Field Values
      • PASSWORDENCODING

        public static final java.lang.String PASSWORDENCODING
        Qualifier of the User.passwordEncoding attribute
        See Also:
        Constant Field Values
      • ENCODEDPASSWORD

        public static final java.lang.String ENCODEDPASSWORD
        Qualifier of the User.encodedPassword attribute
        See Also:
        Constant Field Values
      • PASSWORDANSWER

        public static final java.lang.String PASSWORDANSWER
        Qualifier of the User.passwordAnswer attribute
        See Also:
        Constant Field Values
      • PASSWORDQUESTION

        public static final java.lang.String PASSWORDQUESTION
        Qualifier of the User.passwordQuestion attribute
        See Also:
        Constant Field Values
      • SESSIONLANGUAGE

        public static final java.lang.String SESSIONLANGUAGE
        Qualifier of the User.sessionLanguage attribute
        See Also:
        Constant Field Values
      • SESSIONCURRENCY

        public static final java.lang.String SESSIONCURRENCY
        Qualifier of the User.sessionCurrency attribute
        See Also:
        Constant Field Values
      • LOGINDISABLED

        public static final java.lang.String LOGINDISABLED
        Qualifier of the User.loginDisabled attribute
        See Also:
        Constant Field Values
      • LASTLOGIN

        public static final java.lang.String LASTLOGIN
        Qualifier of the User.lastLogin attribute
        See Also:
        Constant Field Values
      • HMCLOGINDISABLED

        public static final java.lang.String HMCLOGINDISABLED
        Qualifier of the User.hmcLoginDisabled attribute
        See Also:
        Constant Field Values
      • RETENTIONSTATE

        public static final java.lang.String RETENTIONSTATE
        Qualifier of the User.retentionState attribute
        See Also:
        Constant Field Values
      • USERPROFILE

        public static final java.lang.String USERPROFILE
        Qualifier of the User.userprofile attribute
        See Also:
        Constant Field Values
      • DEACTIVATIONDATE

        public static final java.lang.String DEACTIVATIONDATE
        Qualifier of the User.deactivationDate attribute
        See Also:
        Constant Field Values
      • CONTACTINFOS

        public static final java.lang.String CONTACTINFOS
        Qualifier of the User.contactInfos attribute
        See Also:
        Constant Field Values
      • CARTS

        public static final java.lang.String CARTS
        Qualifier of the User.carts attribute
        See Also:
        Constant Field Values
      • QUOTES

        public static final java.lang.String QUOTES
        Qualifier of the User.quotes attribute
        See Also:
        Constant Field Values
      • ORDERS

        public static final java.lang.String ORDERS
        Qualifier of the User.orders attribute
        See Also:
        Constant Field Values
      • ADDRESSES

        public static final java.lang.String ADDRESSES
        Qualifier of the User.addresses attribute
        See Also:
        Constant Field Values
      • PAYMENTINFOS

        public static final java.lang.String PAYMENTINFOS
        Qualifier of the User.paymentInfos attribute
        See Also:
        Constant Field Values
      • ADDRESSESHANDLER

        protected static final OneToManyHandler<Address> ADDRESSESHANDLER
        OneToManyHandler for handling 1:n ADDRESSES's relation attributes from 'many' side. Condition query: "{original} is null"
      • PAYMENTINFOSHANDLER

        protected static final OneToManyHandler<PaymentInfo> PAYMENTINFOSHANDLER
        OneToManyHandler for handling 1:n PAYMENTINFOS's relation attributes from 'many' side. Condition query: "{original} is null"
      • DEFAULT_INITIAL_ATTRIBUTES

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

      • GeneratedUser

        public GeneratedUser()
    • Method Detail

      • getAddresses

        public java.util.Collection<Address> getAddresses​(SessionContext ctx)
        Generated method - Getter of the User.addresses attribute.
        Returns:
        the addresses
      • getAddresses

        public java.util.Collection<Address> getAddresses()
        Generated method - Getter of the User.addresses attribute.
        Returns:
        the addresses
      • setAddresses

        public void setAddresses​(SessionContext ctx,
                                 java.util.Collection<Address> value)
        Generated method - Setter of the User.addresses attribute.
        Parameters:
        value - the addresses
      • setAddresses

        public void setAddresses​(java.util.Collection<Address> value)
        Generated method - Setter of the User.addresses attribute.
        Parameters:
        value - the addresses
      • addToAddresses

        public void addToAddresses​(SessionContext ctx,
                                   Address value)
        Generated method - Adds value to addresses.
        Parameters:
        value - the item to add to addresses
      • addToAddresses

        public void addToAddresses​(Address value)
        Generated method - Adds value to addresses.
        Parameters:
        value - the item to add to addresses
      • removeFromAddresses

        public void removeFromAddresses​(SessionContext ctx,
                                        Address value)
        Generated method - Removes value from addresses.
        Parameters:
        value - the item to remove from addresses
      • removeFromAddresses

        public void removeFromAddresses​(Address value)
        Generated method - Removes value from addresses.
        Parameters:
        value - the item to remove from addresses
      • getCarts

        public java.util.Collection<Cart> getCarts​(SessionContext ctx)
        Generated method - Getter of the User.carts attribute.
        Returns:
        the carts
      • getCarts

        public java.util.Collection<Cart> getCarts()
        Generated method - Getter of the User.carts attribute.
        Returns:
        the carts
      • setCarts

        public void setCarts​(SessionContext ctx,
                             java.util.Collection<Cart> value)
        Generated method - Setter of the User.carts attribute.
        Parameters:
        value - the carts
      • setCarts

        public void setCarts​(java.util.Collection<Cart> value)
        Generated method - Setter of the User.carts attribute.
        Parameters:
        value - the carts
      • addToCarts

        public void addToCarts​(SessionContext ctx,
                               Cart value)
        Generated method - Adds value to carts.
        Parameters:
        value - the item to add to carts
      • addToCarts

        public void addToCarts​(Cart value)
        Generated method - Adds value to carts.
        Parameters:
        value - the item to add to carts
      • removeFromCarts

        public void removeFromCarts​(SessionContext ctx,
                                    Cart value)
        Generated method - Removes value from carts.
        Parameters:
        value - the item to remove from carts
      • removeFromCarts

        public void removeFromCarts​(Cart value)
        Generated method - Removes value from carts.
        Parameters:
        value - the item to remove from carts
      • getContactInfos

        public java.util.Collection<AbstractContactInfo> getContactInfos​(SessionContext ctx)
        Generated method - Getter of the User.contactInfos attribute.
        Returns:
        the contactInfos
      • getContactInfos

        public java.util.Collection<AbstractContactInfo> getContactInfos()
        Generated method - Getter of the User.contactInfos attribute.
        Returns:
        the contactInfos
      • setContactInfos

        public void setContactInfos​(SessionContext ctx,
                                    java.util.Collection<AbstractContactInfo> value)
        Generated method - Setter of the User.contactInfos attribute.
        Parameters:
        value - the contactInfos
      • setContactInfos

        public void setContactInfos​(java.util.Collection<AbstractContactInfo> value)
        Generated method - Setter of the User.contactInfos attribute.
        Parameters:
        value - the contactInfos
      • addToContactInfos

        public void addToContactInfos​(SessionContext ctx,
                                      AbstractContactInfo value)
        Generated method - Adds value to contactInfos.
        Parameters:
        value - the item to add to contactInfos
      • addToContactInfos

        public void addToContactInfos​(AbstractContactInfo value)
        Generated method - Adds value to contactInfos.
        Parameters:
        value - the item to add to contactInfos
      • removeFromContactInfos

        public void removeFromContactInfos​(SessionContext ctx,
                                           AbstractContactInfo value)
        Generated method - Removes value from contactInfos.
        Parameters:
        value - the item to remove from contactInfos
      • removeFromContactInfos

        public void removeFromContactInfos​(AbstractContactInfo value)
        Generated method - Removes value from contactInfos.
        Parameters:
        value - the item to remove from contactInfos
      • getDeactivationDate

        public java.util.Date getDeactivationDate​(SessionContext ctx)
        Generated method - Getter of the User.deactivationDate attribute.
        Returns:
        the deactivationDate - The deactivation date for the user account
      • getDeactivationDate

        public java.util.Date getDeactivationDate()
        Generated method - Getter of the User.deactivationDate attribute.
        Returns:
        the deactivationDate - The deactivation date for the user account
      • setDeactivationDate

        public void setDeactivationDate​(SessionContext ctx,
                                        java.util.Date value)
        Generated method - Setter of the User.deactivationDate attribute.
        Parameters:
        value - the deactivationDate - The deactivation date for the user account
      • setDeactivationDate

        public void setDeactivationDate​(java.util.Date value)
        Generated method - Setter of the User.deactivationDate attribute.
        Parameters:
        value - the deactivationDate - The deactivation date for the user account
      • getDefaultPaymentAddress

        public Address getDefaultPaymentAddress​(SessionContext ctx)
        Generated method - Getter of the User.defaultPaymentAddress attribute.
        Returns:
        the defaultPaymentAddress
      • getDefaultPaymentAddress

        public Address getDefaultPaymentAddress()
        Generated method - Getter of the User.defaultPaymentAddress attribute.
        Returns:
        the defaultPaymentAddress
      • setDefaultPaymentAddress

        public void setDefaultPaymentAddress​(SessionContext ctx,
                                             Address value)
        Generated method - Setter of the User.defaultPaymentAddress attribute.
        Parameters:
        value - the defaultPaymentAddress
      • setDefaultPaymentAddress

        public void setDefaultPaymentAddress​(Address value)
        Generated method - Setter of the User.defaultPaymentAddress attribute.
        Parameters:
        value - the defaultPaymentAddress
      • getDefaultShipmentAddress

        public Address getDefaultShipmentAddress​(SessionContext ctx)
        Generated method - Getter of the User.defaultShipmentAddress attribute.
        Returns:
        the defaultShipmentAddress
      • getDefaultShipmentAddress

        public Address getDefaultShipmentAddress()
        Generated method - Getter of the User.defaultShipmentAddress attribute.
        Returns:
        the defaultShipmentAddress
      • setDefaultShipmentAddress

        public void setDefaultShipmentAddress​(SessionContext ctx,
                                              Address value)
        Generated method - Setter of the User.defaultShipmentAddress attribute.
        Parameters:
        value - the defaultShipmentAddress
      • setDefaultShipmentAddress

        public void setDefaultShipmentAddress​(Address value)
        Generated method - Setter of the User.defaultShipmentAddress attribute.
        Parameters:
        value - the defaultShipmentAddress
      • getEncodedPassword

        public java.lang.String getEncodedPassword​(SessionContext ctx)
        Generated method - Getter of the User.encodedPassword attribute.
        Returns:
        the encodedPassword
      • getEncodedPassword

        public java.lang.String getEncodedPassword()
        Generated method - Getter of the User.encodedPassword attribute.
        Returns:
        the encodedPassword
      • setEncodedPassword

        public void setEncodedPassword​(SessionContext ctx,
                                       java.lang.String value)
        Generated method - Setter of the User.encodedPassword attribute.
        Parameters:
        value - the encodedPassword
      • setEncodedPassword

        public void setEncodedPassword​(java.lang.String value)
        Generated method - Setter of the User.encodedPassword attribute.
        Parameters:
        value - the encodedPassword
      • isHmcLoginDisabled

        public java.lang.Boolean isHmcLoginDisabled​(SessionContext ctx)
        Generated method - Getter of the User.hmcLoginDisabled attribute.
        Returns:
        the hmcLoginDisabled
      • isHmcLoginDisabled

        public java.lang.Boolean isHmcLoginDisabled()
        Generated method - Getter of the User.hmcLoginDisabled attribute.
        Returns:
        the hmcLoginDisabled
      • isHmcLoginDisabledAsPrimitive

        public boolean isHmcLoginDisabledAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the User.hmcLoginDisabled attribute.
        Returns:
        the hmcLoginDisabled
      • isHmcLoginDisabledAsPrimitive

        public boolean isHmcLoginDisabledAsPrimitive()
        Generated method - Getter of the User.hmcLoginDisabled attribute.
        Returns:
        the hmcLoginDisabled
      • setHmcLoginDisabled

        public void setHmcLoginDisabled​(SessionContext ctx,
                                        java.lang.Boolean value)
        Generated method - Setter of the User.hmcLoginDisabled attribute.
        Parameters:
        value - the hmcLoginDisabled
      • setHmcLoginDisabled

        public void setHmcLoginDisabled​(java.lang.Boolean value)
        Generated method - Setter of the User.hmcLoginDisabled attribute.
        Parameters:
        value - the hmcLoginDisabled
      • setHmcLoginDisabled

        public void setHmcLoginDisabled​(SessionContext ctx,
                                        boolean value)
        Generated method - Setter of the User.hmcLoginDisabled attribute.
        Parameters:
        value - the hmcLoginDisabled
      • setHmcLoginDisabled

        public void setHmcLoginDisabled​(boolean value)
        Generated method - Setter of the User.hmcLoginDisabled attribute.
        Parameters:
        value - the hmcLoginDisabled
      • getLastLogin

        public java.util.Date getLastLogin​(SessionContext ctx)
        Generated method - Getter of the User.lastLogin attribute.
        Returns:
        the lastLogin
      • getLastLogin

        public java.util.Date getLastLogin()
        Generated method - Getter of the User.lastLogin attribute.
        Returns:
        the lastLogin
      • setLastLogin

        public void setLastLogin​(SessionContext ctx,
                                 java.util.Date value)
        Generated method - Setter of the User.lastLogin attribute.
        Parameters:
        value - the lastLogin
      • setLastLogin

        public void setLastLogin​(java.util.Date value)
        Generated method - Setter of the User.lastLogin attribute.
        Parameters:
        value - the lastLogin
      • isLoginDisabled

        public java.lang.Boolean isLoginDisabled​(SessionContext ctx)
        Generated method - Getter of the User.loginDisabled attribute.
        Returns:
        the loginDisabled - Determines whether user is allowed to login to system.
      • isLoginDisabled

        public java.lang.Boolean isLoginDisabled()
        Generated method - Getter of the User.loginDisabled attribute.
        Returns:
        the loginDisabled - Determines whether user is allowed to login to system.
      • isLoginDisabledAsPrimitive

        public boolean isLoginDisabledAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the User.loginDisabled attribute.
        Returns:
        the loginDisabled - Determines whether user is allowed to login to system.
      • isLoginDisabledAsPrimitive

        public boolean isLoginDisabledAsPrimitive()
        Generated method - Getter of the User.loginDisabled attribute.
        Returns:
        the loginDisabled - Determines whether user is allowed to login to system.
      • setLoginDisabled

        public void setLoginDisabled​(SessionContext ctx,
                                     java.lang.Boolean value)
        Generated method - Setter of the User.loginDisabled attribute.
        Parameters:
        value - the loginDisabled - Determines whether user is allowed to login to system.
      • setLoginDisabled

        public void setLoginDisabled​(java.lang.Boolean value)
        Generated method - Setter of the User.loginDisabled attribute.
        Parameters:
        value - the loginDisabled - Determines whether user is allowed to login to system.
      • setLoginDisabled

        public void setLoginDisabled​(SessionContext ctx,
                                     boolean value)
        Generated method - Setter of the User.loginDisabled attribute.
        Parameters:
        value - the loginDisabled - Determines whether user is allowed to login to system.
      • setLoginDisabled

        public void setLoginDisabled​(boolean value)
        Generated method - Setter of the User.loginDisabled attribute.
        Parameters:
        value - the loginDisabled - Determines whether user is allowed to login to system.
      • getOrders

        public java.util.Collection<Order> getOrders​(SessionContext ctx)
        Generated method - Getter of the User.orders attribute.
        Returns:
        the orders
      • getOrders

        public java.util.Collection<Order> getOrders()
        Generated method - Getter of the User.orders attribute.
        Returns:
        the orders
      • setOrders

        public void setOrders​(SessionContext ctx,
                              java.util.Collection<Order> value)
        Generated method - Setter of the User.orders attribute.
        Parameters:
        value - the orders
      • setOrders

        public void setOrders​(java.util.Collection<Order> value)
        Generated method - Setter of the User.orders attribute.
        Parameters:
        value - the orders
      • addToOrders

        public void addToOrders​(SessionContext ctx,
                                Order value)
        Generated method - Adds value to orders.
        Parameters:
        value - the item to add to orders
      • addToOrders

        public void addToOrders​(Order value)
        Generated method - Adds value to orders.
        Parameters:
        value - the item to add to orders
      • removeFromOrders

        public void removeFromOrders​(SessionContext ctx,
                                     Order value)
        Generated method - Removes value from orders.
        Parameters:
        value - the item to remove from orders
      • removeFromOrders

        public void removeFromOrders​(Order value)
        Generated method - Removes value from orders.
        Parameters:
        value - the item to remove from orders
      • getPasswordAnswer

        public java.lang.String getPasswordAnswer​(SessionContext ctx)
        Generated method - Getter of the User.passwordAnswer attribute.
        Returns:
        the passwordAnswer
      • getPasswordAnswer

        public java.lang.String getPasswordAnswer()
        Generated method - Getter of the User.passwordAnswer attribute.
        Returns:
        the passwordAnswer
      • setPasswordAnswer

        public void setPasswordAnswer​(SessionContext ctx,
                                      java.lang.String value)
        Generated method - Setter of the User.passwordAnswer attribute.
        Parameters:
        value - the passwordAnswer
      • setPasswordAnswer

        public void setPasswordAnswer​(java.lang.String value)
        Generated method - Setter of the User.passwordAnswer attribute.
        Parameters:
        value - the passwordAnswer
      • getPasswordEncoding

        public java.lang.String getPasswordEncoding​(SessionContext ctx)
        Generated method - Getter of the User.passwordEncoding attribute.
        Returns:
        the passwordEncoding
      • getPasswordEncoding

        public java.lang.String getPasswordEncoding()
        Generated method - Getter of the User.passwordEncoding attribute.
        Returns:
        the passwordEncoding
      • setPasswordEncoding

        public void setPasswordEncoding​(SessionContext ctx,
                                        java.lang.String value)
        Generated method - Setter of the User.passwordEncoding attribute.
        Parameters:
        value - the passwordEncoding
      • setPasswordEncoding

        public void setPasswordEncoding​(java.lang.String value)
        Generated method - Setter of the User.passwordEncoding attribute.
        Parameters:
        value - the passwordEncoding
      • getPasswordQuestion

        public java.lang.String getPasswordQuestion​(SessionContext ctx)
        Generated method - Getter of the User.passwordQuestion attribute.
        Returns:
        the passwordQuestion
      • getPasswordQuestion

        public java.lang.String getPasswordQuestion()
        Generated method - Getter of the User.passwordQuestion attribute.
        Returns:
        the passwordQuestion
      • setPasswordQuestion

        public void setPasswordQuestion​(SessionContext ctx,
                                        java.lang.String value)
        Generated method - Setter of the User.passwordQuestion attribute.
        Parameters:
        value - the passwordQuestion
      • setPasswordQuestion

        public void setPasswordQuestion​(java.lang.String value)
        Generated method - Setter of the User.passwordQuestion attribute.
        Parameters:
        value - the passwordQuestion
      • getPaymentInfos

        public java.util.Collection<PaymentInfo> getPaymentInfos​(SessionContext ctx)
        Generated method - Getter of the User.paymentInfos attribute.
        Returns:
        the paymentInfos
      • getPaymentInfos

        public java.util.Collection<PaymentInfo> getPaymentInfos()
        Generated method - Getter of the User.paymentInfos attribute.
        Returns:
        the paymentInfos
      • setPaymentInfos

        public void setPaymentInfos​(SessionContext ctx,
                                    java.util.Collection<PaymentInfo> value)
        Generated method - Setter of the User.paymentInfos attribute.
        Parameters:
        value - the paymentInfos
      • setPaymentInfos

        public void setPaymentInfos​(java.util.Collection<PaymentInfo> value)
        Generated method - Setter of the User.paymentInfos attribute.
        Parameters:
        value - the paymentInfos
      • addToPaymentInfos

        public void addToPaymentInfos​(SessionContext ctx,
                                      PaymentInfo value)
        Generated method - Adds value to paymentInfos.
        Parameters:
        value - the item to add to paymentInfos
      • addToPaymentInfos

        public void addToPaymentInfos​(PaymentInfo value)
        Generated method - Adds value to paymentInfos.
        Parameters:
        value - the item to add to paymentInfos
      • removeFromPaymentInfos

        public void removeFromPaymentInfos​(SessionContext ctx,
                                           PaymentInfo value)
        Generated method - Removes value from paymentInfos.
        Parameters:
        value - the item to remove from paymentInfos
      • removeFromPaymentInfos

        public void removeFromPaymentInfos​(PaymentInfo value)
        Generated method - Removes value from paymentInfos.
        Parameters:
        value - the item to remove from paymentInfos
      • getQuotes

        public java.util.Collection<Quote> getQuotes​(SessionContext ctx)
        Generated method - Getter of the User.quotes attribute.
        Returns:
        the quotes
      • getQuotes

        public java.util.Collection<Quote> getQuotes()
        Generated method - Getter of the User.quotes attribute.
        Returns:
        the quotes
      • setQuotes

        public void setQuotes​(SessionContext ctx,
                              java.util.Collection<Quote> value)
        Generated method - Setter of the User.quotes attribute.
        Parameters:
        value - the quotes
      • setQuotes

        public void setQuotes​(java.util.Collection<Quote> value)
        Generated method - Setter of the User.quotes attribute.
        Parameters:
        value - the quotes
      • addToQuotes

        public void addToQuotes​(SessionContext ctx,
                                Quote value)
        Generated method - Adds value to quotes.
        Parameters:
        value - the item to add to quotes
      • addToQuotes

        public void addToQuotes​(Quote value)
        Generated method - Adds value to quotes.
        Parameters:
        value - the item to add to quotes
      • removeFromQuotes

        public void removeFromQuotes​(SessionContext ctx,
                                     Quote value)
        Generated method - Removes value from quotes.
        Parameters:
        value - the item to remove from quotes
      • removeFromQuotes

        public void removeFromQuotes​(Quote value)
        Generated method - Removes value from quotes.
        Parameters:
        value - the item to remove from quotes
      • getRetentionState

        public EnumerationValue getRetentionState​(SessionContext ctx)
        Generated method - Getter of the User.retentionState attribute.
        Returns:
        the retentionState - User retention state, avoiding being picked up again by cronjob if processed
      • getRetentionState

        public EnumerationValue getRetentionState()
        Generated method - Getter of the User.retentionState attribute.
        Returns:
        the retentionState - User retention state, avoiding being picked up again by cronjob if processed
      • setRetentionState

        public void setRetentionState​(SessionContext ctx,
                                      EnumerationValue value)
        Generated method - Setter of the User.retentionState attribute.
        Parameters:
        value - the retentionState - User retention state, avoiding being picked up again by cronjob if processed
      • setRetentionState

        public void setRetentionState​(EnumerationValue value)
        Generated method - Setter of the User.retentionState attribute.
        Parameters:
        value - the retentionState - User retention state, avoiding being picked up again by cronjob if processed
      • getSessionCurrency

        public Currency getSessionCurrency​(SessionContext ctx)
        Generated method - Getter of the User.sessionCurrency attribute.
        Returns:
        the sessionCurrency
      • getSessionCurrency

        public Currency getSessionCurrency()
        Generated method - Getter of the User.sessionCurrency attribute.
        Returns:
        the sessionCurrency
      • setSessionCurrency

        public void setSessionCurrency​(SessionContext ctx,
                                       Currency value)
        Generated method - Setter of the User.sessionCurrency attribute.
        Parameters:
        value - the sessionCurrency
      • setSessionCurrency

        public void setSessionCurrency​(Currency value)
        Generated method - Setter of the User.sessionCurrency attribute.
        Parameters:
        value - the sessionCurrency
      • getSessionLanguage

        public Language getSessionLanguage​(SessionContext ctx)
        Generated method - Getter of the User.sessionLanguage attribute.
        Returns:
        the sessionLanguage
      • getSessionLanguage

        public Language getSessionLanguage()
        Generated method - Getter of the User.sessionLanguage attribute.
        Returns:
        the sessionLanguage
      • setSessionLanguage

        public void setSessionLanguage​(SessionContext ctx,
                                       Language value)
        Generated method - Setter of the User.sessionLanguage attribute.
        Parameters:
        value - the sessionLanguage
      • setSessionLanguage

        public void setSessionLanguage​(Language value)
        Generated method - Setter of the User.sessionLanguage attribute.
        Parameters:
        value - the sessionLanguage
      • getUserprofile

        public UserProfile getUserprofile​(SessionContext ctx)
        Generated method - Getter of the User.userprofile attribute.
        Returns:
        the userprofile
      • getUserprofile

        public UserProfile getUserprofile()
        Generated method - Getter of the User.userprofile attribute.
        Returns:
        the userprofile
      • setUserprofile

        public void setUserprofile​(SessionContext ctx,
                                   UserProfile value)
        Generated method - Setter of the User.userprofile attribute.
        Parameters:
        value - the userprofile
      • setUserprofile

        public void setUserprofile​(UserProfile value)
        Generated method - Setter of the User.userprofile attribute.
        Parameters:
        value - the userprofile