Class Project
- 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:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Node
classifications, nodeType
-
-
Constructor Summary
Constructors Constructor Description Project()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Set<IconSummary>getIcons()The icons associated with this glossary.DategetPlannedEndDate()DategetStartDate()StringgetStatus()inthashCode()voidprocessClassification(Classification classification)voidsetPlannedEndDate(Date plannedEndDate)voidsetStartDate(Date startDate)voidsetStatus(String status)StringBuildertoString(StringBuilder sb)-
Methods inherited from class org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Node
getAdditionalProperties, getClassifications, getDescription, getEffectiveFromTime, getEffectiveToTime, getExtendedProperties, getName, getNodeType, getQualifiedName, getSystemAttributes, getTypeName, isReadOnly, setAdditionalProperties, setClassifications, setDescription, setEffectiveFromTime, setEffectiveToTime, setExtendedProperties, setIcons, setName, setNodeType, setQualifiedName, setReadOnly, setSystemAttributes, setTypeName, toString
-
-
-
-
Method Detail
-
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.
-
processClassification
public void processClassification(Classification classification)
- Overrides:
processClassificationin classNode
-
toString
public StringBuilder toString(StringBuilder sb)
-
-