Class AssignmentScopeProperties
java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.properties.RelationshipProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.actors.AssignmentScopeProperties
AssignmentScopeProperties provides details of the scope of work/influence expected by the assigned actor(s).
-
Constructor Summary
ConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare the values of the supplied object with those stored in the current object.Return the expectations with respect to the scope.Return additional descriptive text.int
hashCode()
Return hash code based on properties.void
setAssignmentType
(String assignmentType) Set up the expectations with respect to the scope.void
setDescription
(String description) Set up additional descriptive text.toString()
JSON-style toStringMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.RelationshipProperties
getEffectiveFrom, getEffectiveTo, getExtendedProperties, setEffectiveFrom, setEffectiveTo, setExtendedProperties
-
Constructor Details
-
AssignmentScopeProperties
public AssignmentScopeProperties()Default constructor -
AssignmentScopeProperties
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getAssignmentType
Return the expectations with respect to the scope.- Returns:
- type of assignment
-
setAssignmentType
Set up the expectations with respect to the scope.- Parameters:
assignmentType
- type of assignment
-
getDescription
Return additional descriptive text.- Returns:
- text
-
setDescription
Set up additional descriptive text.- Parameters:
description
- text
-
toString
JSON-style toString- Overrides:
toString
in classRelationshipProperties
- Returns:
- return string containing the property names and values
-
equals
Compare the values of the supplied object with those stored in the current object.- Overrides:
equals
in classRelationshipProperties
- Parameters:
objectToCompare
- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Return hash code based on properties.- Overrides:
hashCode
in classRelationshipProperties
- Returns:
- int
-