public class CurrencyNotIn
Represents a constraint that validate if the currency unit isn't equal to any value
| Constructor and Description |
|---|
CurrencyNotIn(java.lang.Iterable<? extends javax.money.CurrencyUnit> currencies)
Represents a constraint that validate if the currency unit isn't equal to any value
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<javax.money.CurrencyUnit> |
component1()
specifies the currencies to be compared
|
CurrencyNotIn |
copy(java.lang.Iterable<? extends javax.money.CurrencyUnit> currencies)
Represents a constraint that validate if the currency unit isn't equal to any value
|
boolean |
equals(java.lang.Object p) |
java.lang.Iterable<javax.money.CurrencyUnit> |
getCurrencies()
specifies the currencies to be compared
|
java.lang.String |
getMessageBundle() |
int |
hashCode() |
java.lang.String |
toString() |
public CurrencyNotIn(java.lang.Iterable<? extends javax.money.CurrencyUnit> currencies)
Represents a constraint that validate if the currency unit isn't equal to any value
currencies - specifies the currencies to be comparedpublic java.lang.String getMessageBundle()
public java.lang.Iterable<javax.money.CurrencyUnit> getCurrencies()
specifies the currencies to be compared
public java.lang.Iterable<javax.money.CurrencyUnit> component1()
specifies the currencies to be compared
public CurrencyNotIn copy(java.lang.Iterable<? extends javax.money.CurrencyUnit> currencies)
Represents a constraint that validate if the currency unit isn't equal to any value
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)