public class LicenseGroupIdentifierImpl extends java.lang.Object implements LicenseGroupIdentifier
Constructor and Description |
---|
LicenseGroupIdentifierImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
accommodate(LicenseGroupIdentifier iden)
Curent behaviour: The license group in pool should have less limitation than asked so that it can be used for entitlement.
|
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getIdenitiferKey(LicenseGroupIdentifierKeyEnum key) |
static LicenseGroupIdentifier |
getLicenseGroupIdentifierOfCompliance(ComplianceAnalysis analysis) |
java.util.UUID |
getLicenseMetricId() |
java.util.UUID |
getProductVersionId() |
int |
hashCode() |
void |
setIdenitiferKey(LicenseGroupIdentifierKeyEnum key,
java.lang.Object value) |
void |
setLicenseMetricId(java.util.UUID metricId) |
void |
setProductVersionId(java.util.UUID productVersionId) |
java.lang.String |
toString() |
public java.util.UUID getProductVersionId()
getProductVersionId
in interface LicenseGroupIdentifier
public void setProductVersionId(java.util.UUID productVersionId)
setProductVersionId
in interface LicenseGroupIdentifier
public java.lang.Object getIdenitiferKey(LicenseGroupIdentifierKeyEnum key)
getIdenitiferKey
in interface LicenseGroupIdentifier
public void setIdenitiferKey(LicenseGroupIdentifierKeyEnum key, java.lang.Object value)
setIdenitiferKey
in interface LicenseGroupIdentifier
public java.util.UUID getLicenseMetricId()
getLicenseMetricId
in interface LicenseGroupIdentifier
public void setLicenseMetricId(java.util.UUID metricId)
setLicenseMetricId
in interface LicenseGroupIdentifier
public boolean accommodate(LicenseGroupIdentifier iden)
accommodate
in interface LicenseGroupIdentifier
iden
- public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public static LicenseGroupIdentifier getLicenseGroupIdentifierOfCompliance(ComplianceAnalysis analysis)