Class GeneratedVendor

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

    public abstract class GeneratedVendor
    extends GenericItem
    Generated class for type Vendor.
    See Also:
    Serialized Form
    • Field Detail

      • NAME

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

        public static final java.lang.String CODE
        Qualifier of the Vendor.code attribute
        See Also:
        Constant Field Values
      • WAREHOUSES

        public static final java.lang.String WAREHOUSES
        Qualifier of the Vendor.warehouses 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

      • GeneratedVendor

        public GeneratedVendor()
    • Method Detail

      • getCode

        public java.lang.String getCode​(SessionContext ctx)
        Generated method - Getter of the Vendor.code attribute.
        Returns:
        the code
      • getCode

        public java.lang.String getCode()
        Generated method - Getter of the Vendor.code attribute.
        Returns:
        the code
      • setCode

        protected void setCode​(SessionContext ctx,
                               java.lang.String value)
        Generated method - Setter of the Vendor.code attribute.
        Parameters:
        value - the code
      • setCode

        protected void setCode​(java.lang.String value)
        Generated method - Setter of the Vendor.code attribute.
        Parameters:
        value - the code
      • getName

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

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

        public java.util.Map<Language,​java.lang.String> getAllName​(SessionContext ctx)
        Generated method - Getter of the Vendor.name attribute.
        Returns:
        the localized name
      • getAllName

        public java.util.Map<Language,​java.lang.String> getAllName()
        Generated method - Getter of the Vendor.name attribute.
        Returns:
        the localized name
      • setName

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

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

        public void setAllName​(SessionContext ctx,
                               java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the Vendor.name attribute.
        Parameters:
        value - the name
      • setAllName

        public void setAllName​(java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the Vendor.name attribute.
        Parameters:
        value - the name
      • getWarehouses

        public java.util.Set<Warehouse> getWarehouses​(SessionContext ctx)
        Generated method - Getter of the Vendor.warehouses attribute.
        Returns:
        the warehouses
      • getWarehouses

        public java.util.Set<Warehouse> getWarehouses()
        Generated method - Getter of the Vendor.warehouses attribute.
        Returns:
        the warehouses
      • setWarehouses

        public void setWarehouses​(SessionContext ctx,
                                  java.util.Set<Warehouse> value)
        Generated method - Setter of the Vendor.warehouses attribute.
        Parameters:
        value - the warehouses
      • setWarehouses

        public void setWarehouses​(java.util.Set<Warehouse> value)
        Generated method - Setter of the Vendor.warehouses attribute.
        Parameters:
        value - the warehouses
      • addToWarehouses

        public void addToWarehouses​(SessionContext ctx,
                                    Warehouse value)
        Generated method - Adds value to warehouses.
        Parameters:
        value - the item to add to warehouses
      • addToWarehouses

        public void addToWarehouses​(Warehouse value)
        Generated method - Adds value to warehouses.
        Parameters:
        value - the item to add to warehouses
      • removeFromWarehouses

        public void removeFromWarehouses​(SessionContext ctx,
                                         Warehouse value)
        Generated method - Removes value from warehouses.
        Parameters:
        value - the item to remove from warehouses
      • removeFromWarehouses

        public void removeFromWarehouses​(Warehouse value)
        Generated method - Removes value from warehouses.
        Parameters:
        value - the item to remove from warehouses