public class ReferenceValueAssignmentProperties extends Object implements Serializable
| Constructor and Description |
|---|
ReferenceValueAssignmentProperties()
Default constructor
|
ReferenceValueAssignmentProperties(ReferenceValueAssignmentProperties 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.
|
int |
getConfidence()
Return the confidence level (0-100) that the mapping is correct.
|
String |
getNotes()
Return the additional values associated with the symbolic name.
|
String |
getSteward()
Returns the id of the steward responsible for the mapping.
|
int |
hashCode()
Return has code based on properties.
|
void |
setConfidence(int confidence)
Set up the confidence level (0-100) that the mapping is correct.
|
void |
setNotes(String notes)
Set up the additional values associated with the symbolic name.
|
void |
setSteward(String steward)
Set up the the id of the steward responsible for the mapping.
|
String |
toString()
Standard toString method.
|
public ReferenceValueAssignmentProperties()
public ReferenceValueAssignmentProperties(ReferenceValueAssignmentProperties template)
template - object to copypublic int getConfidence()
public void setConfidence(int confidence)
confidence - intpublic String getSteward()
public void setSteward(String steward)
steward - String idpublic String getNotes()
public void setNotes(String notes)
notes - string textpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.