Class Licensing
java.lang.Object
org.cyclonedx.model.ExtensibleElement
org.cyclonedx.model.Licensing
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Dateprivate Dateprivate OrganizationalChoiceprivate List<Licensing.LicensingType> private OrganizationalChoiceprivate Stringprivate OrganizationalChoice -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidvoidsetExpiration(Date expiration) voidsetLastRenewal(Date lastRenewal) voidsetLicensee(OrganizationalChoice licensee) voidsetLicenseTypes(List<Licensing.LicensingType> licenseTypes) voidsetLicensor(OrganizationalChoice licensor) voidsetPurchaseOrder(String purchaseOrder) voidsetPurchaser(OrganizationalChoice purchaser) Methods inherited from class ExtensibleElement
add, addExtensibleType, getExtensibleTypes, getExtensions, setExtensibleTypes, setExtensions
-
Field Details
-
altIds
-
licensor
-
licensee
-
purchaser
-
purchaseOrder
-
licenseTypes
-
lastRenewal
-
expiration
-
-
Constructor Details
-
Licensing
public Licensing()
-
-
Method Details
-
getAltIds
-
setAltIds
-
getLicensor
-
setLicensor
-
getLicensee
-
setLicensee
-
getPurchaser
-
setPurchaser
-
getPurchaseOrder
-
setPurchaseOrder
-
getLicenseTypes
-
setLicenseTypes
-
getLastRenewal
-
setLastRenewal
-
getExpiration
-
setExpiration
-
equals
-
hashCode
-