public abstract class ReferenceableHeader extends CommonHeader
| Constructor and Description |
|---|
ReferenceableHeader()
Default constructor
|
ReferenceableHeader(ReferenceableHeader template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
List<Classification> |
getClassifications()
Return the list of active classifications for this element.
|
String |
getDescription()
Return the description for this element.
|
String |
getName()
Return the display name for this element (normally a shortened form of the qualified name).
|
String |
getQualifiedName()
Return the unique name for this element.
|
int |
hashCode()
Return hash code for this object
|
void |
setClassifications(List<Classification> classifications)
Set up the list of active classifications for this element.
|
void |
setDescription(String description)
Set up the description for this element.
|
void |
setName(String name)
Set up the display name for this element (normally a shortened form of the qualified name).
|
void |
setQualifiedName(String qualifiedName)
Set up the unique name for this element.
|
String |
toString()
JSON-style toString
|
getGUID, setGUIDgetOriginId, getOriginLicense, getOriginName, getOriginType, getTypeDescription, getTypeName, setOriginId, setOriginLicense, setOriginName, setOriginType, setTypeDescription, setTypeNamepublic ReferenceableHeader()
public ReferenceableHeader(ReferenceableHeader template)
template - object to copypublic String getQualifiedName()
public void setQualifiedName(String qualifiedName)
qualifiedName - string namepublic String getName()
public void setName(String name)
name - string namepublic String getDescription()
public void setDescription(String description)
description - stringpublic List<Classification> getClassifications()
public void setClassifications(List<Classification> classifications)
classifications - list of classification objectspublic String toString()
toString in class CommonHeaderpublic boolean equals(Object objectToCompare)
equals in class CommonHeaderobjectToCompare - test objectpublic int hashCode()
hashCode in class CommonHeaderCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.