Class VendorInformation

java.lang.Object
org.projecthusky.common.model.VendorInformation

public class VendorInformation extends Object
Class that contains information about a vendor and its applications.
  • Field Details

  • Constructor Details

    • VendorInformation

      public VendorInformation()
      Constructor. husky default values will be used (see DEFAULT_* constants of this class, accordingly).
    • VendorInformation

      public VendorInformation(String vendorName, String productName, String moduleName, String contactInformation)
      Constructor. Individual values can be provided.
      Parameters:
      vendorName - Vendors (company) name
      productName - name of the product
      moduleName - name of the module, which was used inside the application
      contactInformation - contact information
  • Method Details

    • getContactInformation

      public String getContactInformation()
      Gets the contact information
      Returns:
      contact information
    • setContactInformation

      public void setContactInformation(String contactInformation)
      Sets the contact information
      Parameters:
      contactInformation - the contact information
    • getModuleName

      public String getModuleName()
      Gets the module name
      Returns:
      the modules name
    • setModuleName

      public void setModuleName(String moduleName)
      Sets the module name.
      Parameters:
      moduleName - name of the module
    • getProductName

      public String getProductName()
      Gets the application name.
      Returns:
      application name
    • setProductName

      public void setProductName(String productName)
      Sets the application name
      Parameters:
      productName - name of the application
    • getVendorName

      public String getVendorName()
      Gets the vendor name
      Returns:
      the vendors name
    • setVendorName

      public void setVendorName(String name)
      Sets the vendors name.
      Parameters:
      name - name of the vendor