Class AssignmentScopeProperties

  • All Implemented Interfaces:
    Serializable

    public class AssignmentScopeProperties
    extends RelationshipProperties
    AssignmentScopeProperties provides a details of the scope of work/influence expected by the assigned actor(s).
    See Also:
    Serialized Form
    • Constructor Detail

      • AssignmentScopeProperties

        public AssignmentScopeProperties()
        Default constructor
      • AssignmentScopeProperties

        public AssignmentScopeProperties​(AssignmentScopeProperties template)
        Copy/clone constructor
        Parameters:
        template - object to copy
    • Method Detail

      • getAssignmentType

        public String getAssignmentType()
        Return the expectations with respect to the scope.
        Returns:
        type of assignment
      • setAssignmentType

        public void setAssignmentType​(String assignmentType)
        Set up the expectations with respect to the scope.
        Parameters:
        assignmentType - type of assignment
      • getDescription

        public String getDescription()
        Return additional descriptive text.
        Returns:
        text
      • setDescription

        public void setDescription​(String description)
        Set up additional descriptive text.
        Parameters:
        description - text
      • equals

        public boolean equals​(Object objectToCompare)
        Compare the values of the supplied object with those stored in the current object.
        Overrides:
        equals in class RelationshipProperties
        Parameters:
        objectToCompare - supplied object
        Returns:
        boolean result of comparison