public class Certification extends Referenceable
| Modifier and Type | Field and Description |
|---|---|
protected String |
certificateGUID |
protected String |
certificationConditions |
protected String |
certificationTypeName |
protected String |
createdBy |
protected String |
custodian |
protected Date |
endDate |
protected String |
examiner |
protected ExternalReference |
link |
protected String |
notes |
protected String |
recipient |
protected Date |
startDate |
protected String |
summary |
additionalProperties, confidenceGovernanceClassification, confidentialityGovernanceClassification, criticalityGovernanceClassification, latestChange, latestChangeDetails, meanings, qualifiedName, retentionGovernanceClassification, searchKeywords, securityTagsclassifications, extendedProperties, guid, type, urlCURRENT_AUDIT_HEADER_VERSION| Constructor and Description |
|---|
Certification()
Default constructor
|
Certification(Certification templateCertification)
Copy/clone constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
String |
getCertificateGUID()
Return the unique id for the type of certification.
|
String |
getCertificationConditions()
Return any special conditions that apply to the certification - such as endorsements.
|
String |
getCertificationTypeName()
Return the type of the certification.
|
String |
getCreatedBy()
Return the name of the person or organization that set up the certification for this asset.
|
String |
getCustodian()
Return the name of the person or organization that is responsible for the correct management of the asset
according to the certification.
|
Date |
getEndDate()
Return the end date for the certification.
|
String |
getExaminer()
Return the name of the organization or person that issued the certification.
|
ExternalReference |
getLink()
Return the link to the full text of the certification.
|
String |
getNotes()
Return the notes from the custodian.
|
String |
getRecipient()
Return the identifier of the person or organization that received the certification.
|
Date |
getStartDate()
Return the start date for the certification.
|
String |
getSummary()
Return a brief summary of the certification.
|
int |
hashCode()
Hash of properties
|
void |
setCertificateGUID(String certificateGUID)
Set up the unique id for the type of certification.
|
void |
setCertificationConditions(String certificationConditions)
Set up any special conditions that apply to the certification - such as endorsements.
|
void |
setCertificationTypeName(String certificationTypeName)
Set up the type of the certification.
|
void |
setCreatedBy(String createdBy)
Set up the name of the person or organization that set up the certification for this asset.
|
void |
setCustodian(String custodian)
Set up the name of the person or organization that is responsible for the correct management of the asset
according to the certification.
|
void |
setEndDate(Date endDate)
Set up the end date for the certification.
|
void |
setExaminer(String examiner)
Set up the name of the organization or person that issued the certification.
|
void |
setLink(ExternalReference link)
Set up the link to the full text of the certification.
|
void |
setNotes(String notes)
Set up the notes from the custodian.
|
void |
setRecipient(String recipient)
Set up the identifier of the person or organization that received the certification.
|
void |
setStartDate(Date startDate)
Set up the start date for the certification.
|
void |
setSummary(String summary)
Set up a brief summary of the certification.
|
String |
toString()
Standard toString method.
|
getAdditionalProperties, getConfidenceGovernanceClassification, getConfidentialityGovernanceClassification, getCriticalityGovernanceClassification, getLatestChange, getLatestChangeDetails, getMeanings, getQualifiedName, getRetentionGovernanceClassification, getSearchKeywords, getSecurityTags, setAdditionalProperties, setConfidenceGovernanceClassification, setConfidentialityGovernanceClassification, setCriticalityGovernanceClassification, setLatestChange, setLatestChangeDetails, setMeanings, setQualifiedName, setRetentionGovernanceClassification, setSearchKeywords, setSecurityTagsgetClassifications, getExtendedProperties, getGUID, getType, getURL, setClassifications, setExtendedProperties, setGUID, setType, setURLgetHeaderVersion, setHeaderVersionprotected String certificateGUID
protected String certificationTypeName
protected String examiner
protected String summary
protected ExternalReference link
protected Date startDate
protected Date endDate
protected String certificationConditions
protected String createdBy
protected String custodian
protected String recipient
protected String notes
public Certification()
public Certification(Certification templateCertification)
templateCertification - element to copypublic String getCertificateGUID()
public void setCertificateGUID(String certificateGUID)
certificateGUID - String certification type GUIDpublic String getCertificationTypeName()
public void setCertificationTypeName(String certificationTypeName)
certificationTypeName - String certification typepublic String getExaminer()
public void setExaminer(String examiner)
examiner - String namepublic String getSummary()
public void setSummary(String summary)
summary - String summarypublic void setLink(ExternalReference link)
link - ExternalReference for full textpublic ExternalReference getLink()
public void setStartDate(Date startDate)
startDate - start date for the certificationpublic Date getStartDate()
public Date getEndDate()
public void setEndDate(Date endDate)
endDate - end date for the certificationpublic String getCertificationConditions()
public void setCertificationConditions(String certificationConditions)
certificationConditions - String certification conditionspublic String getCreatedBy()
public void setCreatedBy(String createdBy)
createdBy - String namepublic String getCustodian()
public void setCustodian(String custodian)
custodian - String namepublic String getRecipient()
public void setRecipient(String recipient)
recipient - string identifierpublic String getNotes()
public void setNotes(String notes)
notes - String notespublic String toString()
toString in class Referenceablepublic boolean equals(Object objectToCompare)
equals in class ReferenceableobjectToCompare - supplied objectpublic int hashCode()
hashCode in class ReferenceableCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.