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
public class Activity extends Term implements Serializable
This is a Term that describes an activity- 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 Activity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActivityTypegetActivityType()Different types of activities.voidsetActivityType(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, getIcons, getName, getNodeType, getQualifiedName, getSystemAttributes, isReadOnly, setAdditionalProperties, setDescription, setEffectiveFromTime, setEffectiveToTime, setIcons, setName, setNodeType, setQualifiedName, setReadOnly, setSystemAttributes
-
-
-
-
Method Detail
-
getActivityType
public ActivityType getActivityType()
Different types of activities.- Returns:
ActivityType
-
setActivityType
public void setActivityType(ActivityType activityType)
-
-