Package io.quarkus.domino
Class ProductInfoImpl
- java.lang.Object
-
- io.quarkus.domino.ProductInfoImpl
-
- All Implemented Interfaces:
ProductInfo
public class ProductInfoImpl extends Object implements ProductInfo
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProductInfoImpl.BuilderPublic for Mojos-
Nested classes/interfaces inherited from interface io.quarkus.domino.ProductInfo
ProductInfo.Mutable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCpe()StringgetDescription()StringgetGroup()StringgetId()StringgetName()StringgetPurl()ProductReleaseNotesgetReleaseNotes()StringgetStream()StringgetType()StringgetVersion()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.quarkus.domino.ProductInfo
mutable, persist
-
-
-
-
Method Detail
-
getId
public String getId()
- Specified by:
getIdin interfaceProductInfo
-
getGroup
public String getGroup()
- Specified by:
getGroupin interfaceProductInfo
-
getName
public String getName()
- Specified by:
getNamein interfaceProductInfo
-
getType
public String getType()
- Specified by:
getTypein interfaceProductInfo
-
getVersion
public String getVersion()
- Specified by:
getVersionin interfaceProductInfo
-
getPurl
public String getPurl()
- Specified by:
getPurlin interfaceProductInfo
-
getStream
public String getStream()
- Specified by:
getStreamin interfaceProductInfo
-
getCpe
public String getCpe()
- Specified by:
getCpein interfaceProductInfo
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceProductInfo
-
getReleaseNotes
public ProductReleaseNotes getReleaseNotes()
- Specified by:
getReleaseNotesin interfaceProductInfo
-
-