Class ReferenceValueAssignmentProperties
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.digitalservice.properties.ReferenceValueAssignmentProperties
-
- All Implemented Interfaces:
Serializable
public class ReferenceValueAssignmentProperties extends Object implements Serializable
ReferenceValueAssignmentProperties is a java bean used to create a link between a valid value and a referenceable item to enable the valid value to be used as a semi-formal tag/classifier.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReferenceValueAssignmentProperties()Default constructorReferenceValueAssignmentProperties(ReferenceValueAssignmentProperties template)Copy/clone constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object objectToCompare)Compare the values of the supplied object with those stored in the current object.intgetConfidence()Return the confidence level (0-100) that the mapping is correct.StringgetNotes()Return the additional values associated with the symbolic name.StringgetSteward()Returns the id of the steward responsible for the mapping.inthashCode()Return has code based on properties.voidsetConfidence(int confidence)Set up the confidence level (0-100) that the mapping is correct.voidsetNotes(String notes)Set up the additional values associated with the symbolic name.voidsetSteward(String steward)Set up the the id of the steward responsible for the mapping.StringtoString()Standard toString method.
-
-
-
Constructor Detail
-
ReferenceValueAssignmentProperties
public ReferenceValueAssignmentProperties()
Default constructor
-
ReferenceValueAssignmentProperties
public ReferenceValueAssignmentProperties(ReferenceValueAssignmentProperties template)
Copy/clone constructor. Note, this is a deep copy- Parameters:
template- object to copy
-
-
Method Detail
-
getConfidence
public int getConfidence()
Return the confidence level (0-100) that the mapping is correct.- Returns:
- int
-
setConfidence
public void setConfidence(int confidence)
Set up the confidence level (0-100) that the mapping is correct.- Parameters:
confidence- int
-
getSteward
public String getSteward()
Returns the id of the steward responsible for the mapping.- Returns:
- String id
-
setSteward
public void setSteward(String steward)
Set up the the id of the steward responsible for the mapping.- Parameters:
steward- String id
-
getNotes
public String getNotes()
Return the additional values associated with the symbolic name.- Returns:
- string text
-
setNotes
public void setNotes(String notes)
Set up the additional values associated with the symbolic name.- Parameters:
notes- string text
-
toString
public String toString()
Standard toString method.
-
equals
public boolean equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
-
-