Class LicenseData


  • public class LicenseData
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      LicenseData()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getId()  
      java.lang.String getName()  
      java.lang.String getSignature()  
      boolean isUnrestricted()  
      void setId​(java.lang.String id)  
      void setName​(java.lang.String name)  
      void setSignature​(java.lang.String signature)  
      void setUnrestricted​(boolean unrestricted)
      Sets the unrestricted.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LicenseData

        public LicenseData()
    • Method Detail

      • isUnrestricted

        public boolean isUnrestricted()
        Returns:
        the isUnrestricted
      • setUnrestricted

        public void setUnrestricted​(boolean unrestricted)
        Sets the unrestricted.
        Parameters:
        unrestricted - the new unrestricted
      • getId

        public java.lang.String getId()
        Returns:
        the id
      • setId

        public void setId​(java.lang.String id)
        Parameters:
        id - the id to set
      • getName

        public java.lang.String getName()
        Returns:
        the name
      • setName

        public void setName​(java.lang.String name)
        Parameters:
        name - the name to set
      • getSignature

        public java.lang.String getSignature()
        Returns:
        the signature
      • setSignature

        public void setSignature​(java.lang.String signature)
        Parameters:
        signature - the signature to set