public class LicensesReference extends Reference implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected LicenseType |
licenseType |
protected String |
name |
protected static String |
relationship_Type |
KEY_RELATED_END_GUID, KEY_RELATIONSHIP_GUID, KEY_TYPENAME, KEY_UNIQUE_ATTRIBUTES, referenceName, relatedEndGuid, relatedEndType, relationshipGuid, uniqueAttributes| Constructor and Description |
|---|
LicensesReference() |
LicensesReference(Map objIdMap) |
LicensesReference(Reference other) |
LicensesReference(String guid) |
LicensesReference(String relatedEndType,
Map<String,Object> uniqueAttributes) |
LicensesReference(String entityGuid,
OMRSLine line)
Populate the reference from a relationship
|
LicensesReference(String guid,
String relatedEndType) |
LicensesReference(String guid,
String relatedEndType,
Map<String,Object> uniqueAttributes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getConditions()
Any special conditions or endorsements over the basic license type.
|
String |
getCustodian()
The person, engine or organization tht will ensure the license is honored.
|
String |
getEnd()
End date for the license.
|
String |
getLicensedBy()
Person or organization that owns the intellectual property.
|
String |
getLicensee()
The person or organization that holds the license.
|
String |
getLicenseGUID()
Unique identifier of the actual license.
|
LicenseType |
getLicenseType() |
String |
getNotes()
Additional notes about the license.
|
String |
getStart()
Start date for the license.
|
int |
hashCode() |
void |
setConditions(String conditions) |
void |
setCustodian(String custodian) |
void |
setEnd(String end) |
void |
setLicensedBy(String licensedBy) |
void |
setLicensee(String licensee) |
void |
setLicenseGUID(String licenseGUID) |
void |
setLicenseType(LicenseType licenseType) |
void |
setNotes(String notes) |
void |
setStart(String start) |
StringBuilder |
toString(StringBuilder sb) |
getReferenceName, getRelatedEndGuid, getRelatedEndType, getRelationship_Type, getRelationshipAttributes, getRelationshipGuid, getUniqueAttributes, setReferenceName, setRelatedEndGuid, setRelatedEndType, setRelationship_Type, setRelationshipAttributes, setRelationshipGuid, setUniqueAttributes, toStringprotected static final String relationship_Type
protected String name
protected LicenseType licenseType
public LicensesReference()
public LicensesReference(String guid)
public LicensesReference(String relatedEndType, Map<String,Object> uniqueAttributes)
public LicensesReference(String guid, String relatedEndType, Map<String,Object> uniqueAttributes)
public LicensesReference(Reference other)
public LicensesReference(String entityGuid, OMRSLine line)
entityGuid - String entity Guidline - OMRSLinepublic LicensesReference(Map objIdMap)
public LicenseType getLicenseType()
public void setLicenseType(LicenseType licenseType)
public String getLicenseGUID()
public void setLicenseGUID(String licenseGUID)
public String getStart()
public void setStart(String start)
public String getEnd()
public void setEnd(String end)
public String getConditions()
public void setConditions(String conditions)
public String getLicensedBy()
public void setLicensedBy(String licensedBy)
public String getCustodian()
public void setCustodian(String custodian)
public String getLicensee()
public void setLicensee(String licensee)
public String getNotes()
public void setNotes(String notes)
public StringBuilder toString(StringBuilder sb)
Copyright © 2018–2019 ODPi. All rights reserved.