Class 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 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
      • 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