Class OMRSEventV1TypeDefSection
java.lang.Object
org.odpi.openmetadata.repositoryservices.events.beans.v1.OMRSEventV1TypeDefSection
- All Implemented Interfaces:
Serializable
OMRSEventV1TypeDefSection describes the properties specific to TypeDef related events
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn the associated attribute type.Return the attribute before the change.Return the type before the change.Return the type for the event.Return the reason for the event.Return the unique identifier of the type.Return the unique name of the type.Return the patch (changes) to a type.void
setAttributeTypeDef
(AttributeTypeDef attributeTypeDef) Set up the associated attribute type.void
setOriginalAttributeTypeDef
(AttributeTypeDef originalAttributeTypeDef) Set up the attribute before the change.void
setOriginalTypeDefSummary
(TypeDefSummary originalTypeDefSummary) Set up the type before the change.void
setTypeDef
(TypeDef typeDef) Set up the type for the event.void
setTypeDefEventType
(OMRSTypeDefEventType typeDefEventType) Set up the reason for the event.void
setTypeDefGUID
(String typeDefGUID) Set up the unique identifier of the type.void
setTypeDefName
(String typeDefName) Set up the unique name of the type.void
setTypeDefPatch
(TypeDefPatch typeDefPatch) Set up the patch (changes) to a type.toString()
JSON-style toString.
-
Constructor Details
-
OMRSEventV1TypeDefSection
public OMRSEventV1TypeDefSection()Default constructor
-
-
Method Details
-
getTypeDefEventType
Return the reason for the event.- Returns:
- enum
-
setTypeDefEventType
Set up the reason for the event.- Parameters:
typeDefEventType
- enum
-
getTypeDefGUID
Return the unique identifier of the type.- Returns:
- guid
-
setTypeDefGUID
Set up the unique identifier of the type.- Parameters:
typeDefGUID
- guid
-
getTypeDefName
Return the unique name of the type.- Returns:
- name
-
setTypeDefName
Set up the unique name of the type.- Parameters:
typeDefName
- name
-
getAttributeTypeDef
Return the associated attribute type.- Returns:
- attribute typeDef
-
setAttributeTypeDef
Set up the associated attribute type.- Parameters:
attributeTypeDef
- attribute typeDef
-
getTypeDef
Return the type for the event.- Returns:
- typeDef
-
setTypeDef
Set up the type for the event.- Parameters:
typeDef
- typeDef
-
getTypeDefPatch
Return the patch (changes) to a type.- Returns:
- typeDefPatch
-
setTypeDefPatch
Set up the patch (changes) to a type.- Parameters:
typeDefPatch
- typeDefPatch
-
getOriginalTypeDefSummary
Return the type before the change.- Returns:
- typeDef summary
-
setOriginalTypeDefSummary
Set up the type before the change.- Parameters:
originalTypeDefSummary
- typeDef summary
-
getOriginalAttributeTypeDef
Return the attribute before the change.- Returns:
- attribute typeDef
-
setOriginalAttributeTypeDef
Set up the attribute before the change.- Parameters:
originalAttributeTypeDef
- attribute typeDef
-
toString
JSON-style toString.
-