Class ProductLicense

java.lang.Object
com.polarion.alm.ws.client.types.security.ProductLicense
All Implemented Interfaces:
Serializable

public class ProductLicense extends Object implements Serializable
See Also:
  • Constructor Details

  • Method Details

    • getConcurrentLicenseData

      public LicenseInfo[] getConcurrentLicenseData()
      Gets the concurrentLicenseData value for this ProductLicense.
      Returns:
      concurrentLicenseData
    • setConcurrentLicenseData

      public void setConcurrentLicenseData(LicenseInfo[] concurrentLicenseData)
      Sets the concurrentLicenseData value for this ProductLicense.
      Parameters:
      concurrentLicenseData -
    • getCustomerCompany

      public String getCustomerCompany()
      Gets the customerCompany value for this ProductLicense.
      Returns:
      customerCompany
    • setCustomerCompany

      public void setCustomerCompany(String customerCompany)
      Sets the customerCompany value for this ProductLicense.
      Parameters:
      customerCompany -
    • getCustomerEmail

      public String getCustomerEmail()
      Gets the customerEmail value for this ProductLicense.
      Returns:
      customerEmail
    • setCustomerEmail

      public void setCustomerEmail(String customerEmail)
      Sets the customerEmail value for this ProductLicense.
      Parameters:
      customerEmail -
    • getCustomerName

      public String getCustomerName()
      Gets the customerName value for this ProductLicense.
      Returns:
      customerName
    • setCustomerName

      public void setCustomerName(String customerName)
      Sets the customerName value for this ProductLicense.
      Parameters:
      customerName -
    • getDateCreated

      public Calendar getDateCreated()
      Gets the dateCreated value for this ProductLicense.
      Returns:
      dateCreated
    • setDateCreated

      public void setDateCreated(Calendar dateCreated)
      Sets the dateCreated value for this ProductLicense.
      Parameters:
      dateCreated -
    • getExpirationDate

      public Calendar getExpirationDate()
      Gets the expirationDate value for this ProductLicense.
      Returns:
      expirationDate
    • setExpirationDate

      public void setExpirationDate(Calendar expirationDate)
      Sets the expirationDate value for this ProductLicense.
      Parameters:
      expirationDate -
    • getGeneratedBy

      public String getGeneratedBy()
      Gets the generatedBy value for this ProductLicense.
      Returns:
      generatedBy
    • setGeneratedBy

      public void setGeneratedBy(String generatedBy)
      Sets the generatedBy value for this ProductLicense.
      Parameters:
      generatedBy -
    • getIpAddress

      public String getIpAddress()
      Gets the ipAddress value for this ProductLicense.
      Returns:
      ipAddress
    • setIpAddress

      public void setIpAddress(String ipAddress)
      Sets the ipAddress value for this ProductLicense.
      Parameters:
      ipAddress -
    • getLicenseFormat

      public String getLicenseFormat()
      Gets the licenseFormat value for this ProductLicense.
      Returns:
      licenseFormat
    • setLicenseFormat

      public void setLicenseFormat(String licenseFormat)
      Sets the licenseFormat value for this ProductLicense.
      Parameters:
      licenseFormat -
    • getLicenseProfile

      public String getLicenseProfile()
      Gets the licenseProfile value for this ProductLicense.
      Returns:
      licenseProfile
    • setLicenseProfile

      public void setLicenseProfile(String licenseProfile)
      Sets the licenseProfile value for this ProductLicense.
      Parameters:
      licenseProfile -
    • getMacAddress

      public String getMacAddress()
      Gets the macAddress value for this ProductLicense.
      Returns:
      macAddress
    • setMacAddress

      public void setMacAddress(String macAddress)
      Sets the macAddress value for this ProductLicense.
      Parameters:
      macAddress -
    • getNamedLicenseData

      public LicenseInfo[] getNamedLicenseData()
      Gets the namedLicenseData value for this ProductLicense.
      Returns:
      namedLicenseData
    • setNamedLicenseData

      public void setNamedLicenseData(LicenseInfo[] namedLicenseData)
      Sets the namedLicenseData value for this ProductLicense.
      Parameters:
      namedLicenseData -
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getTypeDesc

      public static org.apache.axis.description.TypeDesc getTypeDesc()
      Return type metadata object
    • getSerializer

      public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
      Get Custom Serializer
    • getDeserializer

      public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
      Get Custom Deserializer