public class ValidValuesMappingProperties extends Object implements Serializable
| Constructor and Description |
|---|
ValidValuesMappingProperties()
Default constructor
|
ValidValuesMappingProperties(ValidValuesMappingProperties 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 |
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.
|
int |
hashCode()
Return has code based on properties.
|
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.
|
String |
toString()
Standard toString method.
|
public ValidValuesMappingProperties()
public ValidValuesMappingProperties(ValidValuesMappingProperties 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 String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2020 ODPi. All rights reserved.