public class ValidValueConsumer extends Object implements Serializable
| Constructor and Description |
|---|
ValidValueConsumer()
Default constructor
|
ValidValueConsumer(ValidValueConsumer template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
Referenceable |
getConsumer()
Return the referenceable bean
|
int |
hashCode()
Return hash code for this object
|
boolean |
isStrictRequirement()
Return the strict requirement flag.
|
void |
setConsumer(Referenceable consumer)
Set up the referenceable bean
|
void |
setStrictRequirement(boolean strictRequirement)
Set up the type name of the referenceable.
|
String |
toString()
JSON-style toString
|
public ValidValueConsumer()
public ValidValueConsumer(ValidValueConsumer template)
template - object to copypublic Referenceable getConsumer()
public void setConsumer(Referenceable consumer)
consumer - beanpublic boolean isStrictRequirement()
public void setStrictRequirement(boolean strictRequirement)
strictRequirement - string type namepublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2020 ODPi. All rights reserved.