Package com.zerog.ia.api.pub.registry
Class Vendor
- java.lang.Object
-
- com.zerog.ia.api.pub.registry.Vendor
-
public class Vendor extends java.lang.ObjectEntity 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.StringgetEmail()The e-mail of the Vendor.java.lang.StringgetHomePage()The website of the Vendor.java.lang.StringgetName()The name of the Vendor.java.lang.StringgetUniqueID()The unique ID of the Vendor.
-
-
-
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.
-
-