Class LicenseTypeProperties
java.lang.Object
org.odpi.openmetadata.accessservices.governanceprogram.properties.GovernanceDefinitionProperties
org.odpi.openmetadata.accessservices.governanceprogram.properties.LicenseTypeProperties
- All Implemented Interfaces:
Serializable
LicenseTypeProperties defines a license that the organization recognizes and has governance
definitions to support it.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault ConstructorLicenseTypeProperties
(LicenseTypeProperties template) Copy/Clone Constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare the values of the supplied object with those stored in the current object.Return the specific details of the license.int
hashCode()
Return hash code based on properties.void
setDetails
(String details) Set up the specific details of the license.toString()
JSON-style toStringMethods inherited from class org.odpi.openmetadata.accessservices.governanceprogram.properties.GovernanceDefinitionProperties
getAdditionalProperties, getDescription, getDocumentIdentifier, getDomainIdentifier, getExtendedProperties, getImplications, getOutcomes, getPriority, getResults, getScope, getSummary, getTitle, getTypeName, setAdditionalProperties, setDescription, setDocumentIdentifier, setDomainIdentifier, setExtendedProperties, setImplications, setOutcomes, setPriority, setResults, setScope, setSummary, setTitle, setTypeName
-
Constructor Details
-
LicenseTypeProperties
public LicenseTypeProperties()Default Constructor -
LicenseTypeProperties
Copy/Clone Constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getDetails
Return the specific details of the license.- Returns:
- string description
-
setDetails
Set up the specific details of the license.- Parameters:
details
- string description
-
toString
JSON-style toString- Overrides:
toString
in classGovernanceDefinitionProperties
- Returns:
- string containing the properties and their values
-
equals
Compare the values of the supplied object with those stored in the current object.- Overrides:
equals
in classGovernanceDefinitionProperties
- Parameters:
objectToCompare
- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Return hash code based on properties.- Overrides:
hashCode
in classGovernanceDefinitionProperties
- Returns:
- int
-