Class ProcessContainmentProperties

    • Constructor Detail

      • ProcessContainmentProperties

        public ProcessContainmentProperties()
        Default constructor
      • ProcessContainmentProperties

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

      • getProcessContainmentType

        public ProcessContainmentType getProcessContainmentType()
        Return the relationship between the parent and child process.
        Returns:
        process containment type enum
      • setProcessContainmentType

        public void setProcessContainmentType​(ProcessContainmentType processContainmentType)
        Set up the relationship between the parent and child process.
        Parameters:
        processContainmentType - process containment type enum
      • 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
      • hashCode

        public int hashCode()
        Create a hash code for this element type.
        Overrides:
        hashCode in class RelationshipProperties
        Returns:
        int hash code