Class CertificationElement
java.lang.Object
org.odpi.openmetadata.accessservices.assetowner.metadataelements.CertificationElement
CertificationElement contains the properties and header for a certification for an element.
It includes the details of the specific element's certification and details of the certification type.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCertificationElement(CertificationElement template) Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn comparison result based on the content of the properties.org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeaderReturn the element header associated with the relationship.Return details of the relationshiporg.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeaderReturn the element header associated with end 2 of the relationship (certification type).Return the properties of the certification type.inthashCode()Return hash code for this objectvoidsetCertificationHeader(org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader certificationHeader) Set up the element header associated with the relationship.voidsetCertificationProperties(RelationshipProperties certificationProperties) Set up relationship propertiesvoidsetCertificationTypeHeader(org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader certificationTypeHeader) Set up the element header associated with end 2 of the relationship (certification type).voidsetCertificationTypeProperties(CertificationProperties certificationTypeProperties) Set up the properties of the certification type.toString()JSON-style toString
-
Constructor Details
-
CertificationElement
public CertificationElement()Default constructor -
CertificationElement
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Details
-
getCertificationHeader
public org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader getCertificationHeader()Return the element header associated with the relationship.- Returns:
- element header object
-
setCertificationHeader
public void setCertificationHeader(org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader certificationHeader) Set up the element header associated with the relationship.- Parameters:
certificationHeader- element header object
-
getCertificationProperties
Return details of the relationship- Returns:
- relationship properties
-
setCertificationProperties
Set up relationship properties- Parameters:
certificationProperties- relationship properties
-
getCertificationTypeHeader
public org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader getCertificationTypeHeader()Return the element header associated with end 2 of the relationship (certification type).- Returns:
- element stub object
-
setCertificationTypeHeader
public void setCertificationTypeHeader(org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader certificationTypeHeader) Set up the element header associated with end 2 of the relationship (certification type).- Parameters:
certificationTypeHeader- element stub object
-
getCertificationTypeProperties
Return the properties of the certification type.- Returns:
- properties
-
setCertificationTypeProperties
Set up the properties of the certification type.- Parameters:
certificationTypeProperties- properties
-
toString
JSON-style toString -
equals
Return comparison result based on the content of the properties. -
hashCode
public int hashCode()Return hash code for this object
-