public class Software extends ExtEntity
Constructor and Description |
---|
Software() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
java.util.UUID |
getDiscoveredProductGuid() |
java.lang.String |
getEdition() |
Node |
getNode() |
ProductVersion |
getNormalizedProductVersion() |
java.lang.String |
getOptionalIdentifier() |
java.lang.String |
getOwner() |
java.lang.String |
getPath() |
SoftwarePresentTypeEnum |
getPresentType() |
java.lang.String |
getProduct() |
java.lang.String |
getVersion() |
java.lang.String |
getVendor() |
java.lang.String |
getVersionNumber() |
boolean |
isLicCalcCovered()
Return the flag if the software installation/instance was covered by licensing calculation.
|
boolean |
isLicensingExcluded() |
void |
setLicCalcCovered(boolean licCalcCovered) |
java.lang.String |
toString() |
compareTo, equals, findEntityById, getExtId, getExtSource, getSyncTime, hashCode, isMissing
geteTag, getType, getUri
commbinedStringsUppderCase, findEntityById, getGuid
public boolean isLicCalcCovered()
public void setLicCalcCovered(boolean licCalcCovered)
public java.lang.String getOptionalIdentifier()
public java.lang.String getVersionNumber()
public Node getNode()
public java.lang.String getProduct()
public java.lang.String getVersion()
public ProductVersion getNormalizedProductVersion()
public java.lang.String getVendor()
public java.lang.String getOwner()
public java.lang.String getPath()
public java.lang.String getDescription()
public java.lang.String getEdition()
public SoftwarePresentTypeEnum getPresentType()
public java.util.UUID getDiscoveredProductGuid()
public boolean isLicensingExcluded()