public class CertificationProperties extends Object implements Serializable
| Constructor and Description |
|---|
CertificationProperties()
Default Constructor
|
CertificationProperties(CertificationProperties template)
Copy/clone Constructor - the resulting object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Equals method that returns true if containing properties are the same.
|
String |
getCertificateId()
Return the unique identifier of the certificate.
|
String |
getCertifiedBy()
Return the name of the person in the certification authority that granted this certificate.
|
String |
getCertifiedByPropertyName()
Return the name of the property from the element supplying the certifiedBy property.
|
String |
getCertifiedByTypeName()
Return the name of the type of the element supplying the certifiedBy property.
|
String |
getConditions()
Return any conditions or endorsements to this certificate.
|
String |
getCustodian()
Return the person/team responsible for ensuring that the certificate conditions are adhered to.
|
String |
getCustodianPropertyName()
Return the name of the property from the element supplying the custodian property.
|
String |
getCustodianTypeName()
Return the name of the type of the element supplying the custodian property.
|
Date |
getEndDate()
Return the date/time that this certificate is no longer valid.
|
String |
getNotes()
Return any notes associated with the certificate.
|
String |
getRecipient()
Return the person/team that received the certification.
|
String |
getRecipientPropertyName()
Return the name of the property from the element supplying the recipient property.
|
String |
getRecipientTypeName()
Return the name of the type of the element supplying the recipient property.
|
Date |
getStartDate()
Return the date/time that this certificate is valid from.
|
int |
hashCode()
Just use the GUID for the hash code as it should be unique.
|
void |
setCertificateId(String certificateId)
Set up the unique identifier of the certificate.
|
void |
setCertifiedBy(String certifiedBy)
Set up the name of the person in the certification authority that granted this certificate.
|
void |
setCertifiedByPropertyName(String certifiedByPropertyName)
Set up the name of the property from the element supplying the certifiedBy property.
|
void |
setCertifiedByTypeName(String certifiedByTypeName)
Set up the name of the type of the element supplying the certifiedBy property.
|
void |
setConditions(String conditions)
Set up any conditions or endorsements to this certificate.
|
void |
setCustodian(String custodian)
Set up the person/team responsible for ensuring that the certificate conditions are adhered to.
|
void |
setCustodianPropertyName(String custodianPropertyName)
Set up the name of the property from the element supplying the custodian property.
|
void |
setCustodianTypeName(String custodianTypeName)
Set up the name of the type of the element supplying the custodian property.
|
void |
setEndDate(Date endDate)
Set up the date/time that this certificate is no longer valid.
|
void |
setNotes(String notes)
Set up any notes associated with the certificate.
|
void |
setRecipient(String recipient)
Set up the person/team that received the certification.
|
void |
setRecipientPropertyName(String recipientPropertyName)
Set up the name of the property from the element supplying the recipient property.
|
void |
setRecipientTypeName(String recipientTypeName)
Set up the name of the type of the element supplying the recipient property.
|
void |
setStartDate(Date startDate)
Set up the date/time that this certificate is valid from.
|
String |
toString()
JSON-style toString.
|
public CertificationProperties()
public CertificationProperties(CertificationProperties template)
template - object being copiedpublic String getCertificateId()
public void setCertificateId(String certificateId)
certificateId - stringpublic Date getStartDate()
public void setStartDate(Date startDate)
startDate - date/timepublic Date getEndDate()
public void setEndDate(Date endDate)
endDate - date/timepublic String getConditions()
public void setConditions(String conditions)
conditions - string textpublic String getCertifiedBy()
public void setCertifiedBy(String certifiedBy)
certifiedBy - string name/idpublic String getCertifiedByTypeName()
public void setCertifiedByTypeName(String certifiedByTypeName)
certifiedByTypeName - string type namepublic String getCertifiedByPropertyName()
public void setCertifiedByPropertyName(String certifiedByPropertyName)
certifiedByPropertyName - string property namepublic String getCustodian()
public void setCustodian(String custodian)
custodian - string name/idpublic String getCustodianTypeName()
public void setCustodianTypeName(String custodianTypeName)
custodianTypeName - string type namepublic String getCustodianPropertyName()
public void setCustodianPropertyName(String custodianPropertyName)
custodianPropertyName - string property namepublic String getRecipient()
public void setRecipient(String recipient)
recipient - string name/idpublic String getRecipientTypeName()
public void setRecipientTypeName(String recipientTypeName)
recipientTypeName - string type namepublic String getRecipientPropertyName()
public void setRecipientPropertyName(String recipientPropertyName)
recipientPropertyName - string property namepublic String getNotes()
public void setNotes(String notes)
notes - string textpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.