Class GeneratedB2BCustomer

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

    public abstract class GeneratedB2BCustomer
    extends Customer
    Generated class for type B2BCustomer.
    See Also:
    Serialized Form
    • Field Detail

      • ACTIVE

        public static final java.lang.String ACTIVE
        Qualifier of the B2BCustomer.active attribute
        See Also:
        Constant Field Values
      • EMAIL

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

        public static final java.lang.String DEFAULTB2BUNIT
        Qualifier of the B2BCustomer.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

      • GeneratedB2BCustomer

        public GeneratedB2BCustomer()
    • Method Detail

      • isActive

        public java.lang.Boolean isActive​(SessionContext ctx)
        Generated method - Getter of the B2BCustomer.active attribute.
        Returns:
        the active
      • isActive

        public java.lang.Boolean isActive()
        Generated method - Getter of the B2BCustomer.active attribute.
        Returns:
        the active
      • isActiveAsPrimitive

        public boolean isActiveAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the B2BCustomer.active attribute.
        Returns:
        the active
      • isActiveAsPrimitive

        public boolean isActiveAsPrimitive()
        Generated method - Getter of the B2BCustomer.active attribute.
        Returns:
        the active
      • setActive

        public void setActive​(SessionContext ctx,
                              java.lang.Boolean value)
        Generated method - Setter of the B2BCustomer.active attribute.
        Parameters:
        value - the active
      • setActive

        public void setActive​(java.lang.Boolean value)
        Generated method - Setter of the B2BCustomer.active attribute.
        Parameters:
        value - the active
      • setActive

        public void setActive​(SessionContext ctx,
                              boolean value)
        Generated method - Setter of the B2BCustomer.active attribute.
        Parameters:
        value - the active
      • setActive

        public void setActive​(boolean value)
        Generated method - Setter of the B2BCustomer.active attribute.
        Parameters:
        value - the active
      • getDefaultB2BUnit

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

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

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

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

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

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

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

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