Package io.quarkus.domino
Class ProductInfoImpl.Builder
java.lang.Object
io.quarkus.domino.ProductInfoImpl.Builder
- All Implemented Interfaces:
ProductInfo,ProductInfo.Mutable
- Enclosing class:
- ProductInfoImpl
Public for Mojos
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.quarkus.domino.ProductInfo
ProductInfo.Mutable -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()getCpe()getGroup()getId()getName()getPurl()getType()setDescription(String description) setReleaseNotes(ProductReleaseNotes releaseNotes) setVersion(String version) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.quarkus.domino.ProductInfo
mutableMethods inherited from interface io.quarkus.domino.ProductInfo.Mutable
persist
-
Constructor Details
-
Builder
public Builder()Public for Mojos
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceProductInfo
-
getStream
- Specified by:
getStreamin interfaceProductInfo
-
getGroup
- Specified by:
getGroupin interfaceProductInfo
-
getName
- Specified by:
getNamein interfaceProductInfo
-
getType
- Specified by:
getTypein interfaceProductInfo
-
getVersion
- Specified by:
getVersionin interfaceProductInfo
-
getPurl
- Specified by:
getPurlin interfaceProductInfo
-
getCpe
- Specified by:
getCpein interfaceProductInfo
-
getDescription
- Specified by:
getDescriptionin interfaceProductInfo
-
getReleaseNotes
- Specified by:
getReleaseNotesin interfaceProductInfo
-
build
- Specified by:
buildin interfaceProductInfo.Mutable
-
setId
- Specified by:
setIdin interfaceProductInfo.Mutable
-
setStream
- Specified by:
setStreamin interfaceProductInfo.Mutable
-
setGroup
- Specified by:
setGroupin interfaceProductInfo.Mutable
-
setName
- Specified by:
setNamein interfaceProductInfo.Mutable
-
setType
- Specified by:
setTypein interfaceProductInfo.Mutable
-
setVersion
- Specified by:
setVersionin interfaceProductInfo.Mutable
-
setPurl
- Specified by:
setPurlin interfaceProductInfo.Mutable
-
setCpe
- Specified by:
setCpein interfaceProductInfo.Mutable
-
setDescription
- Specified by:
setDescriptionin interfaceProductInfo.Mutable
-
setReleaseNotes
- Specified by:
setReleaseNotesin interfaceProductInfo.Mutable
-