Class Activity
java.lang.Object
org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Node
org.odpi.openmetadata.accessservices.subjectarea.properties.objects.governednode.GovernedNode
org.odpi.openmetadata.accessservices.subjectarea.properties.objects.term.Term
org.odpi.openmetadata.accessservices.subjectarea.properties.objects.term.Activity
- All Implemented Interfaces:
Serializable
,OmasObject
This is a Term that describes an activity
- See Also:
-
Field Summary
Fields inherited from class org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Node
classifications, nodeType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDifferent types of activities.void
setActivityType
(ActivityType activityType) Methods inherited from class org.odpi.openmetadata.accessservices.subjectarea.properties.objects.term.Term
equals, getAbbreviation, getCategories, getExamples, getGlossary, getSummary, getUsage, hashCode, isObjectIdentifier, isSpineAttribute, isSpineObject, processClassification, setAbbreviation, setCategories, setExamples, setGlossary, setObjectIdentifier, setSpineAttribute, setSpineObject, setSummary, setUsage, toString
Methods inherited from class org.odpi.openmetadata.accessservices.subjectarea.properties.objects.governednode.GovernedNode
getGovernanceClassifications, setClassifications, setGovernanceClassifications, toString
Methods inherited from class org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Node
getAdditionalProperties, getClassifications, getDescription, getEffectiveFromTime, getEffectiveToTime, getExtendedProperties, getIcons, getName, getNodeType, getQualifiedName, getSystemAttributes, getTypeName, isReadOnly, setAdditionalProperties, setDescription, setEffectiveFromTime, setEffectiveToTime, setExtendedProperties, setIcons, setName, setNodeType, setQualifiedName, setReadOnly, setSystemAttributes, setTypeName
-
Constructor Details
-
Activity
public Activity()
-
-
Method Details
-
getActivityType
Different types of activities.- Returns:
ActivityType
-
setActivityType
-