public abstract class AnalyticsMetadata extends SchemaAttribute
elementPosition, nativeJavaClassdescription, displayNameadditionalProperties, guid, qualifiedName| Constructor and Description |
|---|
AnalyticsMetadata() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSourceGuid(String guid) |
void |
addSourceId(String id) |
void |
convertAnalyticsMetadataProperties()
Helper function to load common properties from additional properties.
|
protected abstract void |
convertProperties()
Convert properties from entity into bean.
|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
String |
getIdentifier()
Getter method for attribute identifier
|
List<String> |
getSourceGuid()
Get GUID list the element is connected to.
|
List<String> |
getSourceId() |
String |
getType()
Get type of the metadata.
|
int |
hashCode()
Return a number that represents the contents of this object.
|
void |
prepareAnalyticsMetadataProperties()
Helper function to preserve common properties as additional properties.
|
protected abstract void |
prepareCustomProperties()
Save bean custom properties into entity additional properties.
|
void |
setIdentifier(String identifier)
Setter method for attribute identifier
|
void |
setSourceGuid(List<String> sourceGuid)
Set GUID list the element is connected to.
|
void |
setSourceId(List<String> sourceId) |
void |
setType(String type)
Set type of the metadata.
|
cloneSchemaElement, getElementPosition, getNativeJavaClass, setElementPosition, setNativeJavaClass, toStringgetDescription, getDisplayName, setDescription, setDisplayNamegetAdditionalProperties, getGuid, getQualifiedName, setAdditionalProperties, setGuid, setQualifiedNamepublic String getType()
public void setType(String type)
type - the type to setpublic String getIdentifier()
public void setIdentifier(String identifier)
identifier - the identifier to setpublic List<String> getSourceGuid()
public void setSourceGuid(List<String> sourceGuid)
sourceGuid - the sourceGuid to setpublic void setSourceId(List<String> sourceId)
sourceId - the sourceId to setpublic void addSourceGuid(String guid)
public void addSourceId(String id)
protected abstract void convertProperties()
public void convertAnalyticsMetadataProperties()
protected abstract void prepareCustomProperties()
public void prepareAnalyticsMetadataProperties()
public boolean equals(Object objectToCompare)
SchemaAttributeequals in class SchemaAttributeobjectToCompare - supplied objectpublic int hashCode()
hashCode in class SchemaAttributeCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.