public class ForeignKeyProperties extends Object implements Serializable
| Constructor and Description |
|---|
ForeignKeyProperties()
Default constructor
|
ForeignKeyProperties(ForeignKeyProperties template)
Copy/clone constructor for an foreign key.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
int |
getConfidence()
Returns the level of confidence that the foreign key is correct.
|
String |
getDescription()
Return the description for the foreign key.
|
String |
getName()
Returns the stored display name property for the foreign key.
|
String |
getSource()
Returns the id of the source of the knowledge of the foreign key.
|
String |
getSteward()
Returns the name of the steward who assigned the foreign key (or approved the discovered value).
|
int |
hashCode()
Return has code based on properties.
|
void |
setConfidence(int confidence)
Set up the level of confidence that the foreign key is correct.
|
void |
setDescription(String description)
Set up description of the foreign key.
|
void |
setName(String name)
Set up the display name for UIs and reports.
|
void |
setSource(String source)
Set up the id of the source of the knowledge of the foreign key.
|
void |
setSteward(String steward)
Set up the id of the steward who assigned the foreign key (or approved the discovered value).
|
String |
toString()
Standard toString method.
|
public ForeignKeyProperties()
public ForeignKeyProperties(ForeignKeyProperties template)
template - template object to copy.public void setName(String name)
name - String namepublic String getName()
public void setDescription(String description)
description - Stringpublic String getDescription()
public void setConfidence(int confidence)
confidence - intpublic int getConfidence()
public void setSteward(String steward)
steward - user id or name of stewardpublic String getSteward()
public void setSource(String source)
source - String idpublic String getSource()
public String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.