public class ExternalGlossaryElementLinkProperties extends Object implements Serializable
| Constructor and Description |
|---|
ExternalGlossaryElementLinkProperties()
Default constructor
|
ExternalGlossaryElementLinkProperties(ExternalGlossaryElementLinkProperties template)
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 |
getElementDescription()
Return a description of the association between the category and the external element from the external glossary resource.
|
String |
getElementIdentifier()
Return the identifier in the external glossary resource that is equivalent to this element.
|
Date |
getLastVerified()
Return the date that a steward verified the link.
|
String |
getSteward()
Return the identifier for the steward that created the link.
|
int |
hashCode()
Return has code based on properties.
|
void |
setElementDescription(String description)
Set up a description of the association between the category and the external element from the external glossary resource.
|
void |
setElementIdentifier(String elementIdentifier)
Set up the identifier in the external glossary resource that is equivalent to this element.
|
void |
setLastVerified(Date lastVerified)
Set up the date that a steward verified the link.
|
void |
setSteward(String steward)
Set up the identifier for the steward that created the link.
|
String |
toString()
Standard toString method.
|
public ExternalGlossaryElementLinkProperties()
public ExternalGlossaryElementLinkProperties(ExternalGlossaryElementLinkProperties template)
template - template object to copy.public String getElementIdentifier()
public void setElementIdentifier(String elementIdentifier)
elementIdentifier - stringpublic String getElementDescription()
public void setElementDescription(String description)
description - string textpublic String getSteward()
public void setSteward(String steward)
steward - string identifierpublic Date getLastVerified()
public void setLastVerified(Date lastVerified)
lastVerified - date/timepublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.