Class GeneratedCompany

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

public abstract class GeneratedCompany extends UserGroup
Generated class for type Company.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedCompany

      public GeneratedCompany()
  • Method Details

    • getDefaultAttributeModes

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

      public abstract Collection<Address> getAddresses(SessionContext ctx)
      Generated method - Getter of the Company.addresses attribute.
      Returns:
      the addresses
    • getAddresses

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

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

      public void setAddresses(Collection<Address> value)
      Generated method - Setter of the Company.addresses attribute.
      Parameters:
      value - the addresses
    • getBillingAddress

      public Address getBillingAddress(SessionContext ctx)
      Generated method - Getter of the Company.billingAddress attribute.
      Returns:
      the billingAddress - Billing address of this company
    • getBillingAddress

      public Address getBillingAddress()
      Generated method - Getter of the Company.billingAddress attribute.
      Returns:
      the billingAddress - Billing address of this company
    • setBillingAddress

      public void setBillingAddress(SessionContext ctx, Address value)
      Generated method - Setter of the Company.billingAddress attribute.
      Parameters:
      value - the billingAddress - Billing address of this company
    • setBillingAddress

      public void setBillingAddress(Address value)
      Generated method - Setter of the Company.billingAddress attribute.
      Parameters:
      value - the billingAddress - Billing address of this company
    • isBuyer

      public Boolean isBuyer(SessionContext ctx)
      Generated method - Getter of the Company.buyer attribute.
      Returns:
      the buyer - buyer
    • isBuyer

      public Boolean isBuyer()
      Generated method - Getter of the Company.buyer attribute.
      Returns:
      the buyer - buyer
    • isBuyerAsPrimitive

      public boolean isBuyerAsPrimitive(SessionContext ctx)
      Generated method - Getter of the Company.buyer attribute.
      Returns:
      the buyer - buyer
    • isBuyerAsPrimitive

      public boolean isBuyerAsPrimitive()
      Generated method - Getter of the Company.buyer attribute.
      Returns:
      the buyer - buyer
    • setBuyer

      public void setBuyer(SessionContext ctx, Boolean value)
      Generated method - Setter of the Company.buyer attribute.
      Parameters:
      value - the buyer - buyer
    • setBuyer

      public void setBuyer(Boolean value)
      Generated method - Setter of the Company.buyer attribute.
      Parameters:
      value - the buyer - buyer
    • setBuyer

      public void setBuyer(SessionContext ctx, boolean value)
      Generated method - Setter of the Company.buyer attribute.
      Parameters:
      value - the buyer - buyer
    • setBuyer

      public void setBuyer(boolean value)
      Generated method - Setter of the Company.buyer attribute.
      Parameters:
      value - the buyer - buyer
    • getBuyerSpecificID

      public String getBuyerSpecificID(SessionContext ctx)
      Generated method - Getter of the Company.buyerSpecificID attribute.
      Returns:
      the buyerSpecificID - Buyer Specific ID
    • getBuyerSpecificID

      public String getBuyerSpecificID()
      Generated method - Getter of the Company.buyerSpecificID attribute.
      Returns:
      the buyerSpecificID - Buyer Specific ID
    • setBuyerSpecificID

      public void setBuyerSpecificID(SessionContext ctx, String value)
      Generated method - Setter of the Company.buyerSpecificID attribute.
      Parameters:
      value - the buyerSpecificID - Buyer Specific ID
    • setBuyerSpecificID

      public void setBuyerSpecificID(String value)
      Generated method - Setter of the Company.buyerSpecificID attribute.
      Parameters:
      value - the buyerSpecificID - Buyer Specific ID
    • isCarrier

      public Boolean isCarrier(SessionContext ctx)
      Generated method - Getter of the Company.carrier attribute.
      Returns:
      the carrier - carrier
    • isCarrier

      public Boolean isCarrier()
      Generated method - Getter of the Company.carrier attribute.
      Returns:
      the carrier - carrier
    • isCarrierAsPrimitive

      public boolean isCarrierAsPrimitive(SessionContext ctx)
      Generated method - Getter of the Company.carrier attribute.
      Returns:
      the carrier - carrier
    • isCarrierAsPrimitive

      public boolean isCarrierAsPrimitive()
      Generated method - Getter of the Company.carrier attribute.
      Returns:
      the carrier - carrier
    • setCarrier

      public void setCarrier(SessionContext ctx, Boolean value)
      Generated method - Setter of the Company.carrier attribute.
      Parameters:
      value - the carrier - carrier
    • setCarrier

      public void setCarrier(Boolean value)
      Generated method - Setter of the Company.carrier attribute.
      Parameters:
      value - the carrier - carrier
    • setCarrier

      public void setCarrier(SessionContext ctx, boolean value)
      Generated method - Setter of the Company.carrier attribute.
      Parameters:
      value - the carrier - carrier
    • setCarrier

      public void setCarrier(boolean value)
      Generated method - Setter of the Company.carrier attribute.
      Parameters:
      value - the carrier - carrier
    • getContact

      public User getContact(SessionContext ctx)
      Generated method - Getter of the Company.contact attribute.
      Returns:
      the contact - Contact for this company
    • getContact

      public User getContact()
      Generated method - Getter of the Company.contact attribute.
      Returns:
      the contact - Contact for this company
    • setContact

      public void setContact(SessionContext ctx, User value)
      Generated method - Setter of the Company.contact attribute.
      Parameters:
      value - the contact - Contact for this company
    • setContact

      public void setContact(User value)
      Generated method - Setter of the Company.contact attribute.
      Parameters:
      value - the contact - Contact for this company
    • getContactAddress

      public Address getContactAddress(SessionContext ctx)
      Generated method - Getter of the Company.contactAddress attribute.
      Returns:
      the contactAddress - Contact address of this company
    • getContactAddress

      public Address getContactAddress()
      Generated method - Getter of the Company.contactAddress attribute.
      Returns:
      the contactAddress - Contact address of this company
    • setContactAddress

      public void setContactAddress(SessionContext ctx, Address value)
      Generated method - Setter of the Company.contactAddress attribute.
      Parameters:
      value - the contactAddress - Contact address of this company
    • setContactAddress

      public void setContactAddress(Address value)
      Generated method - Setter of the Company.contactAddress attribute.
      Parameters:
      value - the contactAddress - Contact address of this company
    • getCountry

      public Country getCountry(SessionContext ctx)
      Generated method - Getter of the Company.country attribute.
      Returns:
      the country - country
    • getCountry

      public Country getCountry()
      Generated method - Getter of the Company.country attribute.
      Returns:
      the country - country
    • setCountry

      public void setCountry(SessionContext ctx, Country value)
      Generated method - Setter of the Company.country attribute.
      Parameters:
      value - the country - country
    • setCountry

      public void setCountry(Country value)
      Generated method - Setter of the Company.country attribute.
      Parameters:
      value - the country - country
    • getDunsID

      public String getDunsID(SessionContext ctx)
      Generated method - Getter of the Company.dunsID attribute.
      Returns:
      the dunsID - DUNS
    • getDunsID

      public String getDunsID()
      Generated method - Getter of the Company.dunsID attribute.
      Returns:
      the dunsID - DUNS
    • setDunsID

      public void setDunsID(SessionContext ctx, String value)
      Generated method - Setter of the Company.dunsID attribute.
      Parameters:
      value - the dunsID - DUNS
    • setDunsID

      public void setDunsID(String value)
      Generated method - Setter of the Company.dunsID attribute.
      Parameters:
      value - the dunsID - DUNS
    • getId

      public String getId(SessionContext ctx)
      Generated method - Getter of the Company.Id attribute.
      Returns:
      the Id - id
    • getId

      public String getId()
      Generated method - Getter of the Company.Id attribute.
      Returns:
      the Id - id
    • setId

      public void setId(SessionContext ctx, String value)
      Generated method - Setter of the Company.Id attribute.
      Parameters:
      value - the Id - id
    • setId

      public void setId(String value)
      Generated method - Setter of the Company.Id attribute.
      Parameters:
      value - the Id - id
    • getIlnID

      public String getIlnID(SessionContext ctx)
      Generated method - Getter of the Company.ilnID attribute.
      Returns:
      the ilnID - ILN
    • getIlnID

      public String getIlnID()
      Generated method - Getter of the Company.ilnID attribute.
      Returns:
      the ilnID - ILN
    • setIlnID

      public void setIlnID(SessionContext ctx, String value)
      Generated method - Setter of the Company.ilnID attribute.
      Parameters:
      value - the ilnID - ILN
    • setIlnID

      public void setIlnID(String value)
      Generated method - Setter of the Company.ilnID attribute.
      Parameters:
      value - the ilnID - ILN
    • getLineOfBuisness

      public EnumerationValue getLineOfBuisness(SessionContext ctx)
      Generated method - Getter of the Company.lineOfBuisness attribute.
      Returns:
      the lineOfBuisness - line of business
    • getLineOfBuisness

      public EnumerationValue getLineOfBuisness()
      Generated method - Getter of the Company.lineOfBuisness attribute.
      Returns:
      the lineOfBuisness - line of business
    • setLineOfBuisness

      public void setLineOfBuisness(SessionContext ctx, EnumerationValue value)
      Generated method - Setter of the Company.lineOfBuisness attribute.
      Parameters:
      value - the lineOfBuisness - line of business
    • setLineOfBuisness

      public void setLineOfBuisness(EnumerationValue value)
      Generated method - Setter of the Company.lineOfBuisness attribute.
      Parameters:
      value - the lineOfBuisness - line of business
    • isManufacturer

      public Boolean isManufacturer(SessionContext ctx)
      Generated method - Getter of the Company.manufacturer attribute.
      Returns:
      the manufacturer - manufacturer
    • isManufacturer

      public Boolean isManufacturer()
      Generated method - Getter of the Company.manufacturer attribute.
      Returns:
      the manufacturer - manufacturer
    • isManufacturerAsPrimitive

      public boolean isManufacturerAsPrimitive(SessionContext ctx)
      Generated method - Getter of the Company.manufacturer attribute.
      Returns:
      the manufacturer - manufacturer
    • isManufacturerAsPrimitive

      public boolean isManufacturerAsPrimitive()
      Generated method - Getter of the Company.manufacturer attribute.
      Returns:
      the manufacturer - manufacturer
    • setManufacturer

      public void setManufacturer(SessionContext ctx, Boolean value)
      Generated method - Setter of the Company.manufacturer attribute.
      Parameters:
      value - the manufacturer - manufacturer
    • setManufacturer

      public void setManufacturer(Boolean value)
      Generated method - Setter of the Company.manufacturer attribute.
      Parameters:
      value - the manufacturer - manufacturer
    • setManufacturer

      public void setManufacturer(SessionContext ctx, boolean value)
      Generated method - Setter of the Company.manufacturer attribute.
      Parameters:
      value - the manufacturer - manufacturer
    • setManufacturer

      public void setManufacturer(boolean value)
      Generated method - Setter of the Company.manufacturer attribute.
      Parameters:
      value - the manufacturer - manufacturer
    • getMedias

      public Collection<Media> getMedias(SessionContext ctx)
      Generated method - Getter of the Company.medias attribute.
      Returns:
      the medias - medias
    • getMedias

      public Collection<Media> getMedias()
      Generated method - Getter of the Company.medias attribute.
      Returns:
      the medias - medias
    • setMedias

      public void setMedias(SessionContext ctx, Collection<Media> value)
      Generated method - Setter of the Company.medias attribute.
      Parameters:
      value - the medias - medias
    • setMedias

      public void setMedias(Collection<Media> value)
      Generated method - Setter of the Company.medias attribute.
      Parameters:
      value - the medias - medias
    • getProvidedCatalogs

      public Collection<Catalog> getProvidedCatalogs(SessionContext ctx)
      Generated method - Getter of the Company.providedCatalogs attribute.
      Returns:
      the providedCatalogs
    • getProvidedCatalogs

      public Collection<Catalog> getProvidedCatalogs()
      Generated method - Getter of the Company.providedCatalogs attribute.
      Returns:
      the providedCatalogs
    • getPurchasedCatalogs

      public Collection<Catalog> getPurchasedCatalogs(SessionContext ctx)
      Generated method - Getter of the Company.purchasedCatalogs attribute.
      Returns:
      the purchasedCatalogs
    • getPurchasedCatalogs

      public Collection<Catalog> getPurchasedCatalogs()
      Generated method - Getter of the Company.purchasedCatalogs attribute.
      Returns:
      the purchasedCatalogs
    • getResponsibleCompany

      public Company getResponsibleCompany(SessionContext ctx)
      Generated method - Getter of the Company.responsibleCompany attribute.
      Returns:
      the responsibleCompany - responsible company
    • getResponsibleCompany

      public Company getResponsibleCompany()
      Generated method - Getter of the Company.responsibleCompany attribute.
      Returns:
      the responsibleCompany - responsible company
    • setResponsibleCompany

      public void setResponsibleCompany(SessionContext ctx, Company value)
      Generated method - Setter of the Company.responsibleCompany attribute.
      Parameters:
      value - the responsibleCompany - responsible company
    • setResponsibleCompany

      public void setResponsibleCompany(Company value)
      Generated method - Setter of the Company.responsibleCompany attribute.
      Parameters:
      value - the responsibleCompany - responsible company
    • getShippingAddress

      public Address getShippingAddress(SessionContext ctx)
      Generated method - Getter of the Company.shippingAddress attribute.
      Returns:
      the shippingAddress - Shipping address of this company
    • getShippingAddress

      public Address getShippingAddress()
      Generated method - Getter of the Company.shippingAddress attribute.
      Returns:
      the shippingAddress - Shipping address of this company
    • setShippingAddress

      public void setShippingAddress(SessionContext ctx, Address value)
      Generated method - Setter of the Company.shippingAddress attribute.
      Parameters:
      value - the shippingAddress - Shipping address of this company
    • setShippingAddress

      public void setShippingAddress(Address value)
      Generated method - Setter of the Company.shippingAddress attribute.
      Parameters:
      value - the shippingAddress - Shipping address of this company
    • isSupplier

      public Boolean isSupplier(SessionContext ctx)
      Generated method - Getter of the Company.supplier attribute.
      Returns:
      the supplier - supplier
    • isSupplier

      public Boolean isSupplier()
      Generated method - Getter of the Company.supplier attribute.
      Returns:
      the supplier - supplier
    • isSupplierAsPrimitive

      public boolean isSupplierAsPrimitive(SessionContext ctx)
      Generated method - Getter of the Company.supplier attribute.
      Returns:
      the supplier - supplier
    • isSupplierAsPrimitive

      public boolean isSupplierAsPrimitive()
      Generated method - Getter of the Company.supplier attribute.
      Returns:
      the supplier - supplier
    • setSupplier

      public void setSupplier(SessionContext ctx, Boolean value)
      Generated method - Setter of the Company.supplier attribute.
      Parameters:
      value - the supplier - supplier
    • setSupplier

      public void setSupplier(Boolean value)
      Generated method - Setter of the Company.supplier attribute.
      Parameters:
      value - the supplier - supplier
    • setSupplier

      public void setSupplier(SessionContext ctx, boolean value)
      Generated method - Setter of the Company.supplier attribute.
      Parameters:
      value - the supplier - supplier
    • setSupplier

      public void setSupplier(boolean value)
      Generated method - Setter of the Company.supplier attribute.
      Parameters:
      value - the supplier - supplier
    • getSupplierSpecificID

      public String getSupplierSpecificID(SessionContext ctx)
      Generated method - Getter of the Company.supplierSpecificID attribute.
      Returns:
      the supplierSpecificID - Supplier Specific ID
    • getSupplierSpecificID

      public String getSupplierSpecificID()
      Generated method - Getter of the Company.supplierSpecificID attribute.
      Returns:
      the supplierSpecificID - Supplier Specific ID
    • setSupplierSpecificID

      public void setSupplierSpecificID(SessionContext ctx, String value)
      Generated method - Setter of the Company.supplierSpecificID attribute.
      Parameters:
      value - the supplierSpecificID - Supplier Specific ID
    • setSupplierSpecificID

      public void setSupplierSpecificID(String value)
      Generated method - Setter of the Company.supplierSpecificID attribute.
      Parameters:
      value - the supplierSpecificID - Supplier Specific ID
    • getUnloadingAddress

      public Address getUnloadingAddress(SessionContext ctx)
      Generated method - Getter of the Company.unloadingAddress attribute.
      Returns:
      the unloadingAddress - Unloading address of this company
    • getUnloadingAddress

      public Address getUnloadingAddress()
      Generated method - Getter of the Company.unloadingAddress attribute.
      Returns:
      the unloadingAddress - Unloading address of this company
    • setUnloadingAddress

      public void setUnloadingAddress(SessionContext ctx, Address value)
      Generated method - Setter of the Company.unloadingAddress attribute.
      Parameters:
      value - the unloadingAddress - Unloading address of this company
    • setUnloadingAddress

      public void setUnloadingAddress(Address value)
      Generated method - Setter of the Company.unloadingAddress attribute.
      Parameters:
      value - the unloadingAddress - Unloading address of this company
    • getVatID

      public String getVatID(SessionContext ctx)
      Generated method - Getter of the Company.vatID attribute.
      Returns:
      the vatID - vat id
    • getVatID

      public String getVatID()
      Generated method - Getter of the Company.vatID attribute.
      Returns:
      the vatID - vat id
    • setVatID

      public void setVatID(SessionContext ctx, String value)
      Generated method - Setter of the Company.vatID attribute.
      Parameters:
      value - the vatID - vat id
    • setVatID

      public void setVatID(String value)
      Generated method - Setter of the Company.vatID attribute.
      Parameters:
      value - the vatID - vat id