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 TypeMethodDescriptionboolean
Return comparison result based on the content of the properties.Return the element header associated with the relationship.Return details of the relationshipReturn the element header associated with end 2 of the relationship (certification type).Return the properties of the certification type.int
hashCode()
Return hash code for this objectvoid
setCertificationHeader
(ElementHeader certificationHeader) Set up the element header associated with the relationship.void
setCertificationProperties
(RelationshipProperties certificationProperties) Set up relationship propertiesvoid
setCertificationTypeHeader
(ElementHeader certificationTypeHeader) Set up the element header associated with end 2 of the relationship (certification type).void
setCertificationTypeProperties
(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
Return the element header associated with the relationship.- Returns:
- element header object
-
setCertificationHeader
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
Return the element header associated with end 2 of the relationship (certification type).- Returns:
- element stub object
-
setCertificationTypeHeader
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
-