Class DigitalServiceOperatorProperties
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.digitalservice.properties.RelationshipProperties
-
- org.odpi.openmetadata.accessservices.digitalservice.properties.DigitalServiceOperatorProperties
-
- All Implemented Interfaces:
Serializable
public class DigitalServiceOperatorProperties extends RelationshipProperties
DigitalServiceOperatorProperties describes the scope of responsibilities that an organization has in operating a digital service.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DigitalServiceOperatorProperties()Default constructorDigitalServiceOperatorProperties(DigitalServiceOperatorProperties template)Copy/clone constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object objectToCompare)Compare the values of the supplied object with those stored in the current object.StringgetScope()Returns the description for the dependency.inthashCode()Return hash code based on properties.voidsetScope(String scope)Set up the description for the dependency.StringtoString()Standard toString method.-
Methods inherited from class org.odpi.openmetadata.accessservices.digitalservice.properties.RelationshipProperties
getEffectiveFrom, getEffectiveTo, getExtendedProperties, setEffectiveFrom, setEffectiveTo, setExtendedProperties
-
-
-
-
Constructor Detail
-
DigitalServiceOperatorProperties
public DigitalServiceOperatorProperties()
Default constructor
-
DigitalServiceOperatorProperties
public DigitalServiceOperatorProperties(DigitalServiceOperatorProperties template)
Copy/clone constructor.- Parameters:
template- template object to copy.
-
-
Method Detail
-
setScope
public void setScope(String scope)
Set up the description for the dependency.- Parameters:
scope- String name
-
getScope
public String getScope()
Returns the description for the dependency.- Returns:
- String name
-
toString
public String toString()
Standard toString method.- Overrides:
toStringin classRelationshipProperties- Returns:
- print out of variables in a JSON-style
-
equals
public boolean equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.- Overrides:
equalsin classRelationshipProperties- Parameters:
objectToCompare- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()
Return hash code based on properties.- Overrides:
hashCodein classRelationshipProperties- Returns:
- int
-
-