public class License 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 |
|---|
License() |
License(Line template) |
License(Relationship omrsRelationship) |
| Modifier and Type | Method and Description |
|---|---|
String |
getConditions()
{@literal Any special conditions or endorsements over the basic license type.
|
String |
getCustodian()
{@literal The person, engine or organization tht will ensure the license is honored.
|
Date |
getEnd()
{@literal End date for the license.
|
String |
getLicensedBy()
{@literal Person or organization that owns the intellectual property.
|
String |
getLicensee()
{@literal The person or organization that holds the license.
|
String |
getLicenseGUID()
{@literal Unique identifier of the actual license.
|
String |
getNotes()
{@literal Additional notes about the license.
|
Date |
getStart()
{@literal Start date for the license.
|
void |
setConditions(String conditions) |
void |
setCustodian(String custodian) |
void |
setEnd(Date end) |
void |
setLicensedBy(String licensedBy) |
void |
setLicensee(String licensee) |
void |
setLicenseGUID(String licenseGUID) |
void |
setNotes(String notes) |
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 License()
public License(Line template)
public License(Relationship omrsRelationship)
public String getLicenseGUID()
String public void setLicenseGUID(String licenseGUID)
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 getLicensedBy()
String public void setLicensedBy(String licensedBy)
public String getCustodian()
String public void setCustodian(String custodian)
public String getLicensee()
String public void setLicensee(String licensee)
public String getNotes()
String public void setNotes(String notes)
public StringBuilder toString(StringBuilder sb)
Copyright © 2018–2019 ODPi. All rights reserved.