Class ProjectScope
java.lang.Object
org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Relationship
org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.ProjectScope
- All Implemented Interfaces:
Serializable,OmasObject
The Project Scope relationship links documentation, assets and definitions to the project.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDescription of the scope of the project.voidsetDescription(String description) Set the description of the relationship.toString()Methods inherited from class org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Relationship
getAdditionalProperties, getEffectiveFromTime, getEffectiveToTime, getEnd1, getEnd2, getGuid, getName, getRelationshipType, getSystemAttributes, isReadOnly, setAdditionalProperties, setEffectiveFromTime, setEffectiveToTime, setEnd1, setEnd2, setGuid, setReadOnly, setRelationshipType, setSystemAttributes
-
Constructor Details
-
ProjectScope
public ProjectScope()
-
-
Method Details
-
toString
- Overrides:
toStringin classRelationship
-
toString
- Overrides:
toStringin classRelationship
-
getDescription
Description of the scope of the project.- Returns:
String
-
setDescription
Set the description of the relationship.- Parameters:
description-String
-