public class SetProperty extends Object
| Constructor | Description |
|---|---|
SetProperty() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
String |
getNewValue() |
A new value for property.
|
SearchCriteria |
getSearchCriteria() |
Options to find destination property.
|
String |
getType() |
A new value type.
|
int |
hashCode() |
|
SetProperty |
newValue(String newValue) |
|
SetProperty |
searchCriteria(SearchCriteria searchCriteria) |
|
void |
setNewValue(String newValue) |
|
void |
setSearchCriteria(SearchCriteria searchCriteria) |
|
void |
setType(String type) |
|
String |
toString() |
|
SetProperty |
type(String type) |
public SetProperty newValue(String newValue)
public String getNewValue()
public void setNewValue(String newValue)
public SetProperty type(String type)
public String getType()
public void setType(String type)
public SetProperty searchCriteria(SearchCriteria searchCriteria)
public SearchCriteria getSearchCriteria()
public void setSearchCriteria(SearchCriteria searchCriteria)
Copyright © 2026. All rights reserved.