Class EventType
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.dataengine.model.Referenceable
-
- org.odpi.openmetadata.accessservices.dataengine.model.SchemaType
-
- org.odpi.openmetadata.accessservices.dataengine.model.EventType
-
- All Implemented Interfaces:
Serializable
public class EventType extends SchemaType
The EventType type- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EventType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)List<Attribute>getAttributeList()Gets attribute list.inthashCode()voidsetAttributeList(List<Attribute> attributeList)Sets attribute list.StringtoString()-
Methods inherited from class org.odpi.openmetadata.accessservices.dataengine.model.SchemaType
getAuthor, getDescription, getDisplayName, getEncodingStandard, getIsDeprecated, getNamespace, getType, getUsage, getVersionNumber, setAuthor, setDescription, setDisplayName, setEncodingStandard, setIsDeprecated, setNamespace, setType, setUsage, setVersionNumber
-
Methods inherited from class org.odpi.openmetadata.accessservices.dataengine.model.Referenceable
getAdditionalProperties, getQualifiedName, setAdditionalProperties, setQualifiedName
-
-
-
-
Method Detail
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classSchemaType
-
canEqual
protected boolean canEqual(Object other)
- Overrides:
canEqualin classSchemaType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSchemaType
-
toString
public String toString()
- Overrides:
toStringin classSchemaType
-
getAttributeList
public List<Attribute> getAttributeList()
Gets attribute list.- Overrides:
getAttributeListin classSchemaType- Returns:
- the attribute list
-
setAttributeList
public void setAttributeList(List<Attribute> attributeList)
Sets attribute list.- Overrides:
setAttributeListin classSchemaType- Parameters:
attributeList- the attribute list
-
-