Class DigitalService
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.digitalservice.properties.DigitalServiceElementHeader
-
- org.odpi.openmetadata.accessservices.digitalservice.properties.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 Summary
Constructors Constructor Description DigitalService()Default constructorDigitalService(DigitalService template)Copy/clone constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object objectToCompare)Return comparison result based on the content of the properties.StringgetDescription()Return the description for this asset.StringgetDisplayName()Return the display name for this asset (normally a shortened for of the qualified name).StringgetVersion()Return the version number for this Asset's type.inthashCode()Return hash code for this objectvoidsetDescription(String description)Set up the description for this asset.voidsetDisplayName(String displayName)Set up the display name for this asset (normally a shortened for of the qualified name).voidsetVersion(String version)Set up the version number for this Asset's type.StringtoString()JSON-style toString
-
-
-
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.
-
-