Class SolutionComponentProperties


public class SolutionComponentProperties extends ReferenceableProperties
SolutionComponentProperties represents a logical architectural component that is part of the digital landscape.
  • Constructor Details

    • SolutionComponentProperties

      public SolutionComponentProperties()
      Default constructor
    • SolutionComponentProperties

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

    • getSolutionComponentType

      public String getSolutionComponentType()
      Return the type of the component.
      Returns:
      string
    • setSolutionComponentType

      public void setSolutionComponentType(String solutionComponentType)
      Set up the type of the component.
      Parameters:
      solutionComponentType - string
    • getPlannedDeployedImplementationType

      public String getPlannedDeployedImplementationType()
      Return which type of software component is likely to be deployed to implement this solution component.
      Returns:
      string
    • setPlannedDeployedImplementationType

      public void setPlannedDeployedImplementationType(String plannedDeployedImplementationType)
      Set up which type of software component is likely to be deployed to implement this solution component.
      Parameters:
      plannedDeployedImplementationType - string
    • getUserDefinedStatus

      public String getUserDefinedStatus()
      Return the status of the element.
      Returns:
      string
    • setUserDefinedStatus

      public void setUserDefinedStatus(String userDefinedStatus)
      Set up the status of the element.
      Parameters:
      userDefinedStatus - 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