Class DigitalService

  • All Implemented Interfaces:
    Serializable

    public class DigitalService
    extends DigitalServiceElementHeader
    DigitalService is an anchor object for tracking the lifecycle of one of an organization's digital service. The digital service instance is create when the digital service is just a concept. It is used to record the role and implementation style that it has along with information about how it will operate. As the digital service moved through its lifecycle from implementation to deployment to use, more information is attached to the digital service instance to support the correct management and compliance of the service.
    See Also:
    Serialized Form
    • Constructor Detail

      • DigitalService

        public DigitalService()
        Default constructor
      • DigitalService

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

      • getVersion

        public String getVersion()
        Return the version number for this Asset's type.
        Returns:
        String
      • setVersion

        public void setVersion​(String version)
        Set up the version number for this Asset's type.
        Parameters:
        version - String
      • getDisplayName

        public String getDisplayName()
        Return the display name for this asset (normally a shortened for of the qualified name).
        Returns:
        string name
      • setDisplayName

        public void setDisplayName​(String displayName)
        Set up the display name for this asset (normally a shortened for of the qualified name).
        Parameters:
        displayName - string name
      • getDescription

        public String getDescription()
        Return the description for this asset.
        Returns:
        string description
      • setDescription

        public void setDescription​(String description)
        Set up the description for this asset.
        Parameters:
        description - string
      • equals

        public boolean equals​(Object objectToCompare)
        Return comparison result based on the content of the properties.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Return hash code for this object
        Overrides:
        hashCode in class Object