Class ConceptDesignProperties
java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.properties.RelationshipProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.RelationshipBeanProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.LabeledRelationshipProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.designmodels.ConceptDesignProperties
ConceptDesignProperties represents a ConceptDesign relationship that links an element to its concept model.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.LabeledRelationshipProperties
equals, getDescription, getLabel, hashCode, setDescription, setLabel
Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.RelationshipBeanProperties
getExtendedProperties, getTypeName, setExtendedProperties, setTypeName
Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.RelationshipProperties
getEffectiveFrom, getEffectiveTo, setEffectiveFrom, setEffectiveTo
-
Constructor Details
-
ConceptDesignProperties
public ConceptDesignProperties()Default constructor -
ConceptDesignProperties
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
toString
Standard toString method.- Overrides:
toString
in classLabeledRelationshipProperties
- Returns:
- print out of variables in a JSON-style
-