Package com.zerog.ia.auto.project
Class SoftwareIdentificationTag
- java.lang.Object
-
- com.zerog.ia.auto.project.ProjectObject
-
- com.zerog.ia.auto.project.SoftwareIdentificationTag
-
- All Implemented Interfaces:
Referenceable
public final class SoftwareIdentificationTag extends ProjectObject
-
-
Constructor Summary
Constructors Constructor Description SoftwareIdentificationTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getEntitlementRequiredIndicator()
Enables entitlement required for Software Tagging of the installerjava.lang.String
getProductId()
Defines the Product ID.java.lang.String
getSoftwareCreatorName()
Defines the Software Creator Namejava.lang.String
getSoftwareCreatorRegid()
Defines the Software Creator IDjava.lang.String
getSoftwareIdUniqueId()
Defines the Unique ID, can change from version to versionjava.lang.String
getSoftwareLicensorName()
Defines the Software Licensor Namejava.lang.String
getSoftwareLicensorRegid()
Defines the Software Licensor IDboolean
getSwCreatorIdFlag()
Enables "Use tag creator ID" flag for Software Creator IDboolean
getSwCreatorNameFlag()
Enables "Use tag creator name" flag for Software Creator Nameboolean
getSwidRequired()
Enable Software Tagging for the installerboolean
getSwLicensorIdFlag()
Enables "Use tag creator ID" flag for Software Licensor IDboolean
getSwLicensorNameFlag()
Enables "Use tag creator name" flag for Software Licensor Namejava.lang.String
getTagCreatorName()
Defines the Tag Creator Nameboolean
getTagCreatorNameFlag()
Enables "Use vendor name" flag for Tag Creator Namejava.lang.String
getTagCreatorRegid()
Defines the Tag Creator IDvoid
setEntitlementRequiredIndicator(boolean EntitlementRequiredIndicator)
Enables entitlement required for Software Tagging of the installervoid
setProductId(java.lang.String ProductId)
Defines the Product ID.void
setSoftwareCreatorName(java.lang.String SoftwareCreatorName)
Defines the Software Creator Namevoid
setSoftwareCreatorRegid(java.lang.String SoftwareCreatorRegid)
Defines the Software Creator IDvoid
setSoftwareIdUniqueId(java.lang.String SoftwareIdUniqueId)
Defines the Unique ID, can change from version to versionvoid
setSoftwareLicensorName(java.lang.String SoftwareLicensorName)
Defines the Software Licensor Namevoid
setSoftwareLicensorRegid(java.lang.String SoftwareLicensorRegid)
Defines the Software Licensor IDvoid
setSwCreatorIdFlag(boolean SwCreatorIdFlag)
Enables "Use tag creator ID" flag for Software Creator IDvoid
setSwCreatorNameFlag(boolean SwCreatorNameFlag)
Enables "Use tag creator name" flag for Software Creator Namevoid
setSwidRequired(boolean SwidRequired)
Enable Software Tagging for the installervoid
setSwLicensorIdFlag(boolean SwLicensorIdFlag)
Enables "Use tag creator ID" flag for Software Licensor IDvoid
setSwLicensorNameFlag(boolean SwLicensorNameFlag)
Enables "Use tag creator name" flag for Software Licensor Namevoid
setTagCreatorName(java.lang.String TagCreatorName)
Defines the Tag Creator Namevoid
setTagCreatorNameFlag(boolean TagCreatorNameFlag)
Enables "Use vendor name" flag for Tag Creator Namevoid
setTagCreatorRegid(java.lang.String TagCreatorRegid)
Defines the Tag Creator ID-
Methods inherited from class com.zerog.ia.auto.project.ProjectObject
equals, getReferenceID, hashCode, setReferenceID
-
-
-
-
Method Detail
-
getSwidRequired
public boolean getSwidRequired()
Enable Software Tagging for the installer
-
setSwidRequired
public void setSwidRequired(boolean SwidRequired)
Enable Software Tagging for the installer
-
getEntitlementRequiredIndicator
public boolean getEntitlementRequiredIndicator()
Enables entitlement required for Software Tagging of the installer
-
setEntitlementRequiredIndicator
public void setEntitlementRequiredIndicator(boolean EntitlementRequiredIndicator)
Enables entitlement required for Software Tagging of the installer
-
getSoftwareIdUniqueId
public java.lang.String getSoftwareIdUniqueId()
Defines the Unique ID, can change from version to version
-
setSoftwareIdUniqueId
public void setSoftwareIdUniqueId(java.lang.String SoftwareIdUniqueId)
Defines the Unique ID, can change from version to version
-
getSoftwareCreatorName
public java.lang.String getSoftwareCreatorName()
Defines the Software Creator Name
-
setSoftwareCreatorName
public void setSoftwareCreatorName(java.lang.String SoftwareCreatorName)
Defines the Software Creator Name
-
getSoftwareCreatorRegid
public java.lang.String getSoftwareCreatorRegid()
Defines the Software Creator ID
-
setSoftwareCreatorRegid
public void setSoftwareCreatorRegid(java.lang.String SoftwareCreatorRegid)
Defines the Software Creator ID
-
getTagCreatorName
public java.lang.String getTagCreatorName()
Defines the Tag Creator Name
-
setTagCreatorName
public void setTagCreatorName(java.lang.String TagCreatorName)
Defines the Tag Creator Name
-
getTagCreatorRegid
public java.lang.String getTagCreatorRegid()
Defines the Tag Creator ID
-
setTagCreatorRegid
public void setTagCreatorRegid(java.lang.String TagCreatorRegid)
Defines the Tag Creator ID
-
getSoftwareLicensorName
public java.lang.String getSoftwareLicensorName()
Defines the Software Licensor Name
-
setSoftwareLicensorName
public void setSoftwareLicensorName(java.lang.String SoftwareLicensorName)
Defines the Software Licensor Name
-
getSoftwareLicensorRegid
public java.lang.String getSoftwareLicensorRegid()
Defines the Software Licensor ID
-
setSoftwareLicensorRegid
public void setSoftwareLicensorRegid(java.lang.String SoftwareLicensorRegid)
Defines the Software Licensor ID
-
getTagCreatorNameFlag
public boolean getTagCreatorNameFlag()
Enables "Use vendor name" flag for Tag Creator Name
-
setTagCreatorNameFlag
public void setTagCreatorNameFlag(boolean TagCreatorNameFlag)
Enables "Use vendor name" flag for Tag Creator Name
-
getSwCreatorNameFlag
public boolean getSwCreatorNameFlag()
Enables "Use tag creator name" flag for Software Creator Name
-
setSwCreatorNameFlag
public void setSwCreatorNameFlag(boolean SwCreatorNameFlag)
Enables "Use tag creator name" flag for Software Creator Name
-
getSwCreatorIdFlag
public boolean getSwCreatorIdFlag()
Enables "Use tag creator ID" flag for Software Creator ID
-
setSwCreatorIdFlag
public void setSwCreatorIdFlag(boolean SwCreatorIdFlag)
Enables "Use tag creator ID" flag for Software Creator ID
-
getSwLicensorNameFlag
public boolean getSwLicensorNameFlag()
Enables "Use tag creator name" flag for Software Licensor Name
-
setSwLicensorNameFlag
public void setSwLicensorNameFlag(boolean SwLicensorNameFlag)
Enables "Use tag creator name" flag for Software Licensor Name
-
getSwLicensorIdFlag
public boolean getSwLicensorIdFlag()
Enables "Use tag creator ID" flag for Software Licensor ID
-
setSwLicensorIdFlag
public void setSwLicensorIdFlag(boolean SwLicensorIdFlag)
Enables "Use tag creator ID" flag for Software Licensor ID
-
getProductId
public java.lang.String getProductId()
Defines the Product ID. Remains the same during product lifecycle
-
setProductId
public void setProductId(java.lang.String ProductId)
Defines the Product ID. Remains the same during product lifecycle
-
-