Class ValidValueAssignmentProperties
java.lang.Object
org.odpi.openmetadata.accessservices.digitalarchitecture.properties.RelationshipProperties
org.odpi.openmetadata.accessservices.digitalarchitecture.properties.ValidValueAssignmentProperties
- Direct Known Subclasses:
ValidValueAssignmentConsumerElement,ValidValueAssignmentDefinitionElement
ValidValueAssignmentProperties describes the properties between a referenceable and its valid values.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn comparison result based on the content of the properties.booleanReturn the strict requirement flag.inthashCode()Return hash code for this objectvoidsetStrictRequirement(boolean strictRequirement) Set up the strict requirement flag.toString()JSON-style toStringMethods inherited from class org.odpi.openmetadata.accessservices.digitalarchitecture.properties.RelationshipProperties
getEffectiveFrom, getEffectiveTo, getExtendedProperties, setEffectiveFrom, setEffectiveTo, setExtendedProperties
-
Constructor Details
-
ValidValueAssignmentProperties
public ValidValueAssignmentProperties()Default constructor -
ValidValueAssignmentProperties
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Details
-
getStrictRequirement
public boolean getStrictRequirement()Return the strict requirement flag.- Returns:
- boolean
-
setStrictRequirement
public void setStrictRequirement(boolean strictRequirement) Set up the strict requirement flag.- Parameters:
strictRequirement- string type name
-
toString
JSON-style toString- Overrides:
toStringin classRelationshipProperties- Returns:
- return string containing the property names and values
-
equals
Return comparison result based on the content of the properties.- Overrides:
equalsin classRelationshipProperties- Parameters:
objectToCompare- test object- Returns:
- result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCodein classRelationshipProperties- Returns:
- int hash code
-