public class ValidValueAssignmentConsumerElement extends ValidValueAssignmentProperties
| Constructor and Description |
|---|
ValidValueAssignmentConsumerElement()
Default constructor
|
ValidValueAssignmentConsumerElement(ValidValueAssignmentConsumerElement template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
ReferenceableElement |
getConsumer()
Return the referenceable bean
|
int |
hashCode()
Return hash code for this object
|
void |
setConsumer(ReferenceableElement consumer)
Set up the referenceable bean
|
String |
toString()
JSON-style toString
|
getStrictRequirement, setStrictRequirementpublic ValidValueAssignmentConsumerElement()
public ValidValueAssignmentConsumerElement(ValidValueAssignmentConsumerElement template)
template - object to copypublic ReferenceableElement getConsumer()
public void setConsumer(ReferenceableElement consumer)
consumer - beanpublic String toString()
toString in class ValidValueAssignmentPropertiespublic boolean equals(Object objectToCompare)
equals in class ValidValueAssignmentPropertiesobjectToCompare - test objectpublic int hashCode()
hashCode in class ValidValueAssignmentPropertiesCopyright © 2018–2020 ODPi. All rights reserved.