Class AssignmentScopeProperties
java.lang.Object
org.odpi.openmetadata.accessservices.governanceprogram.properties.RelationshipProperties
org.odpi.openmetadata.accessservices.governanceprogram.properties.AssignmentScopeProperties
- All Implemented Interfaces:
Serializable
AssignmentScopeProperties provides a details of the scope of work/influence expected by the assigned actor(s).
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare 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.inthashCode()Return hash code based on properties.voidsetAssignmentType(String assignmentType) Set up the expectations with respect to the scope.voidsetDescription(String description) Set up additional descriptive text.toString()JSON-style toStringMethods inherited from class org.odpi.openmetadata.accessservices.governanceprogram.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:
toStringin 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:
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
-