public class ValidValuesMappingElement extends ValidValuesMappingProperties implements Serializable
| Constructor and Description |
|---|
ValidValuesMappingElement()
Default constructor
|
ValidValuesMappingElement(ValidValuesMappingElement template)
Copy clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
List<ValidValueElement> |
getValidValueElements()
Return the valid value elements that are mapped together.
|
int |
hashCode()
Return hash code for this object
|
void |
setValidValueElements(List<ValidValueElement> validValueElements)
Set up the valid value elements that are mapped together.
|
String |
toString()
JSON-style toString
|
getAssociationDescription, getConfidence, getNotes, getSteward, setAssociationDescription, setConfidence, setNotes, setStewardpublic ValidValuesMappingElement()
public ValidValuesMappingElement(ValidValuesMappingElement template)
template - object to copypublic List<ValidValueElement> getValidValueElements()
public void setValidValueElements(List<ValidValueElement> validValueElements)
validValueElements - list of valid value objectspublic String toString()
toString in class ValidValuesMappingPropertiespublic boolean equals(Object objectToCompare)
equals in class ValidValuesMappingPropertiesobjectToCompare - test objectpublic int hashCode()
hashCode in class ValidValuesMappingPropertiesCopyright © 2018–2020 ODPi. All rights reserved.