java.lang.Object
org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Node
org.odpi.openmetadata.accessservices.subjectarea.properties.objects.project.Project
All Implemented Interfaces:
Serializable, OmasObject
Direct Known Subclasses:
GlossaryProject

public class Project extends Node
Glossary object
See Also:
  • Constructor Details

    • Project

      public Project()
  • Method Details

    • getIdentifier

      public String getIdentifier()
    • setIdentifier

      public void setIdentifier(String identifier)
    • getStartDate

      public Date getStartDate()
    • setStartDate

      public void setStartDate(Date startDate)
    • getPlannedEndDate

      public Date getPlannedEndDate()
    • setPlannedEndDate

      public void setPlannedEndDate(Date plannedEndDate)
    • getStatus

      public String getStatus()
    • setStatus

      public void setStatus(String status)
    • getIcons

      public Set<IconSummary> getIcons()
      The icons associated with this glossary.
      Overrides:
      getIcons in class Node
      Returns:
      the url of the icon.
    • processClassification

      public void processClassification(Classification classification)
      Overrides:
      processClassification in class Node
    • toString

      public StringBuilder toString(StringBuilder sb)
      Overrides:
      toString in class Node
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Node
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Node