Class Vendor


  • public class Vendor
    extends java.lang.Object

    Entity that represents a Product's Vendor of the Global Registry.

    See Also:
    SoftwareObject, Product
    • Constructor Summary

      Constructors 
      Constructor Description
      Vendor​(java.lang.String uuid, java.lang.String name, java.lang.String homePage, java.lang.String email)
      Creates a new Vendor with the specified arguments.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getEmail()
      The e-mail of the Vendor.
      java.lang.String getHomePage()
      The website of the Vendor.
      java.lang.String getName()
      The name of the Vendor.
      java.lang.String getUniqueID()
      The unique ID of the Vendor.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Vendor

        public Vendor​(java.lang.String uuid,
                      java.lang.String name,
                      java.lang.String homePage,
                      java.lang.String email)
        Creates a new Vendor with the specified arguments.
        Parameters:
        uuid - The unique ID of the Vendor. For example: f2e0e6a6-1eec-11b2-adcb-d5eb84d8b90a.
        name - The name of the Vendor.
        homePage - The website of the Vendor.
        email - The e-mail of the Vendor.
    • Method Detail

      • getEmail

        public java.lang.String getEmail()
        The e-mail of the Vendor.
      • getHomePage

        public java.lang.String getHomePage()
        The website of the Vendor.
      • getName

        public java.lang.String getName()
        The name of the Vendor.
      • getUniqueID

        public java.lang.String getUniqueID()
        The unique ID of the Vendor. For example: f2e0e6a6-1eec-11b2-adcb-d5eb84d8b90a.