Class SecurityGroupProperties
java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRootProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.governance.GovernanceDefinitionProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.governance.GovernanceControlProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.security.SecurityGroupProperties
SecurityGroupProperties defines a security group technical control.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault ConstructorCopy/Clone Constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare the values of the supplied object with those stored in the current object.Return the specific distinguishedName of the security group.int
hashCode()
Return hash code based on properties.void
setDistinguishedName
(String distinguishedName) Set up the specific distinguishedName of the security group.toString()
JSON-style toStringMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.GovernanceControlProperties
getImplementationDescription, setImplementationDescription
Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.GovernanceDefinitionProperties
getAdditionalProperties, getDescription, getDocumentIdentifier, getDomainIdentifier, getImplications, getImportance, getOutcomes, getResults, getScope, getSummary, getTitle, setAdditionalProperties, setDescription, setDocumentIdentifier, setDomainIdentifier, setImplications, setImportance, setOutcomes, setResults, setScope, setSummary, setTitle
Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRootProperties
getEffectiveFrom, getEffectiveTo, getExtendedProperties, getTypeName, setEffectiveFrom, setEffectiveTo, setExtendedProperties, setTypeName
-
Constructor Details
-
SecurityGroupProperties
public SecurityGroupProperties()Default Constructor -
SecurityGroupProperties
Copy/Clone Constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getDistinguishedName
Return the specific distinguishedName of the security group.- Returns:
- string description
-
setDistinguishedName
Set up the specific distinguishedName of the security group.- Parameters:
distinguishedName
- string description
-
toString
JSON-style toString- Overrides:
toString
in classGovernanceControlProperties
- 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 classGovernanceControlProperties
- Parameters:
objectToCompare
- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Return hash code based on properties.- Overrides:
hashCode
in classGovernanceControlProperties
- Returns:
- int
-