public class Certification extends Line
| Modifier and Type | Field and Description |
|---|---|
static Set<String> |
ATTRIBUTE_NAMES_SET |
static String[] |
ATTRIBUTE_NAMES_SET_VALUES |
protected String |
entity1Guid |
protected String |
entity2Guid |
static Set<String> |
ENUM_NAMES_SET |
static String[] |
ENUM_NAMES_SET_VALUES |
static Set<String> |
MAP_NAMES_SET |
static String[] |
MAP_NAMES_SET_VALUES |
static Set<String> |
PROPERTY_NAMES_SET |
static String[] |
PROPERTY_NAMES_SET_VALUES |
entity1Name, entity1Type, entity2Name, entity2Type, lineType, name, serialVersionUID, typeDefGuid| Constructor and Description |
|---|
Certification() |
Certification(Line template) |
Certification(Relationship omrsRelationship) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCertificateGUID()
{@literal Unique identifier of the actual certificate.
|
String |
getCertifiedBy()
{@literal Person or organization awarded the certification.
|
String |
getConditions()
{@literal Any special conditions or endorsements over the basic certification type.
|
String |
getCustodian()
{@literal The person, engine or organization tht will ensure the certification is honored.
|
Date |
getEnd()
{@literal End date for the certification.
|
String |
getNotes()
{@literal Additional notes about the certification.
|
String |
getRecipient()
{@literal The person or organization that received the certification.
|
Date |
getStart()
{@literal Start date for the certification.
|
void |
setCertificateGUID(String certificateGUID) |
void |
setCertifiedBy(String certifiedBy) |
void |
setConditions(String conditions) |
void |
setCustodian(String custodian) |
void |
setEnd(Date end) |
void |
setNotes(String notes) |
void |
setRecipient(String recipient) |
void |
setStart(Date start) |
String |
toString() |
StringBuilder |
toString(StringBuilder sb) |
createOmrsRelationship, getEffectiveFromTime, getEffectiveToTime, getExtraAttributes, getGuid, getLineType, getName, getSerialVersionUID, getSystemAttributes, getTypeDefGuid, setEffectiveFromTime, setExtraAttributes, setGuid, setLineType, setSystemAttributes, setTypeDefGuidpublic static final String[] PROPERTY_NAMES_SET_VALUES
public static final String[] ATTRIBUTE_NAMES_SET_VALUES
public static final String[] ENUM_NAMES_SET_VALUES
public static final String[] MAP_NAMES_SET_VALUES
protected String entity1Guid
protected String entity2Guid
public Certification()
public Certification(Line template)
public Certification(Relationship omrsRelationship)
public String getCertificateGUID()
String public void setCertificateGUID(String certificateGUID)
public Date getStart()
Date public void setStart(Date start)
public Date getEnd()
Date public void setEnd(Date end)
public String getConditions()
String public void setConditions(String conditions)
public String getCertifiedBy()
String public void setCertifiedBy(String certifiedBy)
public String getCustodian()
String public void setCustodian(String custodian)
public String getRecipient()
String public void setRecipient(String recipient)
public String getNotes()
String public void setNotes(String notes)
public StringBuilder toString(StringBuilder sb)
Copyright © 2018–2019 ODPi. All rights reserved.