public class ValidValueMapping extends PropertyBase
| Constructor and Description |
|---|
ValidValueMapping()
Default constructor
|
ValidValueMapping(ValidValueMapping template)
Copy clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
String |
getAssociationDescription()
Returns the short description of the type of association.
|
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.
|
ValidValue |
getValidValue()
Return the valid value elements that are mapped together.
|
int |
hashCode()
Return hash code for this object
|
void |
setAssociationDescription(String associationDescription)
Set up the short description of the type of association.
|
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.
|
void |
setValidValue(ValidValue validValue)
Set up the valid value elements that are mapped together.
|
String |
toString()
JSON-style toString
|
public ValidValueMapping()
public ValidValueMapping(ValidValueMapping template)
template - object to copypublic String getAssociationDescription()
public void setAssociationDescription(String associationDescription)
associationDescription - String textpublic 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 ValidValue getValidValue()
public void setValidValue(ValidValue validValue)
validValue - list of valid value objectspublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2020 ODPi. All rights reserved.