public class Licensing extends ExtensibleElement
| Modifier and Type | Class and Description |
|---|---|
static class |
Licensing.LicensingType |
| Constructor and Description |
|---|
Licensing() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<String> |
getAltIds() |
Date |
getExpiration() |
Date |
getLastRenewal() |
OrganizationalChoice |
getLicensee() |
List<Licensing.LicensingType> |
getLicenseTypes() |
OrganizationalChoice |
getLicensor() |
String |
getPurchaseOrder() |
OrganizationalChoice |
getPurchaser() |
int |
hashCode() |
void |
setAltIds(List<String> altIds) |
void |
setExpiration(Date expiration) |
void |
setLastRenewal(Date lastRenewal) |
void |
setLicensee(OrganizationalChoice licensee) |
void |
setLicenseTypes(List<Licensing.LicensingType> licenseTypes) |
void |
setLicensor(OrganizationalChoice licensor) |
void |
setPurchaseOrder(String purchaseOrder) |
void |
setPurchaser(OrganizationalChoice purchaser) |
add, addExtensibleType, getExtensibleTypes, getExtensions, setExtensibleTypes, setExtensionspublic OrganizationalChoice getLicensor()
public void setLicensor(OrganizationalChoice licensor)
public OrganizationalChoice getLicensee()
public void setLicensee(OrganizationalChoice licensee)
public OrganizationalChoice getPurchaser()
public void setPurchaser(OrganizationalChoice purchaser)
public String getPurchaseOrder()
public void setPurchaseOrder(String purchaseOrder)
public List<Licensing.LicensingType> getLicenseTypes()
public void setLicenseTypes(List<Licensing.LicensingType> licenseTypes)
public Date getLastRenewal()
public void setLastRenewal(Date lastRenewal)
public Date getExpiration()
public void setExpiration(Date expiration)
Copyright © 2017–2025 OWASP Foundation. All rights reserved.