Class InformationSupplyChainSegmentProperties

java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRootProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.ReferenceableProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.informationsupplychains.InformationSupplyChainSegmentProperties

public class InformationSupplyChainSegmentProperties extends ReferenceableProperties
InformationSupplyChainSegmentProperties identifies a portion of an information supply chain that is the responsibility of a particular party.
  • Constructor Details

    • InformationSupplyChainSegmentProperties

      public InformationSupplyChainSegmentProperties()
      Default constructor
    • InformationSupplyChainSegmentProperties

      public InformationSupplyChainSegmentProperties(InformationSupplyChainSegmentProperties template)
      Copy/clone constructor
      Parameters:
      template - object to copy
  • Method Details

    • getDisplayName

      public String getDisplayName()
      Return the display name for this information supply chain segment (normally a shortened form of the qualified name).
      Returns:
      string name
    • setDisplayName

      public void setDisplayName(String displayName)
      Set up the display name for this information supply chain segment (normally a shortened form of the qualified name).
      Parameters:
      displayName - string name
    • getDescription

      public String getDescription()
      Return the description for this information supply chain segment.
      Returns:
      string description
    • setDescription

      public void setDescription(String description)
      Set up the description for this information supply chain segment.
      Parameters:
      description - string
    • getScope

      public String getScope()
      Return the scope for this information supply chain segment.
      Returns:
      String
    • setScope

      public void setScope(String scope)
      Set up the scope for this information supply chain segment.
      Parameters:
      scope - String
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class ReferenceableProperties
      Returns:
      print out of variables in a JSON-style
    • equals

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

      public int hashCode()
      Return hash code based on properties.
      Overrides:
      hashCode in class ReferenceableProperties
      Returns:
      int