Class LicenseTypeProperties

    • Constructor Detail

      • LicenseTypeProperties

        public LicenseTypeProperties()
        Default Constructor
      • LicenseTypeProperties

        public LicenseTypeProperties​(LicenseTypeProperties template)
        Copy/Clone Constructor
        Parameters:
        template - object to copy
    • Method Detail

      • getDetails

        public String getDetails()
        Return the specific details of the license.
        Returns:
        string description
      • setDetails

        public void setDetails​(String details)
        Set up the specific details of the license.
        Parameters:
        details - string description
      • equals

        public boolean equals​(Object objectToCompare)
        Compare the values of the supplied object with those stored in the current object.
        Overrides:
        equals in class GovernanceDefinitionProperties
        Parameters:
        objectToCompare - supplied object
        Returns:
        boolean result of comparison